Skip to content

Commit 646ce06

Browse files
committed
chore: prepare tokio-macros v2.6.1
1 parent 8c980ea commit 646ce06

3 files changed

Lines changed: 12 additions & 2 deletions

File tree

tokio-macros/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# 2.6.1 (Feb 27th, 2026)
2+
3+
The MSRV is raised to 1.71.
4+
5+
- macros: improve error message for return type mismatch in #[tokio::main] ([#7856])
6+
- macros: use call_site hygiene to avoid unused qualification ([#7866])
7+
8+
[#7856]: https://github.com/tokio-rs/tokio/pull/7856
9+
[#7866]: https://github.com/tokio-rs/tokio/pull/7866
10+
111
# 2.6.0 (Oct 14th, 2025)
212

313
The MSRV is raised to 1.71.

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 (if any)
55
# - Update CHANGELOG.md.
66
# - Create "tokio-macros-x.y.z" git tag.
7-
version = "2.6.0"
7+
version = "2.6.1"
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.6.0", path = "../tokio-macros", optional = true }
93+
tokio-macros = { version = "~2.6.1", path = "../tokio-macros", optional = true }
9494

9595
pin-project-lite = "0.2.11"
9696

0 commit comments

Comments
 (0)