tokio: re-export tokio-uds (#1282)

The tokio-uds crate has been previously updated to std::future. This
commit enables the re-export in the tokio facade crate.
This commit is contained in:
Carl Lerche
2019-07-10 11:21:27 -07:00
committed by GitHub
parent bd3f3270db
commit 3855f373d3
+2 -2
View File
@@ -35,7 +35,7 @@ default = [
"tcp", "tcp",
"timer", "timer",
"udp", "udp",
# "uds", "uds",
] ]
codec = ["io", "tokio-codec"] codec = ["io", "tokio-codec"]
@@ -57,7 +57,7 @@ sync = ["tokio-sync"]
tcp = ["tokio-tcp"] tcp = ["tokio-tcp"]
timer = ["tokio-timer"] timer = ["tokio-timer"]
udp = ["tokio-udp"] udp = ["tokio-udp"]
#uds = ["tokio-uds"] uds = ["tokio-uds"]
[dependencies] [dependencies]
# Only non-optional dependency... # Only non-optional dependency...