chore: prepare tokio-test 0.4.5 (#7831)

This commit is contained in:
Alice Ryhl
2026-01-04 13:53:43 +01:00
committed by GitHub
parent 60b083b630
commit 41d1877689
2 changed files with 19 additions and 1 deletions
+18
View File
@@ -1,3 +1,21 @@
# 0.4.5 (January 4th, 2026)
### Added
- test: add `io::Builder::name` for better panic messages ([#7212])
### Fixed
- test: make `Spawn` forward `size_hint` ([#6607])
### Changed
- test: remove unused `async-stream` and `bytes` dependencies ([#7214])
[#6607]: https://github.com/tokio-rs/tokio/pull/6607
[#7212]: https://github.com/tokio-rs/tokio/pull/7212
[#7214]: https://github.com/tokio-rs/tokio/pull/7214
# 0.4.4 (March 14, 2024)
- task: mark `Spawn` as `#[must_use]` ([#6371])
+1 -1
View File
@@ -4,7 +4,7 @@ name = "tokio-test"
# - Remove path dependencies
# - Update CHANGELOG.md.
# - Create "tokio-test-0.4.x" git tag.
version = "0.4.4"
version = "0.4.5"
edition = "2021"
rust-version = "1.71"
authors = ["Tokio Contributors <[email protected]>"]