tokio-native-tls: prepare v0.3.0 (#47)
This commit is contained in:
parent
f85882fbc7
commit
794659740d
@ -1,3 +1,7 @@
|
|||||||
|
# 0.3.0 (December 23, 2020)
|
||||||
|
|
||||||
|
- Upgrade to `tokio 1.0`.
|
||||||
|
|
||||||
# 0.2.0 (October 16, 2020)
|
# 0.2.0 (October 16, 2020)
|
||||||
|
|
||||||
- Upgrade to `tokio 0.3`.
|
- Upgrade to `tokio 0.3`.
|
||||||
|
@ -8,7 +8,7 @@ name = "tokio-native-tls"
|
|||||||
# - README.md
|
# - README.md
|
||||||
# - Update CHANGELOG.md.
|
# - Update CHANGELOG.md.
|
||||||
# - Create "v0.1.x" git tag.
|
# - Create "v0.1.x" git tag.
|
||||||
version = "0.2.0"
|
version = "0.3.0"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
authors = ["Tokio Contributors <team@tokio.rs>"]
|
authors = ["Tokio Contributors <team@tokio.rs>"]
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#![doc(html_root_url = "https://docs.rs/tokio-native-tls/0.2.0")]
|
#![doc(html_root_url = "https://docs.rs/tokio-native-tls/0.3.0")]
|
||||||
#![warn(
|
#![warn(
|
||||||
missing_debug_implementations,
|
missing_debug_implementations,
|
||||||
missing_docs,
|
missing_docs,
|
||||||
|
Loading…
Reference in New Issue
Block a user