mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-09-08 00:00:13 +02:00
tls: bump to v0.3.0-alpha.4 (#1515)
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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,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,
|
||||||
|
|||||||
Reference in New Issue
Block a user