From 13eff2f212c14315676c266cc8524c763e46fc2a Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Fri, 10 Dec 2021 22:58:26 +0000 Subject: [PATCH] prepare actix-tls release 3.0.0-rc.2 --- actix-tls/CHANGES.md | 3 +++ actix-tls/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/actix-tls/CHANGES.md b/actix-tls/CHANGES.md index b43d350e..3c256330 100644 --- a/actix-tls/CHANGES.md +++ b/actix-tls/CHANGES.md @@ -1,6 +1,9 @@ # Changes ## Unreleased - 2021-xx-xx + + +## 3.0.0-rc.2 - 2021-12-10 * Re-export `openssl::SslConnectorBuilder` in `connect::openssl::reexports`. [#???] [#???]: https://github.com/actix/actix-net/pull/??? diff --git a/actix-tls/Cargo.toml b/actix-tls/Cargo.toml index ddcf33a5..346cbc5c 100755 --- a/actix-tls/Cargo.toml +++ b/actix-tls/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "actix-tls" -version = "3.0.0-rc.1" +version = "3.0.0-rc.2" authors = [ "Nikolay Kim ", "Rob Ede ",