Commit Graph

6 Commits

Author SHA1 Message Date
Taiki Endo 0cc19d4b74 codegen: Remove flaky license auto-detection 2026-04-15 22:25:36 +09:00
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 c218111d7c Update cargo-neat@latest to 0.3.2 2026-03-06 18:25:53 +09:00
Taiki Endo 230d9637c4 Update cargo-neat@latest to 0.3.1 2026-03-06 03:41:36 +09:00
Taiki Endo 321c001b38 Update cargo-neat@latest to 0.2.4 2026-01-22 00:34:51 +09:00
jgrim a4fb6300cb Support cargo-neat (#1404) 2026-01-20 19:20:19 +09:00