diff options
author | Nadrieril | 2019-04-14 21:34:31 +0200 |
---|---|---|
committer | Nadrieril | 2019-04-14 21:34:31 +0200 |
commit | 0044b1d32292aae3d10f9d8cb08bb0beec9bb05c (patch) | |
tree | 15ffeb7cebfbcfe5578256949ceb62507b6f7067 /dhall_core | |
parent | 8e5c1ca7df24653ccb02050f8b167673536f2f42 (diff) |
Use upstream pest
Diffstat (limited to 'dhall_core')
-rw-r--r-- | dhall_core/Cargo.toml | 2 |
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" } |