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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,7 +35,7 @@ default = [
"tcp",
"timer",
"udp",
# "uds",
"uds",
]
codec = ["io", "tokio-codec"]
@ -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...