chore: prepare tokio-macros v2.7.1 (#8295)

This commit is contained in:
Alice Ryhl
2026-07-17 10:12:38 +02:00
committed by GitHub
parent f61fccad3c
commit 50f76c71ec
2 changed files with 7 additions and 1 deletions
+6
View File
@@ -1,3 +1,9 @@
# 2.7.1 (July 17th, 2026)
- macros: clarify `tokio::main` expansion ([#8193])
[#8193]: https://github.com/tokio-rs/tokio/pull/8193
# 2.7.0 (April 3rd, 2026)
- macros: stabilize `LocalRuntime` ([#7557])
+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.7.0"
version = "2.7.1"
edition = "2021"
rust-version = "1.71"
authors = ["Tokio Contributors <[email protected]>"]