Skip to content

Commit 76338a5

Browse files
committed
prepare server release 2.0.0-beta.5
1 parent 978e4f2 commit 76338a5

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-beta.5 - 2021-04-20
47
* Server shutdown would notify all workers to exit regardless if shutdown is graceful.
58
This would make all worker shutdown immediately in force shutdown case. [#333]
69

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-beta.4"
3+
version = "2.0.0-beta.5"
44
authors = [
55
"Nikolay Kim <[email protected]>",
66
"fakeshadow <[email protected]>",

actix-tls/Cargo.toml

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

6565
[dev-dependencies]
6666
actix-rt = "2.2.0"
67-
actix-server = "2.0.0-beta.3"
67+
actix-server = "2.0.0-beta.5"
6868
bytes = "1"
6969
env_logger = "0.8"
7070
futures-util = { version = "0.3.7", default-features = false, features = ["sink"] }

0 commit comments

Comments
 (0)