chore: prepare tokio-stream v0.1.14 (#5658)

This commit is contained in:
Alice Ryhl
2023-04-26 10:47:43 +02:00
committed by GitHub
parent 9bdc475539
commit 398dfda56d
2 changed files with 8 additions and 1 deletions
+7
View File
@@ -1,3 +1,10 @@
# 0.1.14 (April 26th, 2023)
This bugfix release bumps the minimum version of Tokio to 1.15, which is
necessary for `timeout_repeating` to compile. ([#5657])
[#5657]: https://github.com/tokio-rs/tokio/pull/5657
# 0.1.13 (April 25th, 2023)
This release bumps the MSRV of tokio-stream to 1.56.
+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.13"
version = "0.1.14"
edition = "2021"
rust-version = "1.56"
authors = ["Tokio Contributors <[email protected]>"]