mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-09-09 00:00:08 +02:00
chore: prepare tokio-util v0.7.13 (#7012)
This commit is contained in:
@@ -1,3 +1,11 @@
|
|||||||
|
# 0.7.13 (December 4th, 2024)
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
- codec: fix incorrect handling of invalid utf-8 in `LinesCodec::decode_eof` ([#7011])
|
||||||
|
|
||||||
|
[#7011]: https://github.com/tokio-rs/tokio/pull/7011
|
||||||
|
|
||||||
# 0.7.12 (September 5th, 2024)
|
# 0.7.12 (September 5th, 2024)
|
||||||
|
|
||||||
This release bumps the MSRV to 1.70. ([#6645])
|
This release bumps the MSRV to 1.70. ([#6645])
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ name = "tokio-util"
|
|||||||
# - Remove path dependencies
|
# - Remove path dependencies
|
||||||
# - Update CHANGELOG.md.
|
# - Update CHANGELOG.md.
|
||||||
# - Create "tokio-util-0.7.x" git tag.
|
# - Create "tokio-util-0.7.x" git tag.
|
||||||
version = "0.7.12"
|
version = "0.7.13"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
rust-version = "1.70"
|
rust-version = "1.70"
|
||||||
authors = ["Tokio Contributors <[email protected]>"]
|
authors = ["Tokio Contributors <[email protected]>"]
|
||||||
|
|||||||
Reference in New Issue
Block a user