diff --git a/Cargo.toml b/Cargo.toml index ffb783e..8570372 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cmsketch" -version = "0.2.2" +version = "0.2.3" edition = "2021" authors = ["MrCroxx "] description = "A count min sketch implementation in Rust"