Skip to content

fix(lib): avoid implicit cargo feature#3931

Merged
seanmonstar merged 1 commit into
hyperium:masterfrom
hanna-kruppe:fix-implicit-feature
Aug 12, 2025
Merged

fix(lib): avoid implicit cargo feature#3931
seanmonstar merged 1 commit into
hyperium:masterfrom
hanna-kruppe:fix-implicit-feature

Conversation

@hanna-kruppe

Copy link
Copy Markdown
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.

@seanmonstar seanmonstar left a comment

Copy link
Copy Markdown
Member

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

2 participants