From c897a5b6962075c13571ee44f7cad0a7bca167c0 Mon Sep 17 00:00:00 2001 From: Gurwinder Singh Date: Sun, 14 Jul 2019 21:33:49 +0530 Subject: [PATCH] Re-export tokio-fs (#1287) --- tokio/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tokio/Cargo.toml b/tokio/Cargo.toml index c79b78510..52bee83cf 100644 --- a/tokio/Cargo.toml +++ b/tokio/Cargo.toml @@ -27,7 +27,7 @@ publish = false [features] default = [ "codec", -# "fs", + "fs", "io", "reactor", "rt-full", @@ -39,7 +39,7 @@ default = [ ] codec = ["io", "tokio-codec"] -#fs = ["tokio-fs"] +fs = ["tokio-fs"] io = ["bytes", "tokio-io"] reactor = ["io", "tokio-reactor"] rt-full = [