diff --git a/Cargo.toml b/Cargo.toml index d5a57eb..649831a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hyperloglog-rs" -version = "0.1.47" +version = "0.1.48" edition = "2021" authors = ["Luca Cappelletti "] description = "A Rust implementation of HyperLogLog trying to be parsimonious with memory."