aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2019-10-23 16:24:40 +0100
committerAleksey Kladov <[email protected]>2019-10-23 16:57:18 +0100
commit6048d294009f0f58593747e0870aa174e29a32af (patch)
tree3af21aaefe1efdabafeb5702959e1094504813e7 /Cargo.lock
parenta669049ef327db5be04f076eff83932ac1f95d91 (diff)
xtask: don't depend on itertools
xtask should be fast to compiler, as it's a gateway to rust-analyzer
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock1
1 files changed, 0 insertions, 1 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 634480e5f..61fd24ef7 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1771,7 +1771,6 @@ dependencies = [
1771name = "xtask" 1771name = "xtask"
1772version = "0.1.0" 1772version = "0.1.0"
1773dependencies = [ 1773dependencies = [
1774 "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
1775 "pico-args 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", 1774 "pico-args 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
1776 "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", 1775 "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
1777 "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", 1776 "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",