mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-27 00:00:12 +02:00
@@ -1,3 +1,11 @@
|
|||||||
|
# 0.1.10 (Sept 18, 2022)
|
||||||
|
|
||||||
|
- time: add `StreamExt::chunks_timeout` ([#4695])
|
||||||
|
- stream: add track_caller to public APIs ([#4786])
|
||||||
|
|
||||||
|
[#4695]: https://github.com/tokio-rs/tokio/pull/4695
|
||||||
|
[#4786]: https://github.com/tokio-rs/tokio/pull/4786
|
||||||
|
|
||||||
# 0.1.9 (June 4, 2022)
|
# 0.1.9 (June 4, 2022)
|
||||||
|
|
||||||
- deps: upgrade `tokio-util` dependency to `0.7.x` ([#3762])
|
- deps: upgrade `tokio-util` dependency to `0.7.x` ([#3762])
|
||||||
|
|||||||
@@ -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.9"
|
version = "0.1.10"
|
||||||
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