From 510b9ea9dc153a163863cbbe3418f5287269b85c Mon Sep 17 00:00:00 2001 From: Martin Grigorov Date: Tue, 9 Sep 2025 16:52:58 +0300 Subject: [PATCH] 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 --- tokio-macros/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tokio-macros/Cargo.toml b/tokio-macros/Cargo.toml index 3305385d9..4f4a5086e 100644 --- a/tokio-macros/Cargo.toml +++ b/tokio-macros/Cargo.toml @@ -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"