summaryrefslogtreecommitdiff
path: root/dhall/Cargo.toml
diff options
context:
space:
mode:
authorNadrieril2019-12-21 22:25:49 +0000
committerNadrieril2019-12-21 22:25:49 +0000
commit6fd4156325e17a313135cb966bb137db9f684768 (patch)
tree1558e6bb03a77944c873f6c361c0fd961d6ba5d8 /dhall/Cargo.toml
parent8c14a3321f516d9e789671ce64584dafb656473f (diff)
Bump abnf_to_pest version
Diffstat (limited to 'dhall/Cargo.toml')
-rw-r--r--dhall/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/dhall/Cargo.toml b/dhall/Cargo.toml
index 60232be..44c8932 100644
--- a/dhall/Cargo.toml
+++ b/dhall/Cargo.toml
@@ -26,6 +26,6 @@ pretty_assertions = "0.6.1"
[build-dependencies]
walkdir = "2"
-abnf_to_pest = { version = "0.1.1", path = "../abnf_to_pest" }
+abnf_to_pest = { version = "0.1.2", path = "../abnf_to_pest" }