aboutsummaryrefslogtreecommitdiff
path: root/xtask/Cargo.toml
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2019-10-23 16:57:47 +0100
committerGitHub <[email protected]>2019-10-23 16:57:47 +0100
commit2197205885f43441f14861f34449426295397dd9 (patch)
tree3af21aaefe1efdabafeb5702959e1094504813e7 /xtask/Cargo.toml
parentedf4d8e555c6847fb9e6e61d727c4def11789bfc (diff)
parent6048d294009f0f58593747e0870aa174e29a32af (diff)
Merge #2050
2050: xtask: don't depend on itertools r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
Diffstat (limited to 'xtask/Cargo.toml')
-rw-r--r--xtask/Cargo.toml1
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]
9walkdir = "2.1.3" 9walkdir = "2.1.3"
10itertools = "0.8.0"
11pico-args = "0.3.0" 10pico-args = "0.3.0"
12quote = "1.0.2" 11quote = "1.0.2"
13proc-macro2 = "1.0.1" 12proc-macro2 = "1.0.1"