diff options
author | Lukas Wirth <[email protected]> | 2020-12-23 00:26:31 +0000 |
---|---|---|
committer | Lukas Wirth <[email protected]> | 2020-12-23 00:26:31 +0000 |
commit | be7260485e31eb24a9fa7bb3d6b587ab59bd6846 (patch) | |
tree | 6ebda39cc0aaed9bb2008c2cf68b7adaf549d395 /xtask/Cargo.toml | |
parent | 4a2f60cb7b83e9ef95d97201d210ff6943b660eb (diff) |
Update ungrammar for const block patterns
Diffstat (limited to 'xtask/Cargo.toml')
-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 78a0b54ba..96b4ea448 100644 --- a/xtask/Cargo.toml +++ b/xtask/Cargo.toml | |||
@@ -15,7 +15,7 @@ flate2 = "1.0" | |||
15 | pico-args = "0.3.1" | 15 | pico-args = "0.3.1" |
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.4" | 18 | ungrammar = "1.5" |
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" |