1
0
mirror of https://github.com/fafhrd91/actix-net synced 2024-11-23 20:51:06 +01:00

chore(actix-tls): prepare release 3.2.0

This commit is contained in:
Rob Ede 2024-01-17 04:26:46 +00:00
parent 079f0f66f0
commit 968ad3b854
No known key found for this signature in database
GPG Key ID: 97C636207D3EF933
2 changed files with 3 additions and 1 deletions

View File

@ -2,6 +2,8 @@
## Unreleased
## 3.2.0
- Support Rustls v0.22.
- Added `{accept, connect}::rustls_0_22` modules.
- Add `rustls-0_21-native-roots` and `rustls-0_20-native-roots` crate features which utilize the `rustls-native-certs` crate to enable a `native_roots_cert_store()` functions in each rustls-based `connect` module.

View File

@ -1,6 +1,6 @@
[package]
name = "actix-tls"
version = "3.1.1"
version = "3.2.0"
authors = [
"Nikolay Kim <fafhrd91@gmail.com>",
"Rob Ede <robjtede@icloud.com>",