summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorYin Guanhao <sopium@users.noreply.github.com>2019-06-27 02:41:36 +0800
committerLucio Franco <luciofranco14@gmail.com>2019-06-26 14:41:36 -0400
commit6316aa1d0b0465e8ca72040879365a91c844887f (patch)
tree0e5618e293bc69d0bf53afa1d3da9c94b8612df8 /Cargo.toml
parent0784dc27679beecdb06f273ea8c8af0168212c12 (diff)
Update tokio-udp to use std-future (#1199)
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 04c3d94c..413a3023 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -20,6 +20,6 @@ members = [
# "tokio-tls",
# "tokio-trace",
# "tokio-trace/tokio-trace-core",
- # "tokio-udp",
+ "tokio-udp",
# "tokio-uds",
]