Skip to content

Commit 4618d6e

Browse files
committed
Remove unused futures-util features
Cf. #52.
1 parent f6b4ccd commit 4618d6e

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
@@ -11,7 +11,7 @@ readme = "README.md"
1111
edition = "2018"
1212

1313
[dependencies]
14-
futures-util = "0.3"
14+
futures-util = { version = "0.3", default-features = false, features = ["alloc"] }
1515
hex = "0.4"
1616
hyper = "0.14"
1717
tokio = { version = "1.0", features = ["net"] }

0 commit comments

Comments
 (0)