diff options
author | Jonas Schievink <[email protected]> | 2020-08-24 21:02:55 +0100 |
---|---|---|
committer | Jonas Schievink <[email protected]> | 2020-08-24 21:02:55 +0100 |
commit | f3ac19e8cd8be78f1eb96893482edac038739bb1 (patch) | |
tree | 8a2cdf4db86466eca026b32a52822092248e95ba /xtask/Cargo.toml | |
parent | ed09bd3cc6a37d7d22038adf7ff815f0188a9949 (diff) |
Support extern types
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 e9edbdd10..0750b5657 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.1.1" | 18 | ungrammar = "1.1.3" |
19 | walkdir = "2.3.1" | 19 | walkdir = "2.3.1" |
20 | write-json = "0.1.0" | 20 | write-json = "0.1.0" |
21 | # Avoid adding more dependencies to this crate | 21 | # Avoid adding more dependencies to this crate |