diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2020-03-23 23:27:37 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2020-03-23 23:27:37 +0000 |
commit | f9494f114798f66b5f2174cf518a2951a82571d3 (patch) | |
tree | 4258df4f429fcbfb23354848187b9b6be27b005f /crates/ra_assists | |
parent | eff1b3fe4d17dcecf0ec9a30c35d6c88715cb8ea (diff) | |
parent | df58ab8963fcd47efc5e4b83457d7cc0341cf83b (diff) |
Merge #3697
3697: update itertools version to 0.9.0 r=matklad a=JoshMcguigan
Updating `itertools` version per [feedback on #3689](https://github.com/rust-analyzer/rust-analyzer/pull/3689#discussion_r396267680) from @SomeoneToIgnore.
Worth noting that `chalk` still uses `itertools` v0.8.2, so perhaps it is worth a PR to update that repo as well so we don't have to build both versions?
Co-authored-by: Josh Mcguigan <[email protected]>
Diffstat (limited to 'crates/ra_assists')
-rw-r--r-- | crates/ra_assists/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ra_assists/Cargo.toml b/crates/ra_assists/Cargo.toml index 85adddb5b..707746ad5 100644 --- a/crates/ra_assists/Cargo.toml +++ b/crates/ra_assists/Cargo.toml | |||
@@ -11,7 +11,7 @@ doctest = false | |||
11 | format-buf = "1.0.0" | 11 | format-buf = "1.0.0" |
12 | join_to_string = "0.1.3" | 12 | join_to_string = "0.1.3" |
13 | rustc-hash = "1.1.0" | 13 | rustc-hash = "1.1.0" |
14 | itertools = "0.8.2" | 14 | itertools = "0.9.0" |
15 | 15 | ||
16 | ra_syntax = { path = "../ra_syntax" } | 16 | ra_syntax = { path = "../ra_syntax" } |
17 | ra_text_edit = { path = "../ra_text_edit" } | 17 | ra_text_edit = { path = "../ra_text_edit" } |