Skip to content

Commit 69b3405

Browse files
authored
Merge pull request #40 from orxfun/ConIterOfVec-early-exit-memory-leak-issue-is-fixed
ConIterOfVec early exit memory leak issue is fixed
2 parents 768205c + 89967b0 commit 69b3405

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)