Skip to content

Commit

Permalink
Merge pull request #25 from orxfun/using-split-vec-with-concurrency-s…
Browse files Browse the repository at this point in the history
…upport

Using SplitVec with Concurrency Support
  • Loading branch information
orxfun authored Mar 24, 2024
2 parents 7e56ccf + 8b236cb commit 8d55057
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "orx-linked-list"
version = "2.2.0"
version = "2.3.0"
edition = "2021"
authors = ["orxfun <[email protected]>"]
description = "An efficient and recursive singly and doubly linked list implementation."
Expand All @@ -10,8 +10,8 @@ keywords = ["linked", "list", "vec", "array", "pinned"]
categories = ["data-structures", "rust-patterns"]

[dependencies]
orx-selfref-col = "1.3"
orx-split-vec = "2.3"
orx-selfref-col = "1.4"
orx-split-vec = "2.7"

[dev-dependencies]
rand = "0.8"
Expand Down

0 comments on commit 8d55057

Please sign in to comment.