Skip to content

Commit

Permalink
TEST: Update dev-dependency itertools to 0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
bluss committed Mar 25, 2021
1 parent 888c160 commit 383ac0e
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 @@ -48,7 +48,7 @@ rawpointer = { version = "0.2" }
defmac = "0.2"
quickcheck = { version = "0.9", default-features = false }
approx = "0.4"
itertools = { version = "0.9.0", default-features = false, features = ["use_std"] }
itertools = { version = "0.10.0", default-features = false, features = ["use_std"] }

[features]
default = ["std"]
Expand Down

0 comments on commit 383ac0e

Please sign in to comment.