summaryrefslogtreecommitdiffstats
path: root/tokio-tls/src
diff options
context:
space:
mode:
authorCarl Lerche <me@carllerche.com>2019-08-30 10:20:44 -0700
committerGitHub <noreply@github.com>2019-08-30 10:20:44 -0700
commit6a94d2cf4f325b228aab2da9e878c92d19666764 (patch)
tree624d3aee391233df79cfe82948e68e24d7097712 /tokio-tls/src
parent4f99470d465fa33affa89d98c51f141f6ba3cdbf (diff)
tls: bump to v0.3.0-alpha.4 (#1515)
Diffstat (limited to 'tokio-tls/src')
-rw-r--r--tokio-tls/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tokio-tls/src/lib.rs b/tokio-tls/src/lib.rs
index 9963ace4..e754c3ab 100644
--- a/tokio-tls/src/lib.rs
+++ b/tokio-tls/src/lib.rs
@@ -1,4 +1,4 @@
-#![doc(html_root_url = "https://docs.rs/tokio-tls/0.3.0-alpha.2")]
+#![doc(html_root_url = "https://docs.rs/tokio-tls/0.3.0-alpha.4")]
#![warn(
missing_debug_implementations,
missing_docs,