chore: prepare tokio-test v0.4.3 (#5943)

This commit is contained in:
Alice Ryhl
2023-08-23 12:38:11 +02:00
committed by GitHub
parent 8955ed5f85
commit 3b79be624d
2 changed files with 15 additions and 1 deletions
+14
View File
@@ -1,3 +1,17 @@
# 0.4.3 (August 23, 2023)
- deps: fix minimum required version of `async-stream` ([#5347])
- deps: fix minimum required version of `tokio-stream` ([#4376])
- docs: improve `tokio_test::task` docs ([#5132])
- io: fetch actions from mock handle before write ([#5814])
- io: fix wait operation on mock ([#5554])
[#4376]: https://github.com/tokio-rs/tokio/pull/4376
[#5132]: https://github.com/tokio-rs/tokio/pull/5132
[#5347]: https://github.com/tokio-rs/tokio/pull/5347
[#5554]: https://github.com/tokio-rs/tokio/pull/5554
[#5814]: https://github.com/tokio-rs/tokio/pull/5814
# 0.4.2 (May 14, 2021)
- test: add `assert_elapsed!` macro ([#3728])
+1 -1
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.2"
version = "0.4.3"
edition = "2021"
rust-version = "1.56"
authors = ["Tokio Contributors <[email protected]>"]