summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Unterwaditzer <markus@unterwaditzer.net>2015-02-11 17:05:19 +0100
committerMarkus Unterwaditzer <markus@unterwaditzer.net>2015-02-11 17:05:19 +0100
commite7d07d24d9ab4fc59e4ca10ed20c37fe216b3e7e (patch)
tree28fd4c39a02fca79b2528e86f5742188d75d61c6
parent0b85cdd427a04de5fc52b12c5c62e8320db177bd (diff)
Use rust-peg nightly
-rw-r--r--Cargo.toml5
1 files changed, 3 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index ad0f2fb..05c4e5e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -16,5 +16,6 @@ license = "MIT"
name = "vobject"
path = "src/vobject/lib.rs"
-[dependencies]
-peg = "*"
+[dependencies.peg]
+git = "https://github.com/untitaker/rust-peg.git"
+branch = "more-breakages"