macros: Update the version used for Git tag sample for release steps (#7598)

Change 1.x.y to x.y.z so that it does not become obsolete again when
tokio-macros 3.x is released
This commit is contained in:
Martin Grigorov 2025-09-09 16:52:58 +03:00 committed by GitHub
parent 0fc23971d9
commit 510b9ea9dc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,7 +3,7 @@ name = "tokio-macros"
# When releasing to crates.io:
# - Remove path dependencies
# - Update CHANGELOG.md.
# - Create "tokio-macros-1.x.y" git tag.
# - Create "tokio-macros-x.y.z" git tag.
version = "2.5.0"
edition = "2021"
rust-version = "1.70"