Skip to content

Commit

Permalink
prepare actix-server release 2.0.0-rc.4
Browse files Browse the repository at this point in the history
  • Loading branch information
robjtede committed Jan 12, 2022
1 parent ed2c07b commit b1d5d85
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions actix-server/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Changes

## Unreleased - 2021-xx-xx


## 2.0.0-rc.4 - 2022-01-12
- Update `tokio-uring` dependency to `0.2.0`. [#436]

[#436]: https://github.com/actix/actix-net/pull/436
Expand Down
2 changes: 1 addition & 1 deletion 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.3"
version = "2.0.0-rc.4"
authors = [
"Nikolay Kim <fafhrd91@gmail.com>",
"fakeshadow <24548779@qq.com>",
Expand Down
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.3"
actix-server = "2.0.0-rc.4"
bytes = "1"
env_logger = "0.9"
futures-util = { version = "0.3.7", default-features = false, features = ["sink"] }
Expand Down

0 comments on commit b1d5d85

Please sign in to comment.