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 15:52:58 +02:00
committed by GitHub
parent 0fc23971d9
commit 510b9ea9dc
+1 -1
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"