diff --git a/Cargo.toml b/Cargo.toml index 93d14bd..67832fd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libflate" -version = "0.1.24" +version = "0.1.25" authors = ["Takeru Ohta "] description = "A Rust implementation of DEFLATE algorithm and related formats (ZLIB, GZIP)" homepage = "https://github.com/sile/libflate"