Skip to content

Commit

Permalink
Bump version for new release with new license
Browse files Browse the repository at this point in the history
- Upgrade benchmark dependency on criterion to `0.5`
  • Loading branch information
Fairglow committed Nov 6, 2023
1 parent c9e477e commit 8692fe0
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 = "index_list"
version = "0.2.8"
version = "0.2.9"
description = "A doubly linked list implemented in safe Rust using vector indexes"
authors = ["Stefan Lindblad <[email protected]>"]
edition = "2021"
Expand All @@ -9,7 +9,7 @@ repository = "https://github.com/Fairglow/index-list.git"
readme = "README.md"

[dev-dependencies]
criterion = "0.4"
criterion = "0.5"
rand = "0.8"

[[bench]]
Expand Down

0 comments on commit 8692fe0

Please sign in to comment.