From ee5e6511ece7b4524356d370dee5b333c805b433 Mon Sep 17 00:00:00 2001 From: David Spies Date: Wed, 10 Jul 2024 14:09:01 -0700 Subject: [PATCH] Bump the version for the remove bugfix --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"]