chore: prepare tokio-macros v2.7.2 (#8330)

This commit is contained in:
Dirkjan Ochtman
2026-07-29 15:14:27 +02:00
committed by GitHub
parent 1a2dbbaa21
commit 4308c74a65
2 changed files with 7 additions and 1 deletions
+6
View File
@@ -1,3 +1,9 @@
# 2.7.2 (July 29th, 2026)
- macros: upgrade syn to v3 ([#8304])
[#8304]: https://github.com/tokio-rs/tokio/pull/8304
# 2.7.1 (July 17th, 2026)
- macros: clarify `tokio::main` expansion ([#8193])
+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.1"
version = "2.7.2"
edition = "2021"
rust-version = "1.71"
authors = ["Tokio Contributors <[email protected]>"]