aboutsummaryrefslogtreecommitdiff
path: root/xtask
diff options
context:
space:
mode:
authorDaiki Ihara <[email protected]>2021-01-13 15:01:32 +0000
committerDaiki Ihara <[email protected]>2021-01-15 14:35:17 +0000
commitd9b1fa6da30dc6f576e5f76dd72767dbfa12812e (patch)
tree143959f22cfa0006dd34ed938d31506d803c11ab /xtask
parentd6a708b1eae170aee4a323ea6513bc4f2a1a5bbc (diff)
Upgrade ungrammar to v1.7
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 7a2937f0e..61a944c13 100644
--- a/xtask/Cargo.toml
+++ b/xtask/Cargo.toml
@@ -15,7 +15,7 @@ flate2 = "1.0"
15pico-args = "0.3.1" 15pico-args = "0.3.1"
16proc-macro2 = "1.0.8" 16proc-macro2 = "1.0.8"
17quote = "1.0.2" 17quote = "1.0.2"
18ungrammar = "1.6" 18ungrammar = "1.7"
19walkdir = "2.3.1" 19walkdir = "2.3.1"
20write-json = "0.1.0" 20write-json = "0.1.0"
21xshell = "0.1" 21xshell = "0.1"