mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-25 00:00:18 +02:00
chore: prepare Tokio v1.47.2 (#7681)
Signed-off-by: ADD-SP <[email protected]>
This commit is contained in:
@@ -56,7 +56,7 @@ Make sure you activated the full features of the tokio crate on Cargo.toml:
|
||||
|
||||
```toml
|
||||
[dependencies]
|
||||
tokio = { version = "1.47.1", features = ["full"] }
|
||||
tokio = { version = "1.47.2", features = ["full"] }
|
||||
```
|
||||
Then, on your main.rs:
|
||||
|
||||
|
||||
@@ -1,3 +1,17 @@
|
||||
# 1.47.2 (October 14th, 2025)
|
||||
|
||||
### Fixed
|
||||
|
||||
- runtime: use release ordering in `wake_by_ref()` even if already woken ([#7622])
|
||||
- sync: close the `broadcast::Sender` in `broadcast::Sender::new()` ([#7629])
|
||||
- macros: fix hygiene issue in `join!` and `try_join!` ([#7638])
|
||||
- process: fix error when runtime is shut down on nightly-2025-10-12 ([#7672])
|
||||
|
||||
[#7622]: https://github.com/tokio-rs/tokio/pull/7622
|
||||
[#7629]: https://github.com/tokio-rs/tokio/pull/7629
|
||||
[#7638]: https://github.com/tokio-rs/tokio/pull/7638
|
||||
[#7672]: https://github.com/tokio-rs/tokio/pull/7672
|
||||
|
||||
# 1.47.1 (August 1st, 2025)
|
||||
|
||||
### Fixed
|
||||
|
||||
+1
-1
@@ -6,7 +6,7 @@ name = "tokio"
|
||||
# - README.md
|
||||
# - Update CHANGELOG.md.
|
||||
# - Create "v1.x.y" git tag.
|
||||
version = "1.47.1"
|
||||
version = "1.47.2"
|
||||
edition = "2021"
|
||||
rust-version = "1.70"
|
||||
authors = ["Tokio Contributors <[email protected]>"]
|
||||
|
||||
+1
-1
@@ -56,7 +56,7 @@ Make sure you activated the full features of the tokio crate on Cargo.toml:
|
||||
|
||||
```toml
|
||||
[dependencies]
|
||||
tokio = { version = "1.47.1", features = ["full"] }
|
||||
tokio = { version = "1.47.2", features = ["full"] }
|
||||
```
|
||||
Then, on your main.rs:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user