From 663dd7c7aae527064ba38c024f70205546815ac1 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Tue, 18 Feb 2020 10:59:29 +0100 Subject: [PATCH] Add missing io feature to futures-util Fixes: https://github.com/sagebind/sluice/issues/10 --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 318af27..b096b37 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,6 +19,7 @@ futures-io = "0.3" [dependencies.futures-util] version = "0.3" default-features = false +features = ["io"] [dev-dependencies] criterion = "0.3"