tokio-native-tls: prepare v0.3.0 (#47)

pull/1/head
Nikhil Benesch 3 years ago committed by GitHub
parent f85882fbc7
commit 794659740d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      tokio-native-tls/CHANGELOG.md
  2. 2
      tokio-native-tls/Cargo.toml
  3. 2
      tokio-native-tls/src/lib.rs

@ -1,3 +1,7 @@
# 0.3.0 (December 23, 2020)
- Upgrade to `tokio 1.0`.
# 0.2.0 (October 16, 2020)
- Upgrade to `tokio 0.3`.

@ -8,7 +8,7 @@ name = "tokio-native-tls"
# - README.md
# - Update CHANGELOG.md.
# - Create "v0.1.x" git tag.
version = "0.2.0"
version = "0.3.0"
edition = "2018"
authors = ["Tokio Contributors <team@tokio.rs>"]
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(
missing_debug_implementations,
missing_docs,

Loading…
Cancel
Save