diff --git a/Cargo.toml b/Cargo.toml index 4e80262..8cf1a6f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "patricia_tree" -version = "0.2.0" +version = "0.3.0" authors = ["Takeru Ohta "] description = "Memory-efficient data structures based on patricia tree" homepage = "https://github.com/sile/patricia_tree"