Skip to content

Commit b068ea1

Browse files
committed
prepare server release 2.0.0-beta.4
1 parent 4eebdf4 commit b068ea1

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

actix-server/CHANGES.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
# Changes
22

33
## Unreleased - 2021-xx-xx
4-
* Prevent panic when shutdown_timeout is very large. [f9262db]
4+
5+
6+
## 2.0.0-beta.4 - 2021-04-01
7+
* Prevent panic when `shutdown_timeout` is very large. [f9262db]
58

69
[f9262db]: https://github.com/actix/actix-net/commit/f9262db
710

actix-server/Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "actix-server"
3-
version = "2.0.0-beta.3"
3+
version = "2.0.0-beta.4"
44
authors = [
55
"Nikolay Kim <[email protected]>",
66
"fakeshadow <[email protected]>",
@@ -9,7 +9,6 @@ description = "General purpose TCP server built for the Actix ecosystem"
99
keywords = ["network", "framework", "async", "futures"]
1010
homepage = "https://actix.rs"
1111
repository = "https://github.com/actix/actix-net.git"
12-
documentation = "https://docs.rs/actix-server"
1312
categories = ["network-programming", "asynchronous"]
1413
license = "MIT OR Apache-2.0"
1514
edition = "2018"

0 commit comments

Comments
 (0)