Skip to content

Commit 637625f

Browse files
authored
prepare actix-server release 2.0.0 (#437)
1 parent b1d5d85 commit 637625f

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

actix-server/CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
## Unreleased - 2021-xx-xx
44

55

6+
## 2.0.0 - 2022-01-19
7+
- No significant changes since `2.0.0-rc.4`.
8+
9+
610
## 2.0.0-rc.4 - 2022-01-12
711
- Update `tokio-uring` dependency to `0.2.0`. [#436]
812

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.4"
3+
version = "2.0.0"
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.4"
72+
actix-server = "2.0.0"
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)