File tree Expand file tree Collapse file tree 4 files changed +8
-5
lines changed Expand file tree Collapse file tree 4 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Changes
2
2
3
3
## Unreleased - 2021-xx-xx
4
+
5
+
6
+ ## 2.6.0 - 2022-01-12
4
7
- Update ` tokio-uring ` dependency to ` 0.2.0 ` . [ #436 ]
5
8
6
9
[ #436 ] : https://github.com/actix/actix-net/pull/436
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " actix-rt"
3
- version = " 2.5.1 "
3
+ version = " 2.6.0 "
4
4
authors = [
5
5
" Nikolay Kim <fafhrd91@gmail.com>" ,
6
6
" Rob Ede <robjtede@icloud.com>" ,
Original file line number Diff line number Diff line change 3
3
> Tokio-based single-threaded async runtime for the Actix ecosystem.
4
4
5
5
[ ![ 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 )
7
7
[ ![ Version] ( https://img.shields.io/badge/rustc-1.46+-ab6000.svg )] ( https://blog.rust-lang.org/2020/03/12/Rust-1.46.html )
8
8
![ MIT or Apache 2.0 licensed] ( https://img.shields.io/crates/l/actix-rt.svg )
9
9
<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 )
11
11
![ Download] ( https://img.shields.io/crates/d/actix-rt.svg )
12
12
[ ![ Chat on Discord] ( https://img.shields.io/discord/771444961383153695?label=chat&logo=discord )] ( https://discord.gg/WghFtEH6Hb )
13
13
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ default = []
24
24
io-uring = [" tokio-uring" , " actix-rt/io-uring" ]
25
25
26
26
[dependencies ]
27
- actix-rt = { version = " 2.4 .0" , default-features = false }
27
+ actix-rt = { version = " 2.6 .0" , default-features = false }
28
28
actix-service = " 2.0.0"
29
29
actix-utils = " 3.0.0"
30
30
@@ -42,7 +42,7 @@ tokio-uring = { version = "0.2", optional = true }
42
42
43
43
[dev-dependencies ]
44
44
actix-codec = " 0.4.2"
45
- actix-rt = " 2.4 .0"
45
+ actix-rt = " 2.6 .0"
46
46
47
47
bytes = " 1"
48
48
env_logger = " 0.9"
You can’t perform that action at this time.
0 commit comments