Skip to content

Commit ed2c07b

Browse files
committed
prepare actix-rt release 2.6.0
1 parent 4fe7fec commit ed2c07b

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
lines changed

actix-rt/CHANGES.md

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

33
## Unreleased - 2021-xx-xx
4+
5+
6+
## 2.6.0 - 2022-01-12
47
- Update `tokio-uring` dependency to `0.2.0`. [#436]
58

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

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.5.1"
3+
version = "2.6.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.5.1)](https://docs.rs/actix-rt/2.5.1)
6+
[![Documentation](https://docs.rs/actix-rt/badge.svg?version=2.6.0)](https://docs.rs/actix-rt/2.6.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.5.1/status.svg)](https://deps.rs/crate/actix-rt/2.5.1)
10+
[![dependency status](https://deps.rs/crate/actix-rt/2.6.0/status.svg)](https://deps.rs/crate/actix-rt/2.6.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/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ default = []
2424
io-uring = ["tokio-uring", "actix-rt/io-uring"]
2525

2626
[dependencies]
27-
actix-rt = { version = "2.4.0", default-features = false }
27+
actix-rt = { version = "2.6.0", default-features = false }
2828
actix-service = "2.0.0"
2929
actix-utils = "3.0.0"
3030

@@ -42,7 +42,7 @@ tokio-uring = { version = "0.2", optional = true }
4242

4343
[dev-dependencies]
4444
actix-codec = "0.4.2"
45-
actix-rt = "2.4.0"
45+
actix-rt = "2.6.0"
4646

4747
bytes = "1"
4848
env_logger = "0.9"

0 commit comments

Comments
 (0)