From 6a94d2cf4f325b228aab2da9e878c92d19666764 Mon Sep 17 00:00:00 2001 From: Carl Lerche Date: Fri, 30 Aug 2019 10:20:44 -0700 Subject: [PATCH] tls: bump to v0.3.0-alpha.4 (#1515) --- tokio-tls/CHANGELOG.md | 5 +++++ tokio-tls/Cargo.toml | 4 ++-- tokio-tls/src/lib.rs | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/tokio-tls/CHANGELOG.md b/tokio-tls/CHANGELOG.md index c69ac2116..0cb88e56e 100644 --- a/tokio-tls/CHANGELOG.md +++ b/tokio-tls/CHANGELOG.md @@ -1,3 +1,8 @@ +# 0.3.0-alpha.4 (August 30, 2019) + +### Changed +- Track `tokio` 0.2.0-alpha.4 + # 0.3.0-alpha.2 (August 17, 2019) ### Changed diff --git a/tokio-tls/Cargo.toml b/tokio-tls/Cargo.toml index 9e6f1e67b..e04358b6f 100644 --- a/tokio-tls/Cargo.toml +++ b/tokio-tls/Cargo.toml @@ -8,13 +8,13 @@ name = "tokio-tls" # - README.md # - Update CHANGELOG.md. # - Create "v0.3.x" git tag. -version = "0.3.0-alpha.2" +version = "0.3.0-alpha.4" edition = "2018" authors = ["Tokio Contributors "] license = "MIT" repository = "https://github.com/tokio-rs/tokio" homepage = "https://tokio.rs" -documentation = "https://docs.rs/tokio-tls/0.3.0-alpha.2/tokio_tls/" +documentation = "https://docs.rs/tokio-tls/0.3.0-alpha.4/tokio_tls/" description = """ An implementation of TLS/SSL streams for Tokio giving an implementation of TLS for nonblocking I/O streams. diff --git a/tokio-tls/src/lib.rs b/tokio-tls/src/lib.rs index 9963ace44..e754c3ab5 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,