Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix compress-zlib and compress-zlib-ng to actually enable compression #131

Merged
merged 1 commit into from
Oct 9, 2022
Merged

Fix compress-zlib and compress-zlib-ng to actually enable compression #131

merged 1 commit into from
Oct 9, 2022

Conversation

jirutka
Copy link
Contributor

@jirutka jirutka commented Oct 9, 2022

Follow-up for #130

@sbstp sbstp merged commit 20b765b into sbstp:master Oct 9, 2022
@jirutka jirutka deleted the fix-zlib branch October 9, 2022 14:34
@sbstp
Copy link
Owner

sbstp commented Oct 9, 2022

Deployed as 0.23.1

@adamreichold
Copy link
Contributor

Sorry for being late to the party but I think it would have been simpler to qualify the code on

#[cfg(feature = "flate2")

as each optional dependency is already a feature itself instead of adding the pseudo-feature "_compress-any" which is not part of this crate's API if backwards compatibility is interpreted strictly.

@jirutka
Copy link
Contributor Author

jirutka commented Oct 9, 2022

as each optional dependency is already a feature itself

I didn’t know that, thanks for the tip!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants