We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4918f9d commit 8ba0479Copy full SHA for 8ba0479
parallel/Cargo.toml
@@ -18,4 +18,4 @@ ndarray = { version = "0.10.0", path = "../" }
18
19
[dev-dependencies]
20
num_cpus = "1.2"
21
-itertools = "0.6"
+itertools = { version = "0.7.0", default-features = false }
0 commit comments