mirror of
https://github.com/tokio-rs/tokio.git
synced 2025-09-28 12:10:37 +00:00
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:
parent
bd3f3270db
commit
3855f373d3
@ -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...
|
||||
|
Loading…
x
Reference in New Issue
Block a user