Nullus157 / async-compression

Adaptors between compression crates and Rust's async IO types
https://docs.rs/async-compression
Apache License 2.0
403 stars 79 forks source link

Fix a minimum-versions issue #249

Closed g2p closed 1 year ago

g2p commented 1 year ago

Tested with:

cargo +nightly update -Zminimal-versions; cargo check --all-features

See https://github.com/rust-lang/flate2-rs/pull/221 (And #85 would be nice)

g2p commented 1 year ago

Can you add a new job to CI which tests the minimal versions?

Added!

NobodyXu commented 1 year ago

Thank you @g2p

robjtede commented 1 year ago

It's nice that the tools to catch this sort of stuff are getting easier to use!

Thanks @g2p!