From 5029beb8667b186da0dcca4a44a9026b6e7c1e74 Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Sat, 26 Aug 2023 18:05:39 +0100 Subject: [PATCH] prepare actix-tls release 3.1.0 --- actix-tls/CHANGES.md | 2 ++ actix-tls/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/actix-tls/CHANGES.md b/actix-tls/CHANGES.md index 556d498b..21739e89 100644 --- a/actix-tls/CHANGES.md +++ b/actix-tls/CHANGES.md @@ -2,6 +2,8 @@ ## Unreleased +## 3.1.0 + - Support Rustls v0.21. - Added `{accept, connect}::rustls_0_21` modules. - Added `{accept, connect}::rustls_0_20` alias for `{accept, connect}::rustls` modules. diff --git a/actix-tls/Cargo.toml b/actix-tls/Cargo.toml index 0c5a148e..f1c40332 100755 --- a/actix-tls/Cargo.toml +++ b/actix-tls/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "actix-tls" -version = "3.0.4" +version = "3.1.0" authors = [ "Nikolay Kim ", "Rob Ede ",