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