From 945bcfee801c81c110c3b24735629e23928ce07f Mon Sep 17 00:00:00 2001 From: Takeru Ohta Date: Sun, 22 Jan 2023 01:14:39 +0900 Subject: [PATCH] Bump verion to 0.5.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e74bdd4..a72470d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "patricia_tree" -version = "0.5.1" +version = "0.5.2" authors = ["Takeru Ohta "] description = "Memory-efficient data structures based on patricia tree" homepage = "https://github.com/sile/patricia_tree"