From 4220fb94bd97c2757c8849e1f61a38d310f3b5d7 Mon Sep 17 00:00:00 2001 From: Takeru Ohta Date: Sun, 10 Dec 2023 13:13:47 +0900 Subject: [PATCH] Bump version to 0.8.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f5c1d75..ffe3ee7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "patricia_tree" -version = "0.7.0" +version = "0.8.0" authors = ["Takeru Ohta "] description = "Memory-efficient data structures based on patricia tree" homepage = "https://github.com/sile/patricia_tree"