mirror of https://github.com/fafhrd91/actix-net
prepare actix-tls release 3.0.0-rc.2
This commit is contained in:
parent
6c0de85f5d
commit
13eff2f212
|
@ -1,6 +1,9 @@
|
||||||
# Changes
|
# Changes
|
||||||
|
|
||||||
## Unreleased - 2021-xx-xx
|
## Unreleased - 2021-xx-xx
|
||||||
|
|
||||||
|
|
||||||
|
## 3.0.0-rc.2 - 2021-12-10
|
||||||
* Re-export `openssl::SslConnectorBuilder` in `connect::openssl::reexports`. [#???]
|
* Re-export `openssl::SslConnectorBuilder` in `connect::openssl::reexports`. [#???]
|
||||||
|
|
||||||
[#???]: https://github.com/actix/actix-net/pull/???
|
[#???]: https://github.com/actix/actix-net/pull/???
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "actix-tls"
|
name = "actix-tls"
|
||||||
version = "3.0.0-rc.1"
|
version = "3.0.0-rc.2"
|
||||||
authors = [
|
authors = [
|
||||||
"Nikolay Kim <fafhrd91@gmail.com>",
|
"Nikolay Kim <fafhrd91@gmail.com>",
|
||||||
"Rob Ede <robjtede@icloud.com>",
|
"Rob Ede <robjtede@icloud.com>",
|
||||||
|
|
Loading…
Reference in New Issue