Skip to content

Commit

Permalink
use 'default-features' = false on futures-util (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobhellermann authored and sagebind committed Dec 1, 2019
1 parent 642d537 commit 29f6741
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ license = "MIT"
futures-channel = "0.3"
futures-core = "0.3"
futures-io = "0.3"
futures-util = "0.3"
futures-util = { version = "0.3", default-features = false }

[dev-dependencies]
criterion = "0.3"
Expand Down

0 comments on commit 29f6741

Please sign in to comment.