Skip to content

Commit

Permalink
chore: Enable the default features for futures-util
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
poljar committed Oct 11, 2024
1 parent 3291940 commit 5f0aca6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,7 @@ eyeball-im = { version = "0.5.0", features = ["tracing"] }
eyeball-im-util = "0.6.0"
futures-core = "0.3.28"
futures-executor = "0.3.21"
futures-util = { version = "0.3.26", default-features = false, features = [
"alloc",
] }
futures-util = { version = "0.3.26" }
growable-bloom-filter = "2.1.0"
http = "1.1.0"
imbl = "3.0.0"
Expand Down

0 comments on commit 5f0aca6

Please sign in to comment.