diff options
author | Nadrieril | 2019-09-20 22:09:00 +0200 |
---|---|---|
committer | Nadrieril | 2019-09-20 22:09:00 +0200 |
commit | 884e1456b98737e131306a6f010db95de843a9e6 (patch) | |
tree | 0bc3f997637b22139ef994c48172d73109064708 /dhall_syntax | |
parent | 4daead27eb65e3a38869924f0f3ed1f425de1b33 (diff) |
Update pest_consume dependency
Diffstat (limited to '')
-rw-r--r-- | dhall_syntax/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dhall_syntax/Cargo.toml b/dhall_syntax/Cargo.toml index b98c4a4..82fa9c8 100644 --- a/dhall_syntax/Cargo.toml +++ b/dhall_syntax/Cargo.toml @@ -18,4 +18,5 @@ hex = "0.3.2" lazy_static = "1.4.0" dhall_generated_parser = { path = "../dhall_generated_parser" } dhall_proc_macros = { path = "../dhall_proc_macros" } +# pest_consume = { path = "../../pest_consume/pest_consume" } pest_consume = "1.0" |