summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-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 = "*"