Commit Graph

17 Commits

Author SHA1 Message Date
Taiki Endo
a4d6c73c76 manifest-schema: Update changelog 2026-03-21 06:19:53 +09:00
Taiki Endo
7a358c794b manifest-schema: Release 0.2.0 2026-03-21 06:09:13 +09:00
Taiki Endo
68bba89805 manifest-schema: Apply clippy::exhaustive_enums and
clippy::exhaustive_structs
2026-03-21 03:51:13 +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
9089010789 manifest-schema: BaseManifest is not a part of Manifest
manifest-schema branch doesn't contain base manifests.
2026-03-21 03:31:00 +09:00
Taiki Endo
02b095fa15 Support more platforms in various tools 2026-03-19 20:50:58 +09:00
Taiki Endo
f3481aaf5b Update allowed lint list 2026-02-27 23:37:00 +09:00
Taiki Endo
c9244c19ac manifest-schema: Disable std prelude 2026-02-09 23:34:12 +09:00
Taiki Endo
672b40bb62 manifest-schema: Apply clippy to doctest
96af4dc514
2026-02-09 23:32:23 +09:00
Taiki Endo
c0d235325e manifest-schema: Apply clippy::std_instead_of_{alloc,core} 2026-01-22 21:11:40 +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
3a6ab413c1 Support powerpc64le/riscv64/s390x Linux runners 2025-09-08 23:24:31 +09:00
John Vandenberg
7afdc6d42b Add cyclonedx (#1000)
Also improve check that gnu binaries are not needed if musl exists.
2025-06-19 20:55:47 +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