diff --git a/Cargo.toml b/Cargo.toml index 5d26514..68a77bd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "intrusive-collections" -version = "0.9.6" +version = "0.9.7" authors = ["Amanieu d'Antras "] description = "Intrusive collections for Rust (linked list and red-black tree)" documentation = "https://docs.rs/intrusive-collections"