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:
Taiki Endo
2026-03-21 03:42:14 +09:00
parent 9089010789
commit 7df5094d28
86 changed files with 15135 additions and 15131 deletions

View File

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