File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed
Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 1+ # 0.4.5 (January 4th, 2026)
2+
3+ ### Added
4+
5+ - test: add ` io::Builder::name ` for better panic messages ([ #7212 ] )
6+
7+ ### Fixed
8+
9+ - test: make ` Spawn ` forward ` size_hint ` ([ #6607 ] )
10+
11+ ### Changed
12+
13+ - test: remove unused ` async-stream ` and ` bytes ` dependencies ([ #7214 ] )
14+
15+ [ #6607 ] : https://github.com/tokio-rs/tokio/pull/6607
16+ [ #7212 ] : https://github.com/tokio-rs/tokio/pull/7212
17+ [ #7214 ] : https://github.com/tokio-rs/tokio/pull/7214
18+
119# 0.4.4 (March 14, 2024)
220
321- task: mark ` Spawn ` as ` #[must_use] ` ([ #6371 ] )
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ name = "tokio-test"
44# - Remove path dependencies
55# - Update CHANGELOG.md.
66# - Create "tokio-test-0.4.x" git tag.
7- version = " 0.4.4 "
7+ version = " 0.4.5 "
88edition = " 2021"
99rust-version = " 1.71"
1010authors = [" Tokio Contributors <team@tokio.rs>" ]
You can’t perform that action at this time.
0 commit comments