Skip to content

Commit

Permalink
prepare actix-server release 2.0.0-rc.3
Browse files Browse the repository at this point in the history
  • Loading branch information
robjtede committed Dec 31, 2021
1 parent 5faa98f commit 3ba4eaf
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions actix-server/CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
## Unreleased - 2021-xx-xx


## 2.0.0-rc.3 - 2021-12-31
- No significant changes since `2.0.0-rc.2`.


## 2.0.0-rc.2 - 2021-12-27
- Simplify `TestServer`. [#431]

Expand Down
6 changes: 3 additions & 3 deletions actix-server/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "actix-server"
version = "2.0.0-rc.2"
version = "2.0.0-rc.3"
authors = [
"Nikolay Kim <fafhrd91@gmail.com>",
"fakeshadow <24548779@qq.com>",
Expand Down Expand Up @@ -34,7 +34,7 @@ log = "0.4"
mio = { version = "0.8", features = ["os-poll", "net"] }
num_cpus = "1.13"
socket2 = "0.4.2"
tokio = { version = "1.5.1", features = ["sync"] }
tokio = { version = "1.13.1", features = ["sync"] }

# runtime for io-uring feature
tokio-uring = { version = "0.1", optional = true }
Expand All @@ -46,4 +46,4 @@ actix-rt = "2.4.0"
bytes = "1"
env_logger = "0.9"
futures-util = { version = "0.3.7", default-features = false, features = ["sink", "async-await-macro"] }
tokio = { version = "1.5.1", features = ["io-util", "rt-multi-thread", "macros", "fs"] }
tokio = { version = "1.13.1", features = ["io-util", "rt-multi-thread", "macros", "fs"] }
2 changes: 1 addition & 1 deletion actix-tls/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ tokio-native-tls = { version = "0.3", optional = true }

[dev-dependencies]
actix-rt = "2.2.0"
actix-server = "2.0.0-rc.2"
actix-server = "2.0.0-rc.3"
bytes = "1"
env_logger = "0.9"
futures-util = { version = "0.3.7", default-features = false, features = ["sink"] }
Expand Down

0 comments on commit 3ba4eaf

Please sign in to comment.