Skip to content

Commit e3ee4e5

Browse files
authored
chore: prepare tokio-macros v2.6.1 (#7943)
1 parent 8c980ea commit e3ee4e5

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

tokio-macros/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# 2.6.1 (Mar 2nd, 2026)
2+
3+
- macros: improve error message for return type mismatch in #[tokio::main] ([#7856])
4+
- macros: use call_site hygiene to avoid unused qualification ([#7866])
5+
6+
[#7856]: https://github.com/tokio-rs/tokio/pull/7856
7+
[#7866]: https://github.com/tokio-rs/tokio/pull/7866
8+
19
# 2.6.0 (Oct 14th, 2025)
210

311
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 <team@tokio.rs>"]

0 commit comments

Comments
 (0)