sile / libflate

A Rust implementation of DEFLATE algorithm and related formats (ZLIB, GZIP)
https://docs.rs/libflate
MIT License
178 stars 35 forks source link

libflate 1.0.0 is on crates.io, but not here #49

Closed yvt closed 4 years ago

yvt commented 4 years ago

According to crates.io the latest version is 1.0.0, but it seems that I can't find it anywhere in this repository. Perhaps you might have forgotten to push the latest changes, or am I looking at a wrong place?

sile commented 4 years ago

Oops, you're right. I just pushed the changes. Thank you for letting me know that!