rust-lang / flate2-rs

DEFLATE, gzip, and zlib bindings for Rust
https://docs.rs/flate2
Apache License 2.0
895 stars 161 forks source link

Request: new release to have `miniz_oxide` 0.7 dependency #340

Closed poliorcetics closed 1 year ago

poliorcetics commented 1 year ago

With https://github.com/rust-lang/flate2-rs/pull/335, minz_oxide was updated to 0.7

Could we have a release of flate2 with this included ?

JohnTitor commented 1 year ago

Submitted #341, the release will happen when Mark has some time to release.

poliorcetics commented 1 year ago

Thanks!

JakubOnderka commented 1 year ago

Please also include new version of https://github.com/rust-lang/libz-sys dependency in new release.

JohnTitor commented 1 year ago

@JakubOnderka Note that this repo is flate2-rs, you need libz-sys v1.1.9 first. I've submitted https://github.com/rust-lang/libz-sys/pull/117 anyway.