chore: prepare tokio-test v0.4.4 (#6400)

This commit is contained in:
Alice Ryhl 2024-03-14 22:10:15 +01:00 committed by GitHub
parent 7cfb100796
commit 3d0d0fd2af
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 11 additions and 1 deletions

View File

@ -1,3 +1,13 @@
# 0.4.4 (March 14, 2024)
- task: mark `Spawn` as `#[must_use]` ([#6371])
- test: increase MSRV to 1.63 ([#6126])
- test: update category slug ([#5953])
[#5953]: https://github.com/tokio-rs/tokio/pull/5953
[#6126]: https://github.com/tokio-rs/tokio/pull/6126
[#6371]: https://github.com/tokio-rs/tokio/pull/6371
# 0.4.3 (August 23, 2023)
- deps: fix minimum required version of `async-stream` ([#5347])

View File

@ -4,7 +4,7 @@ name = "tokio-test"
# - Remove path dependencies
# - Update CHANGELOG.md.
# - Create "tokio-test-0.4.x" git tag.
version = "0.4.3"
version = "0.4.4"
edition = "2021"
rust-version = "1.63"
authors = ["Tokio Contributors <team@tokio.rs>"]