diff --git a/Cargo.toml b/Cargo.toml index 18ec169..be79099 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "congee" -version = "0.3.1" +version = "0.3.2" edition = "2021" description = "A Rust implementation of ART-OLC concurrent adaptive radix tree." keywords = ["ART", "adaptive-radix-tree", "concurrent"]