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