diff options
author | Edwin Cheng <[email protected]> | 2021-03-16 05:44:50 +0000 |
---|---|---|
committer | Edwin Cheng <[email protected]> | 2021-03-16 05:44:50 +0000 |
commit | 8e07b23b84bff16c0decc6f2b80c27862eac6df1 (patch) | |
tree | e8470eb83c1bc1283f0bb28ea01db789607a3140 /xtask/Cargo.toml | |
parent | c0a2b4e826e1da20d3cfa8c279fcdffa24f32a7d (diff) |
Fix macro expansion for statements w/o semicolon
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 e084f0df6..ad93fbe3b 100644 --- a/xtask/Cargo.toml +++ b/xtask/Cargo.toml | |||
@@ -11,7 +11,7 @@ anyhow = "1.0.26" | |||
11 | flate2 = "1.0" | 11 | flate2 = "1.0" |
12 | proc-macro2 = "1.0.8" | 12 | proc-macro2 = "1.0.8" |
13 | quote = "1.0.2" | 13 | quote = "1.0.2" |
14 | ungrammar = "=1.11" | 14 | ungrammar = "=1.12" |
15 | walkdir = "2.3.1" | 15 | walkdir = "2.3.1" |
16 | write-json = "0.1.0" | 16 | write-json = "0.1.0" |
17 | xshell = "0.1" | 17 | xshell = "0.1" |