mmstick / cargo-deb

A cargo subcommand that generates Debian packages from information in Cargo.toml
615 stars 50 forks source link

Fix builds without LZMA #101

Closed ghost closed 5 years ago

ghost commented 5 years ago

A --no-default-features build currently does not compile due the GZip code paths being broken. This tries to fix this and tries to prevent this from happening again by at least checking those builds in the CI.

kornelski commented 5 years ago

Thank you