diff options
author | Aleksey Kladov <[email protected]> | 2021-01-05 12:45:46 +0000 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2021-01-05 12:51:13 +0000 |
commit | f9707cde6801f13cc4c20e3e08cee07ef23b8563 (patch) | |
tree | 56be395be11c1315ace19c50ad528c0af5ac0a16 /xtask/Cargo.toml | |
parent | 5c10f2f705d6757b9821387a5be759789b7ee480 (diff) |
Rename expr -> tail_expr
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 96b4ea448..7a2937f0e 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.5" | 18 | ungrammar = "1.6" |
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" |