From 3d0d0fd2af9192ca5cf2836451e96dffab68216a Mon Sep 17 00:00:00 2001 From: Alice Ryhl Date: Thu, 14 Mar 2024 22:10:15 +0100 Subject: [PATCH] chore: prepare tokio-test v0.4.4 (#6400) --- tokio-test/CHANGELOG.md | 10 ++++++++++ tokio-test/Cargo.toml | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/tokio-test/CHANGELOG.md b/tokio-test/CHANGELOG.md index d7ca989e1..d506bfc40 100644 --- a/tokio-test/CHANGELOG.md +++ b/tokio-test/CHANGELOG.md @@ -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]) diff --git a/tokio-test/Cargo.toml b/tokio-test/Cargo.toml index 29a350546..076f79bf5 100644 --- a/tokio-test/Cargo.toml +++ b/tokio-test/Cargo.toml @@ -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 "]