Skip to content

Commit 3036662

Browse files
committed
prepare actix-tls release 3.0.0-beta.6
1 parent 669e868 commit 3036662

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

actix-server/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ num_cpus = "1.13"
3232
tokio = { version = "1.5.1", features = ["sync"] }
3333

3434
[dev-dependencies]
35-
actix-codec = "0.4.0-beta.1"
35+
actix-codec = "0.4.0"
3636
actix-rt = "2.0.0"
3737

3838
bytes = "1"

actix-tls/CHANGES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Changes
22

33
## Unreleased - 2021-xx-xx
4+
5+
6+
## 3.0.0-beta.6 - 2021-10-19
47
* Update `tokio-rustls` to `0.23` which uses `rustls` `0.20`. [#396]
58
* Removed a re-export of `Session` from `rustls` as it no longer exist. [#396]
69
* Minimum supported Rust version (MSRV) is now 1.52.

actix-tls/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "actix-tls"
3-
version = "3.0.0-beta.5"
3+
version = "3.0.0-beta.6"
44
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
55
description = "TLS acceptor and connector services for Actix ecosystem"
66
keywords = ["network", "tls", "ssl", "async", "transport"]
@@ -38,7 +38,7 @@ native-tls = ["tokio-native-tls"]
3838
uri = ["http"]
3939

4040
[dependencies]
41-
actix-codec = "0.4.0-beta.1"
41+
actix-codec = "0.4.0"
4242
actix-rt = { version = "2.2.0", default-features = false }
4343
actix-service = "2.0.0"
4444
actix-utils = "3.0.0"

0 commit comments

Comments
 (0)