diff options
Diffstat (limited to 'dhall_generated_parser')
-rw-r--r-- | dhall_generated_parser/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dhall_generated_parser/Cargo.toml b/dhall_generated_parser/Cargo.toml index 9e4ae49..e4379b8 100644 --- a/dhall_generated_parser/Cargo.toml +++ b/dhall_generated_parser/Cargo.toml @@ -16,4 +16,4 @@ pest_generator = "2.1" quote = "0.6.11" [dependencies] -pest = { git = "https://github.com/pest-parser/pest" } +pest = "2.1" |