File tree 2 files changed +11
-1
lines changed
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
+
1
11
# 0.4.3 (August 23, 2023)
2
12
3
13
- 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"
4
4
# - Remove path dependencies
5
5
# - Update CHANGELOG.md.
6
6
# - Create "tokio-test-0.4.x" git tag.
7
- version = " 0.4.3 "
7
+ version = " 0.4.4 "
8
8
edition = " 2021"
9
9
rust-version = " 1.63"
10
10
authors = [
" Tokio Contributors <[email protected] >" ]
You can’t perform that action at this time.
0 commit comments