mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-19 00:00:09 +02:00
chore: prepare tokio-test 0.4.5 (#7831)
This commit is contained in:
@@ -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])
|
||||
|
||||
@@ -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]>"]
|
||||
|
||||
Reference in New Issue
Block a user