File tree 2 files changed +12
-1
lines changed
2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change
1
+ # 0.1.17 (December 6th, 2024)
2
+
3
+ - deps: fix dev-dependency on tokio-test ([ #6931 ] , [ #7019 ] )
4
+ - stream: fix link on ` Peekable ` ([ #6861 ] )
5
+ - sync: fix ` Stream ` link in broadcast docs ([ #6873 ] )
6
+
7
+ [ #6861 ] : https://github.com/tokio-rs/tokio/pull/6861
8
+ [ #6873 ] : https://github.com/tokio-rs/tokio/pull/6873
9
+ [ #6931 ] : https://github.com/tokio-rs/tokio/pull/6931
10
+ [ #7019 ] : https://github.com/tokio-rs/tokio/pull/7019
11
+
1
12
# 0.1.16 (September 5th, 2024)
2
13
3
14
This release bumps the MSRV of tokio-stream to 1.70.
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ name = "tokio-stream"
4
4
# - Remove path dependencies
5
5
# - Update CHANGELOG.md.
6
6
# - Create "tokio-stream-0.1.x" git tag.
7
- version = " 0.1.16 "
7
+ version = " 0.1.17 "
8
8
edition = " 2021"
9
9
rust-version = " 1.70"
10
10
authors = [
" Tokio Contributors <[email protected] >" ]
You can’t perform that action at this time.
0 commit comments