aboutsummaryrefslogtreecommitdiff
path: root/xtask
diff options
context:
space:
mode:
authorLaurenČ›iu Nicola <[email protected]>2021-02-21 17:33:55 +0000
committerLaurenČ›iu Nicola <[email protected]>2021-02-21 17:33:55 +0000
commit6c0f7a2f56016b2ded22460806d13026e9489a69 (patch)
tree2fcc4a63edebc2d9055b3a614575d8578d38f33d /xtask
parentd03cfe141c9602f64fc2a194d77ac9386d0ddcf7 (diff)
Pin ungrammar
Diffstat (limited to 'xtask')
-rw-r--r--xtask/Cargo.toml2
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"
15pico-args = "0.4.0" 15pico-args = "0.4.0"
16proc-macro2 = "1.0.8" 16proc-macro2 = "1.0.8"
17quote = "1.0.2" 17quote = "1.0.2"
18ungrammar = "1.9" 18ungrammar = "=1.11"
19walkdir = "2.3.1" 19walkdir = "2.3.1"
20write-json = "0.1.0" 20write-json = "0.1.0"
21xshell = "0.1" 21xshell = "0.1"