Skip to content

Commit

Permalink
tokio-native-tls: prepare v0.3.0 (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
benesch authored Dec 24, 2020
1 parent f85882f commit 7946597
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions tokio-native-tls/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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`.
Expand Down
2 changes: 1 addition & 1 deletion tokio-native-tls/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion tokio-native-tls/src/lib.rs
Original file line number Diff line number Diff line change
@@ -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,
Expand Down

0 comments on commit 7946597

Please sign in to comment.