Skip to content

Commit 963f38b

Browse files
authored
Merge pull request #55 from orxfun/concurrent-clone-and-fill
concurrent clone and fill
2 parents 49a0335 + 0b4fc5f commit 963f38b

14 files changed

+576
-352
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "orx-split-vec"
3-
version = "3.5.0"
3+
version = "3.6.0"
44
edition = "2021"
55
authors = ["orxfun <[email protected]>"]
66
description = "An efficient constant access time vector with dynamic capacity and pinned elements."
@@ -11,7 +11,7 @@ categories = ["data-structures", "rust-patterns"]
1111

1212
[dependencies]
1313
orx-pseudo-default = "1.4"
14-
orx-pinned-vec = "3.5"
14+
orx-pinned-vec = "3.6"
1515

1616
[[bench]]
1717
name = "serial_access"

0 commit comments

Comments
 (0)