diff --git a/Cargo.toml b/Cargo.toml index 387d894..e74bdd4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "patricia_tree" -version = "0.5.0" +version = "0.5.1" authors = ["Takeru Ohta "] description = "Memory-efficient data structures based on patricia tree" homepage = "https://github.com/sile/patricia_tree"