Skip to content

Commit c7bd2bf

Browse files
authored
Merge pull request #358 from JoshMcguigan/upgrade-itertools-0.9.0
upgrade itertools to v0.9.0
2 parents a9b07fb + 514e956 commit c7bd2bf

File tree

3 files changed

+13
-7
lines changed

3 files changed

+13
-7
lines changed

Cargo.lock

Lines changed: 11 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ bench = []
1414

1515
[dependencies]
1616
docopt = "1.0.0"
17-
itertools = "0.8.0"
17+
itertools = "0.9.0"
1818
lalrpop-intern = "0.15.1"
1919
rustyline = "1.0"
2020
salsa = "0.10.0"
@@ -53,7 +53,4 @@ path = "chalk-derive"
5353
version = "0.1.0"
5454
path = "chalk-integration"
5555

56-
[dev-dependencies]
57-
itertools = "0.8.0"
58-
5956
[workspace]

chalk-solve/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ edition = "2018"
1111

1212
[dependencies]
1313
ena = "0.13.0"
14-
itertools = "0.8.0"
14+
itertools = "0.9.0"
1515
petgraph = "0.4.13"
1616
rustc-hash = { version = "1.0.0" }
1717

0 commit comments

Comments
 (0)