summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorandy finch <andyfinch7@gmail.com>2019-07-11 11:05:49 -0500
committerCarl Lerche <me@carllerche.com>2019-07-11 09:05:49 -0700
commit795e02f4c6cfb577d6393221a8424c6e39e9d37c (patch)
tree068bab124bab3ded9bc5c3a4dc4674f47eaa2656 /Cargo.toml
parent7ac8bfc82133a19cabc917e5ab55902e3b2441df (diff)
fs: update to use `std::future` (#1269)
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 40f86dcc..5db63472 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -6,7 +6,7 @@ members = [
"tokio-codec",
"tokio-current-thread",
"tokio-executor",
- # "tokio-fs",
+ "tokio-fs",
"tokio-futures",
"tokio-io",
"tokio-macros",