Skip to content

Commit

Permalink
Bump patch version
Browse files Browse the repository at this point in the history
- Add keyword and category
- Bump to 0.2.10
  • Loading branch information
Fairglow committed Nov 6, 2023
1 parent 3a26ba9 commit 2c0b260
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
[package]
name = "index_list"
version = "0.2.9"
version = "0.2.10"
description = "A doubly linked list implemented in safe Rust using vector indexes"
keywords = ["linked-list"]
categories = ["data-structures"]
authors = ["Stefan Lindblad <[email protected]>"]
edition = "2021"
license = "MPL-2.0"
Expand Down

0 comments on commit 2c0b260

Please sign in to comment.