Skip to content

Commit

Permalink
Upgrade itertools to 0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
bluss committed Aug 23, 2024
1 parent 68b53da commit a2882c4
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 @@ -21,7 +21,7 @@ noisy_float = "0.2.0"
num-integer = "0.1"
num-traits = "0.2"
rand = "0.8.3"
itertools = { version = "0.10.0", default-features = false }
itertools = { version = "0.13", default-features = false }
indexmap = "1.6.2"

[dev-dependencies]
Expand Down

0 comments on commit a2882c4

Please sign in to comment.