Skip to content

Commit 8ba0479

Browse files
committed
MAINT: Update ndarray-parallel itertools dev-dep to 0.7.0
1 parent 4918f9d commit 8ba0479

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

parallel/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ ndarray = { version = "0.10.0", path = "../" }
1818

1919
[dev-dependencies]
2020
num_cpus = "1.2"
21-
itertools = "0.6"
21+
itertools = { version = "0.7.0", default-features = false }

0 commit comments

Comments
 (0)