mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-20 00:00:08 +02:00
chore: prepare to release v1.52.1 (#8059)
# 1.52.1 (April 16th, 2026) ## Fixed - runtime: revert [#7757] to fix [a regression][#8056] that causes `spawn_blocking` to hang ([#8057]) [#7757]: https://github.com/tokio-rs/tokio/pull/7757 [#8056]: https://github.com/tokio-rs/tokio/pull/8056 [#8057]: https://github.com/tokio-rs/tokio/pull/8057
This commit is contained in:
@@ -60,7 +60,7 @@ Make sure you enable the full features of the tokio crate on Cargo.toml:
|
||||
|
||||
```toml
|
||||
[dependencies]
|
||||
tokio = { version = "1.52.0", features = ["full"] }
|
||||
tokio = { version = "1.52.1", features = ["full"] }
|
||||
```
|
||||
Then, on your main.rs:
|
||||
|
||||
|
||||
@@ -1,3 +1,13 @@
|
||||
# 1.52.1 (April 16th, 2026)
|
||||
|
||||
## Fixed
|
||||
|
||||
- runtime: revert [#7757] to fix [a regression][#8056] that causes `spawn_blocking` to hang ([#8057])
|
||||
|
||||
[#7757]: https://github.com/tokio-rs/tokio/pull/7757
|
||||
[#8056]: https://github.com/tokio-rs/tokio/pull/8056
|
||||
[#8057]: https://github.com/tokio-rs/tokio/pull/8057
|
||||
|
||||
# 1.52.0 (April 14th, 2026)
|
||||
|
||||
## Added
|
||||
|
||||
+1
-1
@@ -6,7 +6,7 @@ name = "tokio"
|
||||
# - README.md
|
||||
# - Update CHANGELOG.md.
|
||||
# - Create "v1.x.y" git tag.
|
||||
version = "1.52.0"
|
||||
version = "1.52.1"
|
||||
edition = "2021"
|
||||
rust-version = "1.71"
|
||||
authors = ["Tokio Contributors <[email protected]>"]
|
||||
|
||||
+1
-1
@@ -60,7 +60,7 @@ Make sure you enable the full features of the tokio crate on Cargo.toml:
|
||||
|
||||
```toml
|
||||
[dependencies]
|
||||
tokio = { version = "1.52.0", features = ["full"] }
|
||||
tokio = { version = "1.52.1", features = ["full"] }
|
||||
```
|
||||
Then, on your main.rs:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user