Skip to content

Commit

Permalink
tokio: re-export tokio-uds (tokio-rs#1282)
Browse files Browse the repository at this point in the history
The tokio-uds crate has been previously updated to std::future. This
commit enables the re-export in the tokio facade crate.
  • Loading branch information
carllerche authored Jul 10, 2019
1 parent bd3f327 commit 3855f37
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 @@ -35,7 +35,7 @@ default = [
"tcp",
"timer",
"udp",
# "uds",
"uds",
]

codec = ["io", "tokio-codec"]
Expand All @@ -57,7 +57,7 @@ sync = ["tokio-sync"]
tcp = ["tokio-tcp"]
timer = ["tokio-timer"]
udp = ["tokio-udp"]
#uds = ["tokio-uds"]
uds = ["tokio-uds"]

[dependencies]
# Only non-optional dependency...
Expand Down

0 comments on commit 3855f37

Please sign in to comment.