diff options
author | Laurențiu Nicola <[email protected]> | 2021-02-21 17:33:55 +0000 |
---|---|---|
committer | Laurențiu Nicola <[email protected]> | 2021-02-21 17:33:55 +0000 |
commit | 6c0f7a2f56016b2ded22460806d13026e9489a69 (patch) | |
tree | 2fcc4a63edebc2d9055b3a614575d8578d38f33d /xtask | |
parent | d03cfe141c9602f64fc2a194d77ac9386d0ddcf7 (diff) |
Pin ungrammar
Diffstat (limited to 'xtask')
-rw-r--r-- | xtask/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xtask/Cargo.toml b/xtask/Cargo.toml index 4e6b439fd..b379797f9 100644 --- a/xtask/Cargo.toml +++ b/xtask/Cargo.toml | |||
@@ -15,7 +15,7 @@ flate2 = "1.0" | |||
15 | pico-args = "0.4.0" | 15 | pico-args = "0.4.0" |
16 | proc-macro2 = "1.0.8" | 16 | proc-macro2 = "1.0.8" |
17 | quote = "1.0.2" | 17 | quote = "1.0.2" |
18 | ungrammar = "1.9" | 18 | ungrammar = "=1.11" |
19 | walkdir = "2.3.1" | 19 | walkdir = "2.3.1" |
20 | write-json = "0.1.0" | 20 | write-json = "0.1.0" |
21 | xshell = "0.1" | 21 | xshell = "0.1" |