Skip to content

Commit

Permalink
Add missing io feature to futures-util
Browse files Browse the repository at this point in the history
Fixes: #10
  • Loading branch information
ignatenkobrain authored Feb 18, 2020
1 parent 3ab11aa commit 663dd7c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ futures-io = "0.3"
[dependencies.futures-util]
version = "0.3"
default-features = false
features = ["io"]

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

0 comments on commit 663dd7c

Please sign in to comment.