diff --git a/Cargo.toml b/Cargo.toml index e8c8972..c04b060 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "index_list" -version = "0.2.10" +version = "0.2.12" description = "A doubly linked list implemented in safe Rust using vector indexes" keywords = ["linked-list"] categories = ["data-structures"]