chore: prepare tokio-macros v2.6.1 (#7943)

This commit is contained in:
ADD-SP
2026-03-02 19:17:41 +01:00
committed by GitHub
parent 8c980ea75a
commit e3ee4e58dc
2 changed files with 9 additions and 1 deletions
+8
View File
@@ -1,3 +1,11 @@
# 2.6.1 (Mar 2nd, 2026)
- macros: improve error message for return type mismatch in #[tokio::main] ([#7856])
- macros: use call_site hygiene to avoid unused qualification ([#7866])
[#7856]: https://github.com/tokio-rs/tokio/pull/7856
[#7866]: https://github.com/tokio-rs/tokio/pull/7866
# 2.6.0 (Oct 14th, 2025)
The MSRV is raised to 1.71.
+1 -1
View File
@@ -4,7 +4,7 @@ name = "tokio-macros"
# - Remove path dependencies (if any)
# - Update CHANGELOG.md.
# - Create "tokio-macros-x.y.z" git tag.
version = "2.6.0"
version = "2.6.1"
edition = "2021"
rust-version = "1.71"
authors = ["Tokio Contributors <[email protected]>"]