mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-29 00:00:11 +02:00
chore: prepare tokio-stream v0.1.6 (#3785)
This commit is contained in:
@@ -1,3 +1,16 @@
|
|||||||
|
# 0.1.6 (May 14, 2021)
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
|
- stream: implement `Error` and `Display` for `BroadcastStreamRecvError` ([#3745])
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
- stream: avoid yielding in `AllFuture` and `AnyFuture` ([#3625])
|
||||||
|
|
||||||
|
[#3745]: https://github.com/tokio-rs/tokio/pull/3745
|
||||||
|
[#3625]: https://github.com/tokio-rs/tokio/pull/3625
|
||||||
|
|
||||||
# 0.1.5 (March 20, 2021)
|
# 0.1.5 (March 20, 2021)
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|||||||
@@ -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.5"
|
version = "0.1.6"
|
||||||
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.5/tokio_stream"
|
documentation = "https://docs.rs/tokio-stream/0.1.6/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