File tree 2 files changed +15
-1
lines changed
2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change
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
+
1
15
# 0.4.2 (May 14, 2021)
2
16
3
17
- test: add ` assert_elapsed! ` macro ([ #3728 ] )
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ name = "tokio-test"
4
4
# - Remove path dependencies
5
5
# - Update CHANGELOG.md.
6
6
# - Create "tokio-test-0.4.x" git tag.
7
- version = " 0.4.2 "
7
+ version = " 0.4.3 "
8
8
edition = " 2021"
9
9
rust-version = " 1.56"
10
10
authors = [
" Tokio Contributors <[email protected] >" ]
You can’t perform that action at this time.
0 commit comments