diff --git a/Cargo.toml b/Cargo.toml index 5ab2c1a..04bafc8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "prefix-trie" -version = "0.4.2" +version = "0.5.0" edition = "2021" license = "MIT OR Apache-2.0" repository = "https://github.com/tiborschneider/prefix-trie"