Skip to content

Commit

Permalink
Re-export tokio-fs (#1287)
Browse files Browse the repository at this point in the history
  • Loading branch information
95th authored and LucioFranco committed Jul 14, 2019
1 parent 48d7f7b commit c897a5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tokio/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ publish = false
[features]
default = [
"codec",
# "fs",
"fs",
"io",
"reactor",
"rt-full",
Expand All @@ -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 = [
Expand Down

0 comments on commit c897a5b

Please sign in to comment.