mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-09-06 00:00:10 +02:00
chore: prepare tokio-test v0.4.4 (#6400)
This commit is contained in:
@@ -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)
|
# 0.4.3 (August 23, 2023)
|
||||||
|
|
||||||
- deps: fix minimum required version of `async-stream` ([#5347])
|
- deps: fix minimum required version of `async-stream` ([#5347])
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ name = "tokio-test"
|
|||||||
# - Remove path dependencies
|
# - Remove path dependencies
|
||||||
# - Update CHANGELOG.md.
|
# - Update CHANGELOG.md.
|
||||||
# - Create "tokio-test-0.4.x" git tag.
|
# - Create "tokio-test-0.4.x" git tag.
|
||||||
version = "0.4.3"
|
version = "0.4.4"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
rust-version = "1.63"
|
rust-version = "1.63"
|
||||||
authors = ["Tokio Contributors <[email protected]>"]
|
authors = ["Tokio Contributors <[email protected]>"]
|
||||||
|
|||||||
Reference in New Issue
Block a user