Skip to content

Commit

Permalink
Merge pull request #26 from orxfun/orx-pinned-vec-version-updated-to-2.7
Browse files Browse the repository at this point in the history
orx-pinned-vec version updated to 2.7
  • Loading branch information
orxfun authored Apr 7, 2024
2 parents 8d55057 + f7ea73b commit f4d1ca5
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 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.3.0"
version = "2.4.0"
edition = "2021"
authors = ["orxfun <[email protected]>"]
description = "An efficient and recursive singly and doubly linked list implementation."
Expand All @@ -10,8 +10,9 @@ keywords = ["linked", "list", "vec", "array", "pinned"]
categories = ["data-structures", "rust-patterns"]

[dependencies]
orx-selfref-col = "1.4"
orx-split-vec = "2.7"
orx-pinned-vec = "2.7"
orx-selfref-col = "1.5"
orx-split-vec = "2.8"

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

0 comments on commit f4d1ca5

Please sign in to comment.