summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dhall_generated_parser/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/dhall_generated_parser/Cargo.toml b/dhall_generated_parser/Cargo.toml
index e4379b8..aed54b8 100644
--- a/dhall_generated_parser/Cargo.toml
+++ b/dhall_generated_parser/Cargo.toml
@@ -11,7 +11,7 @@ test = false
doctest = false
[build-dependencies]
-abnf_to_pest = { path = "../abnf_to_pest" }
+abnf_to_pest = { version = "0.1.1", path = "../abnf_to_pest" }
pest_generator = "2.1"
quote = "0.6.11"