Skip to content

Commit ae9afd4

Browse files
committed
prepare actix-server release 2.0.0-rc.2
1 parent 01d2f18 commit ae9afd4

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
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.2 - 2021-12-27
47
- Simplify `TestServer`. [#431]
58

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

actix-server/Cargo.toml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
11
[package]
22
name = "actix-server"
3-
version = "2.0.0-rc.1"
3+
version = "2.0.0-rc.2"
44
authors = [
55
"Nikolay Kim <[email protected]>",
66
"fakeshadow <[email protected]>",
7+
"Rob Ede <[email protected]>",
8+
"Ali MJ Al-Nasrawy <[email protected]>",
79
]
810
description = "General purpose TCP server built for the Actix ecosystem"
9-
keywords = ["network", "framework", "async", "futures"]
10-
repository = "https://github.com/actix/actix-net.git"
11+
keywords = ["network", "tcp", "server", "framework", "async"]
1112
categories = ["network-programming", "asynchronous"]
13+
homepage = "https://actix.rs"
14+
repository = "https://github.com/actix/actix-net.git"
1215
license = "MIT OR Apache-2.0"
1316
edition = "2018"
1417

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.1"
72+
actix-server = "2.0.0-rc.2"
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)