Skip to content

Commit

Permalink
chore: prepare tokio-macros v2.5.0 (#7078)
Browse files Browse the repository at this point in the history
  • Loading branch information
Darksonn authored Jan 8, 2025
1 parent 15495fd commit cc974a6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions tokio-macros/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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])
Expand Down
2 changes: 1 addition & 1 deletion tokio-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]>"]
Expand Down
2 changes: 1 addition & 1 deletion tokio/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit cc974a6

Please sign in to comment.