diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2021-01-05 12:51:38 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2021-01-05 12:51:38 +0000 |
commit | c8d3d5694be065ffb1d52bc33e098ff610693097 (patch) | |
tree | c76f0f04f1de55ff75253a8508aa803c4f958caf /xtask/Cargo.toml | |
parent | d7013a5934af1e2aaa60dcf19b1b6bb529594565 (diff) | |
parent | f9707cde6801f13cc4c20e3e08cee07ef23b8563 (diff) |
Merge #7168
7168: Rename expr -> tail_expr r=matklad a=matklad
bors r+
🤖
Co-authored-by: Aleksey Kladov <[email protected]>
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" |