Skip to content

Commit 4abe9d7

Browse files
authored
chore: prepare Tokio v1.52.2 (#8115)
1 parent f82bcf3 commit 4abe9d7

4 files changed

Lines changed: 8 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Make sure you enable the full features of the tokio crate on Cargo.toml:
6060

6161
```toml
6262
[dependencies]
63-
tokio = { version = "1.52.1", features = ["full"] }
63+
tokio = { version = "1.52.2", features = ["full"] }
6464
```
6565
Then, on your main.rs:
6666

tokio/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 1.52.2 (May 4th, 2026)
2+
3+
This release reverts the LIFO slot stealing change introduced in 1.51.0
4+
([#7431]), due to [its performance impact][#8065]. ([#8100])
5+
16
# 1.52.1 (April 16th, 2026)
27

38
## Fixed

tokio/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ name = "tokio"
66
# - README.md
77
# - Update CHANGELOG.md.
88
# - Create "v1.x.y" git tag.
9-
version = "1.52.1"
9+
version = "1.52.2"
1010
edition = "2021"
1111
rust-version = "1.71"
1212
authors = ["Tokio Contributors <team@tokio.rs>"]

tokio/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Make sure you enable the full features of the tokio crate on Cargo.toml:
6060

6161
```toml
6262
[dependencies]
63-
tokio = { version = "1.52.1", features = ["full"] }
63+
tokio = { version = "1.52.2", features = ["full"] }
6464
```
6565
Then, on your main.rs:
6666

0 commit comments

Comments
 (0)