From 0a2bf42e1db2d7c726217a3541be8cf0fef949fc Mon Sep 17 00:00:00 2001 From: Takeru Ohta Date: Sat, 2 Dec 2023 11:20:56 +0900 Subject: [PATCH] Bump verion to 0.7.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 678f8ac..f5c1d75 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "patricia_tree" -version = "0.6.3" +version = "0.7.0" authors = ["Takeru Ohta "] description = "Memory-efficient data structures based on patricia tree" homepage = "https://github.com/sile/patricia_tree"