Skip to content

Commit bff7b37

Browse files
committed
Use only alloc feature from futures-util crate
1 parent 70f7805 commit bff7b37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ async-lock = "1.1.4"
2727
async-trait = "0.1.38"
2828
blocking = "0.5.1"
2929
futures-lite = "0.1.11"
30-
futures-util = "0.3.5"
30+
futures-util = { version = "0.3.5", default-features = false, features = ["alloc"] }
3131

3232
[dev-dependencies]
3333
anyhow = "1.0.32"

0 commit comments

Comments
 (0)