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.
2 parents 768205c + 89967b0 commit 69b3405Copy full SHA for 69b3405
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "orx-parallel"
3
-version = "1.6.0"
+version = "1.7.0"
4
edition = "2021"
5
authors = ["orxfun <[email protected]>"]
6
description = "A performant and configurable parallel computing library for computations defined as compositions of iterator methods."
@@ -18,7 +18,7 @@ orx-pinned-concurrent-col = "2.6"
18
orx-concurrent-bag = "2.6"
19
orx-concurrent-ordered-bag = "2.6"
20
orx-priority-queue = "1.2.1"
21
-orx-concurrent-iter = "1.23"
+orx-concurrent-iter = "1.24"
22
23
[dev-dependencies]
24
chrono = "0.4.38"
0 commit comments