Skip to content

Commit 510b9ea

Browse files
authored
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
1 parent 0fc2397 commit 510b9ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tokio-macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "tokio-macros"
33
# When releasing to crates.io:
44
# - Remove path dependencies
55
# - Update CHANGELOG.md.
6-
# - Create "tokio-macros-1.x.y" git tag.
6+
# - Create "tokio-macros-x.y.z" git tag.
77
version = "2.5.0"
88
edition = "2021"
99
rust-version = "1.70"

0 commit comments

Comments
 (0)