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

chore: Enable the default features for futures-util #4120

Merged
merged 2 commits into from
Oct 13, 2024

Conversation

poljar
Copy link
Contributor

@poljar poljar commented Oct 11, 2024

We depend on the futures_util::steam_select macro since 9b36a04. This macro requires the async-await-macros and std feature of futures-util.

These features are the default features so let's just stop disabling the default features for futures-util.

We depend on the `futures_util::steam_select` macro since 9b36a04.
This macro requires the async-await-macros and std feature of
futures-util.

These features are the default features so let's just stop disabling the
default features for futures-util.
@poljar poljar requested a review from a team as a code owner October 11, 2024 14:40
@poljar poljar requested review from andybalaam and removed request for a team October 11, 2024 14:40
Copy link

codecov bot commented Oct 11, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 84.69%. Comparing base (3291940) to head (11dc865).
Report is 4 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #4120      +/-   ##
==========================================
+ Coverage   84.67%   84.69%   +0.01%     
==========================================
  Files         269      269              
  Lines       28816    28816              
==========================================
+ Hits        24401    24406       +5     
+ Misses       4415     4410       -5     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Cargo.toml Outdated Show resolved Hide resolved
Co-authored-by: Jonas Platte <[email protected]>
Signed-off-by: Damir Jelić <[email protected]>
@poljar poljar enabled auto-merge (squash) October 13, 2024 19:31
@poljar poljar merged commit e6db85b into main Oct 13, 2024
41 checks passed
@poljar poljar deleted the poljar/fix-multiverse-build branch October 13, 2024 19:41
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