mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-09-08 00:00:13 +02:00
chore: release tokio-stream v0.1.11 (#5094)
This commit is contained in:
@@ -1,3 +1,9 @@
|
|||||||
|
# 0.1.11 (October 11, 2022)
|
||||||
|
|
||||||
|
- time: allow `StreamExt::chunks_timeout` outside of a runtime ([#5036])
|
||||||
|
|
||||||
|
[#5036]: https://github.com/tokio-rs/tokio/pull/5036
|
||||||
|
|
||||||
# 0.1.10 (Sept 18, 2022)
|
# 0.1.10 (Sept 18, 2022)
|
||||||
|
|
||||||
- time: add `StreamExt::chunks_timeout` ([#4695])
|
- time: add `StreamExt::chunks_timeout` ([#4695])
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ name = "tokio-stream"
|
|||||||
# - Remove path dependencies
|
# - Remove path dependencies
|
||||||
# - 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.10"
|
version = "0.1.11"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
rust-version = "1.49"
|
rust-version = "1.49"
|
||||||
authors = ["Tokio Contributors <[email protected]>"]
|
authors = ["Tokio Contributors <[email protected]>"]
|
||||||
|
|||||||
Reference in New Issue
Block a user