Skip to content

Commit a2882c4

Browse files
committed
Upgrade itertools to 0.13
1 parent 68b53da commit a2882c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ noisy_float = "0.2.0"
2121
num-integer = "0.1"
2222
num-traits = "0.2"
2323
rand = "0.8.3"
24-
itertools = { version = "0.10.0", default-features = false }
24+
itertools = { version = "0.13", default-features = false }
2525
indexmap = "1.6.2"
2626

2727
[dev-dependencies]

0 commit comments

Comments
 (0)