From eedb264bc02ee345b1b5cf059fcec2869af7a2bb Mon Sep 17 00:00:00 2001 From: Takeru Ohta Date: Mon, 23 Jan 2023 19:52:27 +0900 Subject: [PATCH] Bump version to 0.5.3 as 0.5.2 was incorrectly published on crates.io --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a72470d..9805991 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "patricia_tree" -version = "0.5.2" +version = "0.5.3" authors = ["Takeru Ohta "] description = "Memory-efficient data structures based on patricia tree" homepage = "https://github.com/sile/patricia_tree"