diff options
author | Aleksey Kladov <[email protected]> | 2019-10-23 16:24:40 +0100 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2019-10-23 16:57:18 +0100 |
commit | 6048d294009f0f58593747e0870aa174e29a32af (patch) | |
tree | 3af21aaefe1efdabafeb5702959e1094504813e7 /xtask/Cargo.toml | |
parent | a669049ef327db5be04f076eff83932ac1f95d91 (diff) |
xtask: don't depend on itertools
xtask should be fast to compiler, as it's a gateway to rust-analyzer
Diffstat (limited to 'xtask/Cargo.toml')
-rw-r--r-- | xtask/Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xtask/Cargo.toml b/xtask/Cargo.toml index 4fc1c744b..023f6a859 100644 --- a/xtask/Cargo.toml +++ b/xtask/Cargo.toml | |||
@@ -7,7 +7,6 @@ publish = false | |||
7 | 7 | ||
8 | [dependencies] | 8 | [dependencies] |
9 | walkdir = "2.1.3" | 9 | walkdir = "2.1.3" |
10 | itertools = "0.8.0" | ||
11 | pico-args = "0.3.0" | 10 | pico-args = "0.3.0" |
12 | quote = "1.0.2" | 11 | quote = "1.0.2" |
13 | proc-macro2 = "1.0.1" | 12 | proc-macro2 = "1.0.1" |