Skip to content

Commit 3b79be6

Browse files
authored
chore: prepare tokio-test v0.4.3 (#5943)
1 parent 8955ed5 commit 3b79be6

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

tokio-test/CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# 0.4.3 (August 23, 2023)
2+
3+
- deps: fix minimum required version of `async-stream` ([#5347])
4+
- deps: fix minimum required version of `tokio-stream` ([#4376])
5+
- docs: improve `tokio_test::task` docs ([#5132])
6+
- io: fetch actions from mock handle before write ([#5814])
7+
- io: fix wait operation on mock ([#5554])
8+
9+
[#4376]: https://github.com/tokio-rs/tokio/pull/4376
10+
[#5132]: https://github.com/tokio-rs/tokio/pull/5132
11+
[#5347]: https://github.com/tokio-rs/tokio/pull/5347
12+
[#5554]: https://github.com/tokio-rs/tokio/pull/5554
13+
[#5814]: https://github.com/tokio-rs/tokio/pull/5814
14+
115
# 0.4.2 (May 14, 2021)
216

317
- test: add `assert_elapsed!` macro ([#3728])

tokio-test/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name = "tokio-test"
44
# - Remove path dependencies
55
# - Update CHANGELOG.md.
66
# - Create "tokio-test-0.4.x" git tag.
7-
version = "0.4.2"
7+
version = "0.4.3"
88
edition = "2021"
99
rust-version = "1.56"
1010
authors = ["Tokio Contributors <[email protected]>"]

0 commit comments

Comments
 (0)