fix build with piper 0.1.2

Signed-off-by: Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
This commit is contained in:
Marc-Antoine Perennou 2020-05-22 08:35:59 +02:00
parent 914f3b2d17
commit 622a6e723d
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ tokio02 = ["tokio"]
[dependencies]
async-task = "3.0.0"
crossbeam = "0.7.3"
futures-util = { version = "0.3.5", default-features = false, features = ["std"] }
futures-util = { version = "0.3.5", default-features = false, features = ["std", "io"] }
futures-io = { version = "0.3.5", default-features = false, features = ["std"] }
once_cell = "1.3.1"
piper = "0.1.1"