mirror of
https://github.com/taiki-e/install-action.git
synced 2026-04-23 15:50:40 +00:00
manifest-schema: Rename ManifestDownloadInfo::checksum to hash to reduce
manifest size Before: ``` wc -c manifests/* | grep total 2808686 total ``` After: ``` wc -c manifests/* | grep total 2748178 total ```
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "install-action-manifest-schema"
|
||||
version = "0.1.1"
|
||||
version = "0.2.0"
|
||||
edition = "2021"
|
||||
rust-version = "1.79" # Align to cargo-binstall: https://crates.io/crates/cargo-binstall
|
||||
license = "Apache-2.0 OR MIT"
|
||||
|
||||
Reference in New Issue
Block a user