aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide/Cargo.toml
diff options
context:
space:
mode:
authorJosh Mcguigan <[email protected]>2020-03-23 23:22:46 +0000
committerJosh Mcguigan <[email protected]>2020-03-23 23:22:46 +0000
commitdf58ab8963fcd47efc5e4b83457d7cc0341cf83b (patch)
tree4258df4f429fcbfb23354848187b9b6be27b005f /crates/ra_ide/Cargo.toml
parenteff1b3fe4d17dcecf0ec9a30c35d6c88715cb8ea (diff)
update itertools version to 0.9.0
Diffstat (limited to 'crates/ra_ide/Cargo.toml')
-rw-r--r--crates/ra_ide/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ra_ide/Cargo.toml b/crates/ra_ide/Cargo.toml
index 7235c944c..36eec0e60 100644
--- a/crates/ra_ide/Cargo.toml
+++ b/crates/ra_ide/Cargo.toml
@@ -14,7 +14,7 @@ wasm = []
14either = "1.5.3" 14either = "1.5.3"
15format-buf = "1.0.0" 15format-buf = "1.0.0"
16indexmap = "1.3.2" 16indexmap = "1.3.2"
17itertools = "0.8.2" 17itertools = "0.9.0"
18join_to_string = "0.1.3" 18join_to_string = "0.1.3"
19log = "0.4.8" 19log = "0.4.8"
20rustc-hash = "1.1.0" 20rustc-hash = "1.1.0"