From b708afc4824c4c2e37c8f73a8b07b774ad62bc42 Mon Sep 17 00:00:00 2001 From: Xiangpeng Hao Date: Wed, 20 Nov 2024 23:05:03 -0600 Subject: [PATCH] release a new version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"]