File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed
Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 1+ # 0.4.4 (March 14, 2024)
2+
3+ - task: mark ` Spawn ` as ` #[must_use] ` ([ #6371 ] )
4+ - test: increase MSRV to 1.63 ([ #6126 ] )
5+ - test: update category slug ([ #5953 ] )
6+
7+ [ #5953 ] : https://github.com/tokio-rs/tokio/pull/5953
8+ [ #6126 ] : https://github.com/tokio-rs/tokio/pull/6126
9+ [ #6371 ] : https://github.com/tokio-rs/tokio/pull/6371
10+
111# 0.4.3 (August 23, 2023)
212
313- deps: fix minimum required version of ` async-stream ` ([ #5347 ] )
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.3 "
7+ version = " 0.4.4 "
88edition = " 2021"
99rust-version = " 1.63"
1010authors = [
" Tokio Contributors <[email protected] >" ]
You can’t perform that action at this time.
0 commit comments