Skip to content

Commit 5faa98f

Browse files
committed
prepare actix-rt release 2.5.1
1 parent b552d84 commit 5faa98f

File tree

3 files changed

+8
-5
lines changed

3 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.5.1 - 2021-12-31
47
- Expose `System::with_tokio_rt` and `Arbiter::with_tokio_rt`. [#430]
58

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

actix-rt/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "actix-rt"
3-
version = "2.5.0"
3+
version = "2.5.1"
44
authors = [
55
"Nikolay Kim <[email protected]>",
66
"Rob Ede <[email protected]>",
@@ -27,11 +27,11 @@ io-uring = ["tokio-uring"]
2727
actix-macros = { version = "0.2.3", optional = true }
2828

2929
futures-core = { version = "0.3", default-features = false }
30-
tokio = { version = "1.5.1", features = ["rt", "net", "parking_lot", "signal", "sync", "time"] }
30+
tokio = { version = "1.13.1", features = ["rt", "net", "parking_lot", "signal", "sync", "time"] }
3131

3232
[target.'cfg(target_os = "linux")'.dependencies]
3333
tokio-uring = { version = "0.1", optional = true }
3434

3535
[dev-dependencies]
36-
tokio = { version = "1.5.1", features = ["full"] }
36+
tokio = { version = "1.13.1", features = ["full"] }
3737
hyper = { version = "0.14", default-features = false, features = ["server", "tcp", "http1"] }

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.0)](https://docs.rs/actix-rt/2.5.0)
6+
[![Documentation](https://docs.rs/actix-rt/badge.svg?version=2.5.1)](https://docs.rs/actix-rt/2.5.1)
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.0/status.svg)](https://deps.rs/crate/actix-rt/2.5.0)
10+
[![dependency status](https://deps.rs/crate/actix-rt/2.5.1/status.svg)](https://deps.rs/crate/actix-rt/2.5.1)
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

0 commit comments

Comments
 (0)