summaryrefslogtreecommitdiff
path: root/dhall_core/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'dhall_core/Cargo.toml')
-rw-r--r--dhall_core/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/dhall_core/Cargo.toml b/dhall_core/Cargo.toml
index f51318f..a2b242c 100644
--- a/dhall_core/Cargo.toml
+++ b/dhall_core/Cargo.toml
@@ -10,6 +10,6 @@ doctest = false
[dependencies]
itertools = "0.8.0"
-pest = { git = "https://github.com/pest-parser/pest" }
+pest = "2.1"
dhall_generated_parser = { path = "../dhall_generated_parser" }
iter_patterns = { path = "../iter_patterns" }