Skip to content

Commit fd1659a

Browse files
authored
chore: prepare tokio-macros v2.6.0 (#7676)
1 parent 53e8aca commit fd1659a

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

tokio-macros/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# 2.6.0 (Oct 14th, 2025)
2+
3+
The MSRV is raised to 1.71.
4+
5+
- msrv: increase MSRV to 1.71 ([#7658])
6+
- macros: add `local` runtime flavor ([#7375], [#7597])
7+
- macros: suppress `clippy::unwrap_in_result` in `#[tokio::main]` ([#7651])
8+
9+
[#7375]: https://github.com/tokio-rs/tokio/pull/7375
10+
[#7597]: https://github.com/tokio-rs/tokio/pull/7597
11+
[#7651]: https://github.com/tokio-rs/tokio/pull/7651
12+
[#7658]: https://github.com/tokio-rs/tokio/pull/7658
13+
114
# 2.5.0 (Jan 8th, 2025)
215

316
- macros: suppress `clippy::needless_return` in `#[tokio::main]` ([#6874])

tokio-macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
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-x.y.z" git tag.
7-
version = "2.5.0"
7+
version = "2.6.0"
88
edition = "2021"
99
rust-version = "1.71"
1010
authors = ["Tokio Contributors <[email protected]>"]

tokio/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ io-uring = ["dep:io-uring", "libc", "mio/os-poll", "mio/os-ext", "dep:slab"]
9090
taskdump = ["dep:backtrace"]
9191

9292
[dependencies]
93-
tokio-macros = { version = "~2.5.0", path = "../tokio-macros", optional = true }
93+
tokio-macros = { version = "~2.6.0", path = "../tokio-macros", optional = true }
9494

9595
pin-project-lite = "0.2.11"
9696

0 commit comments

Comments
 (0)