From 94c5eac72c9ebcb5e23de2f6bbe34d62c2a1cf46 Mon Sep 17 00:00:00 2001 From: Amanieu d'Antras Date: Thu, 5 Sep 2024 13:53:40 +0100 Subject: [PATCH] Bump to 0.9.7 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"