summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorYin Guanhao <sopium@users.noreply.github.com>2019-07-09 05:58:40 +0800
committerCarl Lerche <me@carllerche.com>2019-07-08 14:58:40 -0700
commit80915906d8faa7a86e798d2d73509a0734987265 (patch)
treeb5671835bf5bee72e0b6746ff32dcb4a7211a658 /Cargo.toml
parent88e775dcf0ad33e1faeed08ffd8482f467417df8 (diff)
uds: update to std-future (#1227)
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 25e84bd1..40f86dcc 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -19,5 +19,5 @@ members = [
"tokio-tcp",
# "tokio-tls",
"tokio-udp",
- # "tokio-uds",
+ "tokio-uds",
]