diff options
author | Nadrieril | 2020-04-09 21:43:59 +0100 |
---|---|---|
committer | Nadrieril | 2020-04-09 21:43:59 +0100 |
commit | 6f9a19a871a303562210e5e9817075742193779e (patch) | |
tree | 244f2d50874f09d05d1803a9bd3ea9f208c012a2 /dhall | |
parent | 832c99a3b28e70512d580a51fc378473834b2891 (diff) |
Force a version of pest_generator that uses quote 1.0
Diffstat (limited to '')
-rw-r--r-- | dhall/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dhall/Cargo.toml b/dhall/Cargo.toml index ae6665e..b1f1f5b 100644 --- a/dhall/Cargo.toml +++ b/dhall/Cargo.toml @@ -33,7 +33,7 @@ version-sync = "0.8" [build-dependencies] walkdir = "2" abnf_to_pest = { version = "^0.5.0", path = "../abnf_to_pest" } -pest_generator = "2.1" +pest_generator = "2.1.3" quote = "1.0" |