Skip to content

Commit

Permalink
Merge pull request #270 from cuviper/itertools-0.11
Browse files Browse the repository at this point in the history
Upgrade to itertools 0.11
  • Loading branch information
cuviper authored Jul 22, 2023
2 parents 8e47be8 + 73b4b53 commit 1ce0afe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ default-features = false
features = ["raw"]

[dev-dependencies]
itertools = "0.10"
itertools = "0.11"
rand = {version = "0.8", features = ["small_rng"] }
quickcheck = { version = "1.0", default-features = false }
fnv = "1.0"
Expand Down

0 comments on commit 1ce0afe

Please sign in to comment.