Skip to content

Commit e6db85b

Browse files
poljarjplatte
andauthored
chore: Enable the default features for futures-util (#4120)
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. Signed-off-by: Damir Jelić <poljar@termina.org.uk> Co-authored-by: Jonas Platte <jplatte@matrix.org>
1 parent a4bda1a commit e6db85b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,7 @@ eyeball-im = { version = "0.5.0", features = ["tracing"] }
3636
eyeball-im-util = "0.6.0"
3737
futures-core = "0.3.28"
3838
futures-executor = "0.3.21"
39-
futures-util = { version = "0.3.26", default-features = false, features = [
40-
"alloc",
41-
] }
39+
futures-util = "0.3.26"
4240
growable-bloom-filter = "2.1.0"
4341
http = "1.1.0"
4442
imbl = "3.0.0"

0 commit comments

Comments
 (0)