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
|
ec01b5f325
|
manifest-schema: Release 0.1.1
|
2025-09-20 10:55:18 +09:00 |
|
Taiki Endo
|
35e7d6bd77
|
Update cargo-check-external-types metadata and .deny.toml
|
2025-09-15 04:56:34 +09:00 |
|
Taiki Endo
|
5ad07d35ce
|
manifest-schema: Improve quality as a library
|
2025-01-28 16:36:10 +09:00 |
|
Taiki Endo
|
c38191ad1a
|
manifest-schema: Remove unused anyhow dependency
|
2025-01-28 16:08:07 +09:00 |
|
Jiahao XU
|
1ef1e14c21
|
Extract install-action-manifest-schema and publish to crates-io (#657)
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
Co-authored-by: Taiki Endo <te316e89@gmail.com>
|
2025-01-28 07:02:39 +00:00 |
|