Commit 5d61c99 1 parent c505a2f commit 5d61c99 Copy full SHA for 5d61c99
File tree 2 files changed +12
-2
lines changed
2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change
1
+ # 0.1.7 (July 7, 2021)
2
+
3
+ ### Fixed
4
+
5
+ - sync: fix watch wrapper ([ #3914 ] )
6
+ - time: fix ` Timeout::size_hint ` ([ #3902 ] )
7
+
8
+ [ #3902 ] : https://github.com/tokio-rs/tokio/pull/3902
9
+ [ #3914 ] : https://github.com/tokio-rs/tokio/pull/3914
10
+
1
11
# 0.1.6 (May 14, 2021)
2
12
3
13
### Added
Original file line number Diff line number Diff line change @@ -6,13 +6,13 @@ name = "tokio-stream"
6
6
# - Cargo.toml
7
7
# - Update CHANGELOG.md.
8
8
# - Create "tokio-stream-0.1.x" git tag.
9
- version = " 0.1.6 "
9
+ version = " 0.1.7 "
10
10
edition = " 2018"
11
11
authors = [
" Tokio Contributors <[email protected] >" ]
12
12
license = " MIT"
13
13
repository = " https://github.com/tokio-rs/tokio"
14
14
homepage = " https://tokio.rs"
15
- documentation = " https://docs.rs/tokio-stream/0.1.6 /tokio_stream"
15
+ documentation = " https://docs.rs/tokio-stream/0.1.7 /tokio_stream"
16
16
description = """
17
17
Utilities to work with `Stream` and `tokio`.
18
18
"""
You can’t perform that action at this time.
0 commit comments