Skip to content

Commit 5c555a9

Browse files
committed
prepare actix-rt release 2.3.0
1 parent ca435b2 commit 5c555a9

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
lines changed

actix-rt/CHANGES.md

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

33
## Unreleased - 2021-xx-xx
4-
* Add `io-uring` feature for enabling async file I/O on linux. [#374]
4+
5+
6+
## 2.3.0 - 2021-10-11
57
* The `spawn` method can now resolve with non-unit outputs. [#369]
8+
* Add experimental (semver-exempt) `io-uring` feature for enabling async file I/O on linux. [#374]
69

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

actix-rt/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-rt"
3-
version = "2.2.0"
3+
version = "2.3.0"
44
authors = [
55
"Nikolay Kim <fafhrd91@gmail.com>",
66
"Rob Ede <robjtede@icloud.com>",

actix-rt/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
> Tokio-based single-threaded async runtime for the Actix ecosystem.
44
55
[![crates.io](https://img.shields.io/crates/v/actix-rt?label=latest)](https://crates.io/crates/actix-rt)
6-
[![Documentation](https://docs.rs/actix-rt/badge.svg?version=2.2.0)](https://docs.rs/actix-rt/2.2.0)
6+
[![Documentation](https://docs.rs/actix-rt/badge.svg?version=2.3.0)](https://docs.rs/actix-rt/2.3.0)
77
[![Version](https://img.shields.io/badge/rustc-1.46+-ab6000.svg)](https://blog.rust-lang.org/2020/03/12/Rust-1.46.html)
88
![MIT or Apache 2.0 licensed](https://img.shields.io/crates/l/actix-rt.svg)
99
<br />
10-
[![dependency status](https://deps.rs/crate/actix-rt/2.2.0/status.svg)](https://deps.rs/crate/actix-rt/2.2.0)
10+
[![dependency status](https://deps.rs/crate/actix-rt/2.3.0/status.svg)](https://deps.rs/crate/actix-rt/2.3.0)
1111
![Download](https://img.shields.io/crates/d/actix-rt.svg)
1212
[![Chat on Discord](https://img.shields.io/discord/771444961383153695?label=chat&logo=discord)](https://discord.gg/WghFtEH6Hb)
1313

actix-server/CHANGES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55

66
## 2.0.0-beta.6 - 2021-10-11
7-
* Add `io-uring` feature for enabling async file I/O on linux. [#374]
7+
* Add experimental (semver-exempt) `io-uring` feature for enabling async file I/O on linux. [#374]
88
* Server no long listens to `SIGHUP` signal. Previously, the received was not used but did block
99
subsequent exit signals from working. [#389]
1010
* Remove `config` module. `ServiceConfig`, `ServiceRuntime` public types are removed due to

0 commit comments

Comments
 (0)