Commit Graph

7 Commits

Author SHA1 Message Date
Taiki Endo
7df5094d28 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
```
2026-03-21 03:48:16 +09:00
Taiki Endo
230a0298de Update cargo-insta@latest to 1.46.3 2026-02-03 00:33:05 +09:00
Taiki Endo
3382d986ac Update cargo-insta@latest to 1.46.2 2026-01-31 18:59:01 +09:00
Taiki Endo
7e4e0e1961 Update cargo-insta@latest to 1.46.1 2026-01-16 06:16:23 +09:00
Taiki Endo
83028a3bd2 Update cargo-insta@latest to 1.46.0 2026-01-04 09:45:10 +09:00
Taiki Endo
1eecdc5eb1 Update cargo-insta@latest to 1.45.1 2025-12-29 18:24:46 +09:00
Frank Elsinga
09980ef8ed Support cargo-insta (#1372) 2025-12-20 14:00:03 +09:00