chore: prepare tokio-macros v2.5.0 (#7078)

This commit is contained in:
Alice Ryhl
2025-01-08 16:56:31 +01:00
committed by GitHub
parent 15495fd883
commit cc974a646b
3 changed files with 8 additions and 2 deletions
+6
View File
@@ -1,3 +1,9 @@
# 2.5.0 (Jan 8th, 2025)
- macros: suppress `clippy::needless_return` in `#[tokio::main]` ([#6874])
[#6874]: https://github.com/tokio-rs/tokio/pull/6874
# 2.4.0 (July 22nd, 2024)
- msrv: increase MSRV to 1.70 ([#6645])
+1 -1
View File
@@ -4,7 +4,7 @@ name = "tokio-macros"
# - Remove path dependencies
# - Update CHANGELOG.md.
# - Create "tokio-macros-1.x.y" git tag.
version = "2.4.0"
version = "2.5.0"
edition = "2021"
rust-version = "1.70"
authors = ["Tokio Contributors <[email protected]>"]
+1 -1
View File
@@ -86,7 +86,7 @@ test-util = ["rt", "sync", "time"]
time = []
[dependencies]
tokio-macros = { version = "~2.4.0", path = "../tokio-macros", optional = true }
tokio-macros = { version = "~2.5.0", path = "../tokio-macros", optional = true }
pin-project-lite = "0.2.11"