summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Unterwaditzer <markus@unterwaditzer.net>2015-02-11 18:12:35 +0100
committerMarkus Unterwaditzer <markus@unterwaditzer.net>2015-02-11 18:13:03 +0100
commit9013376a8741fcac22e045442cdcaccbf7f22ad7 (patch)
tree4d5103c797bf5e0893de9f8b260460c092db33a2
parent6c4f77b6621eff63bf2291f6479c4ee26e3e61b6 (diff)
Switch back to official peg
-rw-r--r--Cargo.toml5
1 files changed, 2 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 05c4e5e..ad0f2fb 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -16,6 +16,5 @@ license = "MIT"
name = "vobject"
path = "src/vobject/lib.rs"
-[dependencies.peg]
-git = "https://github.com/untitaker/rust-peg.git"
-branch = "more-breakages"
+[dependencies]
+peg = "*"