Skip to content

Commit fe38312

Browse files
authored
asonix/tokio uring 04 (#473)
1 parent 2b83f08 commit fe38312

File tree

4 files changed

+7
-2
lines changed

4 files changed

+7
-2
lines changed

actix-rt/CHANGES.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,10 @@
33
## Unreleased - 2022-xx-xx
44
- Add `#[track_caller]` attribute to `spawn` functions and methods. [#454]
55
- Minimum supported Rust version (MSRV) is now 1.59.
6+
- Update tokio-uring to 0.4
67

78
[#454]: https://github.com/actix/actix-net/pull/454
9+
[#473]: https://github.com/actix/actix-net/pull/473
810

911

1012
## 2.7.0 - 2022-03-08

actix-rt/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ tokio = { version = "1.13.1", features = ["rt", "net", "parking_lot", "signal",
3030

3131
# runtime for `io-uring` feature
3232
[target.'cfg(target_os = "linux")'.dependencies]
33-
tokio-uring = { version = "0.3", optional = true }
33+
tokio-uring = { version = "0.4", optional = true }
3434

3535
[dev-dependencies]
3636
tokio = { version = "1.13.1", features = ["full"] }

actix-server/CHANGES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
## Unreleased - 2022-xx-xx
44
- Minimum supported Rust version (MSRV) is now 1.59.
5+
- Update tokio-uring to 0.4
6+
7+
[#473]: https://github.com/actix/actix-net/pull/473
58

69

710
## 2.1.1 - 2022-03-09

actix-server/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ tracing = { version = "0.1.30", default-features = false, features = ["log"] }
3737

3838
# runtime for `io-uring` feature
3939
[target.'cfg(target_os = "linux")'.dependencies]
40-
tokio-uring = { version = "0.3", optional = true }
40+
tokio-uring = { version = "0.4", optional = true }
4141

4242
[dev-dependencies]
4343
actix-codec = "0.5"

0 commit comments

Comments
 (0)