Skip to content

Commit 5d61c99

Browse files
authored
chore: prepare tokio-stream 0.1.7 (tokio-rs#3923)
1 parent c505a2f commit 5d61c99

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

tokio-stream/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
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+
111
# 0.1.6 (May 14, 2021)
212

313
### Added

tokio-stream/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ name = "tokio-stream"
66
# - Cargo.toml
77
# - Update CHANGELOG.md.
88
# - Create "tokio-stream-0.1.x" git tag.
9-
version = "0.1.6"
9+
version = "0.1.7"
1010
edition = "2018"
1111
authors = ["Tokio Contributors <[email protected]>"]
1212
license = "MIT"
1313
repository = "https://github.com/tokio-rs/tokio"
1414
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"
1616
description = """
1717
Utilities to work with `Stream` and `tokio`.
1818
"""

0 commit comments

Comments
 (0)