summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJoão Oliveira <hello@jxs.pt>2019-07-16 18:26:08 +0100
committerCarl Lerche <me@carllerche.com>2019-07-16 10:26:08 -0700
commit448d9d2eab32a4e0c0a37ddf0f153a13435dc767 (patch)
treea3931926d5e2e200a89900b79a7557f3214b93cd /Cargo.toml
parent0de3a69eb412354739b7b703e28b7f66f16e7dff (diff)
tls: update to std-future (#1224)
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 5db63472..dab15da5 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -17,7 +17,7 @@ members = [
"tokio-threadpool",
"tokio-timer",
"tokio-tcp",
- # "tokio-tls",
+ "tokio-tls",
"tokio-udp",
"tokio-uds",
]