From e7d07d24d9ab4fc59e4ca10ed20c37fe216b3e7e Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Wed, 11 Feb 2015 17:05:19 +0100 Subject: Use rust-peg nightly --- Cargo.toml | 5 +++-- 1 file 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" -- cgit v1.2.3