diff --git a/tokio-native-tls/CHANGELOG.md b/tokio-native-tls/CHANGELOG.md index 1c00514..1994302 100644 --- a/tokio-native-tls/CHANGELOG.md +++ b/tokio-native-tls/CHANGELOG.md @@ -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`. diff --git a/tokio-native-tls/Cargo.toml b/tokio-native-tls/Cargo.toml index 94aec48..f61a31a 100644 --- a/tokio-native-tls/Cargo.toml +++ b/tokio-native-tls/Cargo.toml @@ -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 "] license = "MIT" diff --git a/tokio-native-tls/src/lib.rs b/tokio-native-tls/src/lib.rs index 030b611..6e650ac 100644 --- a/tokio-native-tls/src/lib.rs +++ b/tokio-native-tls/src/lib.rs @@ -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,