chore: prepare tokio-stream v0.1.12 (#5484)

This commit is contained in:
Alice Ryhl
2023-02-20 10:18:18 +01:00
committed by GitHub
parent 018d0450c7
commit 46f974d8cf
2 changed files with 9 additions and 1 deletions
+8
View File
@@ -1,3 +1,11 @@
# 0.1.12 (January 20, 2022)
- time: remove `Unpin` bound on `Throttle` methods ([#5105])
- time: document that `throttle` operates on ms granularity ([#5101])
[#5105]: https://github.com/tokio-rs/tokio/pull/5105
[#5101]: https://github.com/tokio-rs/tokio/pull/5101
# 0.1.11 (October 11, 2022)
- time: allow `StreamExt::chunks_timeout` outside of a runtime ([#5036])
+1 -1
View File
@@ -4,7 +4,7 @@ name = "tokio-stream"
# - Remove path dependencies
# - Update CHANGELOG.md.
# - Create "tokio-stream-0.1.x" git tag.
version = "0.1.11"
version = "0.1.12"
edition = "2018"
rust-version = "1.49"
authors = ["Tokio Contributors <[email protected]>"]