Skip to content

Commit 7e47bf4

Browse files
committed
prepare actix-server release 2.2.0
1 parent 05e7be3 commit 7e47bf4

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

actix-server/CHANGES.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
# Changes
22

33
## Unreleased - 2022-xx-xx
4+
5+
6+
## 2.2.0 - 2022-12-21
47
- Minimum supported Rust version (MSRV) is now 1.59.
5-
- Update tokio-uring to 0.4
8+
- Update `tokio-uring` dependency to `0.4`. [#473]
69

710
[#473]: https://github.com/actix/actix-net/pull/473
811

@@ -12,7 +15,7 @@
1215

1316

1417
## 2.1.0 - 2022-03-08
15-
- Update `tokio-uring` dependency to `0.3.0`. [#448]
18+
- Update `tokio-uring` dependency to `0.3`. [#448]
1619
- Logs emitted now use the `tracing` crate with `log` compatibility. [#448]
1720
- Wait for accept thread to stop before sending completion signal. [#443]
1821

@@ -25,7 +28,7 @@
2528

2629

2730
## 2.0.0-rc.4 - 2022-01-12
28-
- Update `tokio-uring` dependency to `0.2.0`. [#436]
31+
- Update `tokio-uring` dependency to `0.2`. [#436]
2932

3033
[#436]: https://github.com/actix/actix-net/pull/436
3134

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.1.1"
3+
version = "2.2.0"
44
authors = [
55
"Nikolay Kim <[email protected]>",
66
"Rob Ede <[email protected]>",

actix-server/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
> General purpose TCP server built for the Actix ecosystem.
44
55
[![crates.io](https://img.shields.io/crates/v/actix-server?label=latest)](https://crates.io/crates/actix-server)
6-
[![Documentation](https://docs.rs/actix-server/badge.svg?version=2.1.1)](https://docs.rs/actix-server/2.1.1)
6+
[![Documentation](https://docs.rs/actix-server/badge.svg?version=2.2.0)](https://docs.rs/actix-server/2.2.0)
77
[![Version](https://img.shields.io/badge/rustc-1.52+-ab6000.svg)](https://blog.rust-lang.org/2021/05/06/Rust-1.52.0.html)
88
![License](https://img.shields.io/crates/l/actix-server.svg)
9-
[![Dependency Status](https://deps.rs/crate/actix-server/2.1.1/status.svg)](https://deps.rs/crate/actix-server/2.1.1)
9+
[![Dependency Status](https://deps.rs/crate/actix-server/2.2.0/status.svg)](https://deps.rs/crate/actix-server/2.2.0)
1010
![Download](https://img.shields.io/crates/d/actix-server.svg)
1111
[![Chat on Discord](https://img.shields.io/discord/771444961383153695?label=chat&logo=discord)](https://discord.gg/NWpN5mmg3x)
1212

0 commit comments

Comments
 (0)