Skip to content

Commit 89967b0

Browse files
committed
ConIterOfVec early exit memory leak issue is fixed
The fix is applied in one of the dependencies, see here: https://github.com/orxfun/orx-concurrent-iter/releases/tag/1.24.0
1 parent 768205c commit 89967b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "orx-parallel"
3-
version = "1.6.0"
3+
version = "1.7.0"
44
edition = "2021"
55
authors = ["orxfun <[email protected]>"]
66
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"
1818
orx-concurrent-bag = "2.6"
1919
orx-concurrent-ordered-bag = "2.6"
2020
orx-priority-queue = "1.2.1"
21-
orx-concurrent-iter = "1.23"
21+
orx-concurrent-iter = "1.24"
2222

2323
[dev-dependencies]
2424
chrono = "0.4.38"

0 commit comments

Comments
 (0)