summaryrefslogtreecommitdiff
path: root/dhall/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'dhall/Cargo.toml')
-rw-r--r--dhall/Cargo.toml5
1 files changed, 3 insertions, 2 deletions
diff --git a/dhall/Cargo.toml b/dhall/Cargo.toml
index bb60d9e..75d38f1 100644
--- a/dhall/Cargo.toml
+++ b/dhall/Cargo.toml
@@ -1,6 +1,7 @@
[package]
name = "dhall"
-version = "0.4.0" # remember to update html_root_url
+# remember to update html_root_url
+version = "0.5.0"
authors = ["NanoTech <nanotech@nanotechcorp.net>", "Nadrieril <nadrieril@users.noreply.github.com>"]
license = "BSD-2-Clause"
description = "Implementation of the Dhall configuration language"
@@ -30,7 +31,7 @@ version-sync = "0.8"
[build-dependencies]
walkdir = "2"
-abnf_to_pest = { version = "0.2.0", path = "../abnf_to_pest" }
+abnf_to_pest = { version = "^0.5.0", path = "../abnf_to_pest" }
pest_generator = "2.1"
quote = "1.0"