mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-09-07 00:00:08 +02:00
chore: prepare tokio-stream v0.1.14 (#5658)
This commit is contained in:
@@ -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)
|
# 0.1.13 (April 25th, 2023)
|
||||||
|
|
||||||
This release bumps the MSRV of tokio-stream to 1.56.
|
This release bumps the MSRV of tokio-stream to 1.56.
|
||||||
|
|||||||
@@ -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.13"
|
version = "0.1.14"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
rust-version = "1.56"
|
rust-version = "1.56"
|
||||||
authors = ["Tokio Contributors <[email protected]>"]
|
authors = ["Tokio Contributors <[email protected]>"]
|
||||||
|
|||||||
Reference in New Issue
Block a user