Skip to content

Commit

Permalink
chore: prepare tokio-test v0.4.4 (#6400)
Browse files Browse the repository at this point in the history
  • Loading branch information
Darksonn committed Mar 14, 2024
1 parent 7cfb100 commit 3d0d0fd
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions tokio-test/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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])
Expand Down
2 changes: 1 addition & 1 deletion tokio-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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>"]
Expand Down

0 comments on commit 3d0d0fd

Please sign in to comment.