tls: bump to v0.3.0-alpha.4 (#1515)

This commit is contained in:
Carl Lerche
2019-08-30 10:20:44 -07:00
committed by GitHub
parent 4f99470d46
commit 6a94d2cf4f
3 changed files with 8 additions and 3 deletions
+5
View File
@@ -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) # 0.3.0-alpha.2 (August 17, 2019)
### Changed ### Changed
+2 -2
View File
@@ -8,13 +8,13 @@ name = "tokio-tls"
# - README.md # - README.md
# - Update CHANGELOG.md. # - Update CHANGELOG.md.
# - Create "v0.3.x" git tag. # - Create "v0.3.x" git tag.
version = "0.3.0-alpha.2" version = "0.3.0-alpha.4"
edition = "2018" edition = "2018"
authors = ["Tokio Contributors <[email protected]>"] authors = ["Tokio Contributors <[email protected]>"]
license = "MIT" license = "MIT"
repository = "https://github.com/tokio-rs/tokio" repository = "https://github.com/tokio-rs/tokio"
homepage = "https://tokio.rs" 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 = """ description = """
An implementation of TLS/SSL streams for Tokio giving an implementation of TLS An implementation of TLS/SSL streams for Tokio giving an implementation of TLS
for nonblocking I/O streams. for nonblocking I/O streams.
+1 -1
View File
@@ -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( #![warn(
missing_debug_implementations, missing_debug_implementations,
missing_docs, missing_docs,