From 9103fd9c700d17a0f5080253a92e6a94ddf8dfc8 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Wed, 15 Apr 2026 22:49:15 +0900 Subject: [PATCH] manifest-schema: Add missing annotation in Cargo.toml for release workflow --- tools/manifest-schema/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/manifest-schema/Cargo.toml b/tools/manifest-schema/Cargo.toml index 8957c4e7..f74c924a 100644 --- a/tools/manifest-schema/Cargo.toml +++ b/tools/manifest-schema/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "install-action-manifest-schema" -version = "0.2.0" +version = "0.2.0" #publish:version edition = "2021" rust-version = "1.79" # Align to cargo-binstall: https://crates.io/crates/cargo-binstall license = "Apache-2.0 OR MIT"