Skip to content

Commit cb4fa60

Browse files
committed
chore: prepare Tokio v1.43.3
Signed-off-by: ADD-SP <[email protected]>
1 parent 49b3318 commit cb4fa60

File tree

5 files changed

+16
-4
lines changed

5 files changed

+16
-4
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

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

5757
```toml
5858
[dependencies]
59-
tokio = { version = "1.43.2", features = ["full"] }
59+
tokio = { version = "1.43.3", features = ["full"] }
6060
```
6161
Then, on your main.rs:
6262

tokio/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# 1.43.3 (October 14th, 2025)
2+
3+
### Fixed
4+
5+
- runtime: use release ordering in `wake_by_ref()` even if already woken ([#7622])
6+
- sync: close the `broadcast::Sender` in `broadcast::Sender::new()` ([#7629])
7+
- process: fix error when runtime is shut down on nightly-2025-10-12 ([#7672])
8+
9+
[#7622]: https://github.com/tokio-rs/tokio/pull/7622
10+
[#7629]: https://github.com/tokio-rs/tokio/pull/7629
11+
[#7672]: https://github.com/tokio-rs/tokio/pull/7672
12+
113
# 1.43.2 (August 1st, 2025)
214

315
### 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.43.2"
9+
version = "1.43.3"
1010
edition = "2021"
1111
rust-version = "1.70"
1212
authors = ["Tokio Contributors <[email protected]>"]

tokio/README.md

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

5757
```toml
5858
[dependencies]
59-
tokio = { version = "1.43.2", features = ["full"] }
59+
tokio = { version = "1.43.3", features = ["full"] }
6060
```
6161
Then, on your main.rs:
6262

0 commit comments

Comments
 (0)