summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"