Skip to content

Commit b1d5d85

Browse files
committed
prepare actix-server release 2.0.0-rc.4
1 parent ed2c07b commit b1d5d85

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

actix-server/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+
## 2.0.0-rc.4 - 2022-01-12
47
- Update `tokio-uring` dependency to `0.2.0`. [#436]
58

69
[#436]: https://github.com/actix/actix-net/pull/436

actix-server/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "actix-server"
3-
version = "2.0.0-rc.3"
3+
version = "2.0.0-rc.4"
44
authors = [
55
"Nikolay Kim <fafhrd91@gmail.com>",
66
"fakeshadow <24548779@qq.com>",

actix-tls/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ tokio-native-tls = { version = "0.3", optional = true }
6969

7070
[dev-dependencies]
7171
actix-rt = "2.2.0"
72-
actix-server = "2.0.0-rc.3"
72+
actix-server = "2.0.0-rc.4"
7373
bytes = "1"
7474
env_logger = "0.9"
7575
futures-util = { version = "0.3.7", default-features = false, features = ["sink"] }

0 commit comments

Comments
 (0)