Skip to content

Commit cc974a6

Browse files
authored
chore: prepare tokio-macros v2.5.0 (#7078)
1 parent 15495fd commit cc974a6

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

tokio-macros/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 2.5.0 (Jan 8th, 2025)
2+
3+
- macros: suppress `clippy::needless_return` in `#[tokio::main]` ([#6874])
4+
5+
[#6874]: https://github.com/tokio-rs/tokio/pull/6874
6+
17
# 2.4.0 (July 22nd, 2024)
28

39
- msrv: increase MSRV to 1.70 ([#6645])

tokio-macros/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name = "tokio-macros"
44
# - Remove path dependencies
55
# - Update CHANGELOG.md.
66
# - Create "tokio-macros-1.x.y" git tag.
7-
version = "2.4.0"
7+
version = "2.5.0"
88
edition = "2021"
99
rust-version = "1.70"
1010
authors = ["Tokio Contributors <[email protected]>"]

tokio/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ test-util = ["rt", "sync", "time"]
8686
time = []
8787

8888
[dependencies]
89-
tokio-macros = { version = "~2.4.0", path = "../tokio-macros", optional = true }
89+
tokio-macros = { version = "~2.5.0", path = "../tokio-macros", optional = true }
9090

9191
pin-project-lite = "0.2.11"
9292

0 commit comments

Comments
 (0)