We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c980ea commit e3ee4e5Copy full SHA for e3ee4e5
2 files changed
tokio-macros/CHANGELOG.md
@@ -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
9
# 2.6.0 (Oct 14th, 2025)
10
11
The MSRV is raised to 1.71.
tokio-macros/Cargo.toml
@@ -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 <team@tokio.rs>"]
0 commit comments