manifest-schema: Add missing annotation in Cargo.toml for release

workflow
This commit is contained in:
Taiki Endo
2026-04-15 22:49:15 +09:00
parent 2eba5a84f1
commit 9103fd9c70

View File

@@ -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"