Skip to content

fix(lib): avoid implicit cargo feature #3931

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

Merged
merged 1 commit into from
Aug 12, 2025

Conversation

hanna-kruppe
Copy link
Contributor

Fix a mistake in commit e11b2ad (PR #3890): use the 'dep:' syntax for futures-util, so that Cargo won't implicitly create a feature called 'futures-util'. Removing features is semver-breaking, but said commit hasn't been in any release yet, so it can still be fixed now.

Fix a mistake in commit e11b2ad: use the 'dep:' syntax for futures-util, so
that Cargo won't implicitly create a feature called 'futures-util'.
Removing features is semver-breaking, but said commit hasn't been in any
release yet, so it can still be fixed now.
Copy link
Member

@seanmonstar seanmonstar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@seanmonstar seanmonstar merged commit caa166c into hyperium:master Aug 12, 2025
22 checks passed
@hanna-kruppe hanna-kruppe deleted the fix-implicit-feature branch August 12, 2025 17:27
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.

2 participants