Skip to content

Commit 14d9dac

Browse files
committed
version number incremented
1 parent eccf093 commit 14d9dac

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-tree"
3-
version = "1.5.0"
3+
version = "1.6.0"
44
edition = "2024"
55
authors = ["orxfun <[email protected]>"]
66
description = "A beautiful tree 🌳 with convenient and efficient growth, mutation and traversal features with support for parallel computation."
@@ -35,5 +35,5 @@ std = []
3535
serde = ["dep:serde"]
3636

3737
[[bench]]
38-
name = "parallelization_owned"
38+
name = "parallelization_ref"
3939
harness = false

0 commit comments

Comments
 (0)