diff options
author | Lukas Wirth <[email protected]> | 2021-03-18 21:25:10 +0000 |
---|---|---|
committer | Lukas Wirth <[email protected]> | 2021-03-19 01:13:46 +0000 |
commit | 4771a5679188177e653262e69ed7e33b4bf60c65 (patch) | |
tree | 9cd52bcda5a72f00b176681d13897b938297fb9a /xtask/Cargo.toml | |
parent | 816bc7389516dda1eb4821f2ac4d5993cd5611dd (diff) |
Parse extended_key_value_attributes
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 ad93fbe3b..997770958 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.12" | 14 | ungrammar = "=1.13" |
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" |