Skip to content

Commit

Permalink
Merge pull request #34 from orxfun/upgrade-PinnedVec-dependencies
Browse files Browse the repository at this point in the history
Upgrade PinnedVec dependencies
  • Loading branch information
orxfun authored Dec 14, 2024
2 parents 1a32291 + 571ed67 commit 26e0f27
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "orx-imp-vec"
version = "2.8.0"
version = "2.9.0"
edition = "2021"
authors = ["orxfun <orx.ugur.arikan@gmail.com>"]
description = "`ImpVec` stands for immutable push vector 👿, it is a data structure which allows appending elements with a shared reference."
Expand All @@ -11,6 +11,6 @@ categories = ["data-structures", "rust-patterns", "no-std"]

[dependencies]
orx-pseudo-default = { version = "1.4", default-features = false }
orx-pinned-vec = "3.9"
orx-fixed-vec = "3.9"
orx-split-vec = "3.9"
orx-pinned-vec = "3.11"
orx-fixed-vec = "3.11"
orx-split-vec = "3.11"

0 comments on commit 26e0f27

Please sign in to comment.