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

zip dependency uses default_features = false instead of default-features = false #5562

Closed
polarathene opened this issue Nov 21, 2023 · 1 comment · Fixed by #5564
Closed

Comments

@polarathene
Copy link

When using cargo remove on another dep, this was output:

error: Use of `default_features` in `zip` is unsupported, please switch to `default-features`

Probably a typo?:

zip = { version = "0.6.6", default_features = false, features = ["deflate"] }

@cakebaker
Copy link
Contributor

Good catch, thanks for reporting.

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 a pull request may close this issue.

2 participants