Skip to content

Commit 535e4d7

Browse files
committed
upgrade to new pinned vec and con iter versions
1 parent c54bf27 commit 535e4d7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "orx-tree"
3-
version = "1.7.1"
3+
version = "1.8.0"
44
edition = "2024"
55
authors = ["orxfun <[email protected]>"]
66
description = "A beautiful tree 🌳 with convenient, efficient, parallelizable growth, mutation and traversal features."
@@ -15,10 +15,10 @@ orx-pseudo-default = { version = "2.1.0", default-features = false }
1515
orx-pinned-vec = "3.16.0"
1616
orx-self-or = "1.2.0"
1717
serde = { version = "1.0.219", optional = true, default-features = false }
18-
orx-split-vec = { version = "3.17.0", default-features = false }
19-
orx-selfref-col = { version = "2.10.0", default-features = false }
20-
orx-concurrent-iter = { version = "2.1.0", default-features = false }
21-
orx-parallel = { version = "2.1.0", default-features = false, optional = true }
18+
orx-split-vec = { git = "https://github.com/orxfun/orx-split-vec", branch = "new-concurrent-iter-version", default-features = false }
19+
orx-selfref-col = { git = "https://github.com/orxfun/orx-selfref-col", branch = "new-pinned-vector-versions", default-features = false }
20+
orx-concurrent-iter = { git = "https://github.com/orxfun/orx-concurrent-iter", branch = "relaxing-send-trait-bound", default-features = false }
21+
orx-parallel = { git = "https://github.com/orxfun/orx-parallel", branch = "relaxing-send-trait-bound", default-features = false, optional = true }
2222

2323
[dev-dependencies]
2424
clap = { version = "4.5.38", features = ["derive"] }

0 commit comments

Comments
 (0)