Skip to content

Commit 3d0d0fd

Browse files
authored
chore: prepare tokio-test v0.4.4 (#6400)
1 parent 7cfb100 commit 3d0d0fd

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

tokio-test/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
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])

tokio-test/Cargo.toml

+1-1
Original file line numberDiff line numberDiff 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"
88
edition = "2021"
99
rust-version = "1.63"
1010
authors = ["Tokio Contributors <[email protected]>"]

0 commit comments

Comments
 (0)