Skip to content

Commit 64834ec

Browse files
authored
chore: prepare Tokio v1.51.2 (#8113)
1 parent 967f571 commit 64834ec

4 files changed

Lines changed: 11 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.51.1", features = ["full"] }
63+
tokio = { version = "1.51.2", features = ["full"] }
6464
```
6565
Then, on your main.rs:
6666

tokio/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# 1.51.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+
6+
[#8065]: https://github.com/tokio-rs/tokio/pull/8065
7+
[#8100]: https://github.com/tokio-rs/tokio/pull/8100
8+
19
# 1.51.1 (April 8th, 2026)
210

311
### 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.51.1"
9+
version = "1.51.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.51.1", features = ["full"] }
63+
tokio = { version = "1.51.2", features = ["full"] }
6464
```
6565
Then, on your main.rs:
6666

0 commit comments

Comments
 (0)