File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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```
6565Then, on your main.rs:
6666
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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 "
1010edition = " 2021"
1111rust-version = " 1.71"
1212authors = [" Tokio Contributors <team@tokio.rs>" ]
Original file line number Diff line number Diff 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```
6565Then, on your main.rs:
6666
You can’t perform that action at this time.
0 commit comments