From f6f497fe52c8468cd89118bb2117972155ba44c2 Mon Sep 17 00:00:00 2001 From: Takeru Ohta Date: Wed, 12 Apr 2023 17:44:30 +0900 Subject: [PATCH] Bump vetsion to 0.5.6 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 60bb817..50f3176 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "patricia_tree" -version = "0.5.5" +version = "0.5.6" authors = ["Takeru Ohta "] description = "Memory-efficient data structures based on patricia tree" homepage = "https://github.com/sile/patricia_tree"