Skip to content

Commit

Permalink
Merge pull request #53 from orxfun/Index-and-IndexMut-traits-are-requ…
Browse files Browse the repository at this point in the history
…ired-by-PinnedVec

Index and IndexMut traits are required by PinnedVec
  • Loading branch information
orxfun authored Aug 22, 2024
2 parents 048ae69 + 490df4f commit 49a0335
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "orx-split-vec"
version = "3.4.0"
version = "3.5.0"
edition = "2021"
authors = ["orxfun <[email protected]>"]
description = "An efficient constant access time vector with dynamic capacity and pinned elements."
Expand All @@ -11,7 +11,7 @@ categories = ["data-structures", "rust-patterns"]

[dependencies]
orx-pseudo-default = "1.4"
orx-pinned-vec = "3.4"
orx-pinned-vec = "3.5"

[[bench]]
name = "serial_access"
Expand Down

0 comments on commit 49a0335

Please sign in to comment.