mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-09-09 00:00:08 +02:00
chore: prepare tokio-stream 0.1.7 (#3923)
This commit is contained in:
@@ -1,3 +1,13 @@
|
|||||||
|
# 0.1.7 (July 7, 2021)
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
- sync: fix watch wrapper ([#3914])
|
||||||
|
- time: fix `Timeout::size_hint` ([#3902])
|
||||||
|
|
||||||
|
[#3902]: https://github.com/tokio-rs/tokio/pull/3902
|
||||||
|
[#3914]: https://github.com/tokio-rs/tokio/pull/3914
|
||||||
|
|
||||||
# 0.1.6 (May 14, 2021)
|
# 0.1.6 (May 14, 2021)
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|||||||
@@ -6,13 +6,13 @@ name = "tokio-stream"
|
|||||||
# - Cargo.toml
|
# - Cargo.toml
|
||||||
# - Update CHANGELOG.md.
|
# - Update CHANGELOG.md.
|
||||||
# - Create "tokio-stream-0.1.x" git tag.
|
# - Create "tokio-stream-0.1.x" git tag.
|
||||||
version = "0.1.6"
|
version = "0.1.7"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
authors = ["Tokio Contributors <[email protected]>"]
|
authors = ["Tokio Contributors <[email protected]>"]
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
repository = "https://github.com/tokio-rs/tokio"
|
repository = "https://github.com/tokio-rs/tokio"
|
||||||
homepage = "https://tokio.rs"
|
homepage = "https://tokio.rs"
|
||||||
documentation = "https://docs.rs/tokio-stream/0.1.6/tokio_stream"
|
documentation = "https://docs.rs/tokio-stream/0.1.7/tokio_stream"
|
||||||
description = """
|
description = """
|
||||||
Utilities to work with `Stream` and `tokio`.
|
Utilities to work with `Stream` and `tokio`.
|
||||||
"""
|
"""
|
||||||
|
|||||||
Reference in New Issue
Block a user