Compare commits

...

13 Commits

Author SHA1 Message Date
Taiki Endo
02b0f6e578 Release 2.67.4 2026-01-23 02:16:40 +09:00
Taiki Endo
01dbe8c59c Update changelog 2026-01-23 02:16:37 +09:00
Taiki Endo
23ce7d0875 Update cargo-llvm-cov@latest to 0.6.24 2026-01-23 02:15:18 +09:00
Taiki Endo
fc0080c116 codegen: cargo-llvm-cov 0.6.24+ provides AArch64 Windows binary 2026-01-23 01:53:41 +09:00
Taiki Endo
3ae7038495 Release 2.67.3 2026-01-22 21:23:24 +09:00
Taiki Endo
a7ac17627f Update changelog 2026-01-22 21:13:04 +09:00
Taiki Endo
c0d235325e manifest-schema: Apply clippy::std_instead_of_{alloc,core} 2026-01-22 21:11:40 +09:00
Taiki Endo
c8c5ce5c64 Update zola@latest to 0.22.1 2026-01-22 18:34:20 +09:00
Taiki Endo
1c50b87eb1 Update prek@latest to 0.3.0 2026-01-22 13:47:55 +09:00
Taiki Endo
76a2089805 Update mise@latest to 2026.1.6 2026-01-22 06:28:58 +09:00
Taiki Endo
d64b0d5927 Update tombi@latest to 0.7.22 2026-01-22 00:34:51 +09:00
Taiki Endo
321c001b38 Update cargo-neat@latest to 0.2.4 2026-01-22 00:34:51 +09:00
Taiki Endo
c438e47b2c Update tombi@latest to 0.7.21 2026-01-21 18:30:34 +09:00
9 changed files with 242 additions and 20 deletions

View File

@@ -10,6 +10,24 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
## [Unreleased]
## [2.67.4] - 2026-01-22
- Support installing native binary for `cargo-llvm-cov` on AArch64 Windows. (Previously x86_64 Windows binary is used as fallback.)
- Update `cargo-llvm-cov@latest` to 0.6.24.
## [2.67.3] - 2026-01-22
- Update `zola@latest` to 0.22.1.
- Update `prek@latest` to 0.3.0.
- Update `mise@latest` to 2026.1.6.
- Update `tombi@latest` to 0.7.22.
- Update `cargo-neat@latest` to 0.2.4.
## [2.67.2] - 2026-01-21
- Update `wasmtime@latest` to 41.0.0.
@@ -5407,7 +5425,9 @@ Note: This release is considered a breaking change because installing on version
Initial release
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.67.2...HEAD
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.67.4...HEAD
[2.67.4]: https://github.com/taiki-e/install-action/compare/v2.67.3...v2.67.4
[2.67.3]: https://github.com/taiki-e/install-action/compare/v2.67.2...v2.67.3
[2.67.2]: https://github.com/taiki-e/install-action/compare/v2.67.1...v2.67.2
[2.67.1]: https://github.com/taiki-e/install-action/compare/v2.67.0...v2.67.1
[2.67.0]: https://github.com/taiki-e/install-action/compare/v2.66.7...v2.67.0

View File

@@ -16,6 +16,9 @@
"aarch64_macos": {
"url": "https://github.com/taiki-e/cargo-llvm-cov/releases/download/v${version}/cargo-llvm-cov-aarch64-apple-darwin.tar.gz"
},
"aarch64_windows": {
"url": "https://github.com/taiki-e/cargo-llvm-cov/releases/download/v${version}/cargo-llvm-cov-aarch64-pc-windows-msvc.tar.gz"
},
"powerpc64le_linux_musl": {
"url": "https://github.com/taiki-e/cargo-llvm-cov/releases/download/v${version}/cargo-llvm-cov-powerpc64le-unknown-linux-musl.tar.gz"
},
@@ -28,10 +31,48 @@
},
"license_markdown": "[Apache-2.0](https://github.com/taiki-e/cargo-llvm-cov/blob/main/LICENSE-APACHE) OR [MIT](https://github.com/taiki-e/cargo-llvm-cov/blob/main/LICENSE-MIT)",
"latest": {
"version": "0.6.23"
"version": "0.6.24"
},
"0.6": {
"version": "0.6.23"
"version": "0.6.24"
},
"0.6.24": {
"x86_64_linux_musl": {
"etag": "0x8DE59D56BF89819",
"checksum": "9ba3c42b3e0e68fd8ac4e9e40c134632ab0aa640b4011e18c35447537e6acc5e"
},
"x86_64_macos": {
"etag": "0x8DE59D5A788E495",
"checksum": "cb1f5587210046de3fff3dbc84259e0293a189c152d6a34d29a544262f3d9195"
},
"x86_64_windows": {
"etag": "0x8DE59D5BCC2BE99",
"checksum": "e3867717f7b0379426c8f863e15d3377820829f5c371dcbac296e803aba72ae6"
},
"aarch64_linux_musl": {
"etag": "0x8DE59D5714E0B84",
"checksum": "e08dc76036142e365777e5f12d194e7c78a3b421853ec5b505170b2cf2679dc6"
},
"aarch64_macos": {
"etag": "0x8DE59D5A52B30B8",
"checksum": "429588cdfbd2eeb2aa38313e707fe0162cca1ac87e9f5287a97d4fe6111d26c2"
},
"aarch64_windows": {
"etag": "0x8DE59D5DBE11779",
"checksum": "5c3646ce58b8dd1b34d7842a7e98f04d9a0817addef1f0b3b823deaa1a98aecf"
},
"powerpc64le_linux_musl": {
"etag": "0x8DE59D59B2C6999",
"checksum": "9381d56661f9afd719e58bf1d68d99e33b2aa6c74cba8f9a63c8fffc9aacb73e"
},
"riscv64_linux_musl": {
"etag": "0x8DE59D572229486",
"checksum": "09b0b19c4cbefa0a70935375f18c9be86801fc583341371db5a38c411c6635dc"
},
"s390x_linux_gnu": {
"etag": "0x8DE59D5A9CC7718",
"checksum": "970b9d544a0d8f711fac848ef1cd7d7af0267f0a9dfa01fed00d44905368a9c8"
}
},
"0.6.23": {
"x86_64_linux_musl": {

View File

@@ -24,10 +24,32 @@
},
"license_markdown": "[MIT](https://github.com/killzoner/cargo-neat/blob/master/LICENSE-MIT) OR [Apache-2.0](https://github.com/killzoner/cargo-neat/blob/master/LICENSE-APACHE)",
"latest": {
"version": "0.2.3"
"version": "0.2.4"
},
"0.2": {
"version": "0.2.3"
"version": "0.2.4"
},
"0.2.4": {
"x86_64_linux_musl": {
"etag": "0x8DE58EB83E930F9",
"checksum": "9d52e1f0ca56261ec034461b6fd0eea6c545e07058bb46ddc21abb328b8e27ab"
},
"x86_64_macos": {
"etag": "0x8DE58EBC764909B",
"checksum": "8e780846f6ac0cacfd25b12562806ca3c2b59498d1c2cb12d7c7cebec7216623"
},
"x86_64_windows": {
"etag": "0x8DE58EC025B9659",
"checksum": "9760ad7d4515a8555836128b5e1573e11ebb80594d323b9a1321fd8396a44e36"
},
"aarch64_linux_musl": {
"etag": "0x8DE58EB8368D1C0",
"checksum": "0b057b908bfb0f3f3d1c30da881bcc65a2633972767b458a41e416bdbd706aaa"
},
"aarch64_macos": {
"etag": "0x8DE58EBA80A5AB3",
"checksum": "ef98c8afe0bc06b32e92acb3fe4e7690e6c031f973cd28136ae367ea01de409d"
}
},
"0.2.3": {
"x86_64_linux_musl": {

32
manifests/mise.json generated
View File

@@ -28,13 +28,39 @@
},
"license_markdown": "[MIT](https://github.com/jdx/mise/blob/main/LICENSE)",
"latest": {
"version": "2026.1.5"
"version": "2026.1.6"
},
"2026": {
"version": "2026.1.5"
"version": "2026.1.6"
},
"2026.1": {
"version": "2026.1.5"
"version": "2026.1.6"
},
"2026.1.6": {
"x86_64_linux_musl": {
"etag": "0x8DE591CE55881C9",
"checksum": "49f764d42a509a9c54dc238d432bc6dcf0fac3ec0d1c4733023c4fe7013e3a04"
},
"x86_64_macos": {
"etag": "0x8DE591CE7BEB82E",
"checksum": "af5cd524aaad7a70bda3ef14176c5981c4d6a9c708821e4d9a33758ba1ef5673"
},
"x86_64_windows": {
"etag": "0x8DE591CE89CFA78",
"checksum": "26e480781d838093f61b1711eee670add270df51b80f27537cb5603d80fb5e2b"
},
"aarch64_linux_musl": {
"etag": "0x8DE591CE1A28D17",
"checksum": "7526fc695dfc1372dda4b2bb419ea29c3a4103167e91785d92d8578e9df142ea"
},
"aarch64_macos": {
"etag": "0x8DE591CE7675D86",
"checksum": "1d2923b8a7a68514a9768b06a0d8595cd4bd4e567c83dbacf098b63f7ec1ea55"
},
"aarch64_windows": {
"etag": "0x8DE591CE88DA276",
"checksum": "4b1a1b0373b3155cb693426f6f986f0dbcb2fc13a6ac7ca1036952318f426e86"
}
},
"2026.1.5": {
"x86_64_linux_musl": {

39
manifests/prek.json generated
View File

@@ -40,7 +40,44 @@
},
"license_markdown": "[MIT](https://github.com/j178/prek/blob/master/LICENSE)",
"latest": {
"version": "0.2.30"
"version": "0.3.0"
},
"0.3": {
"version": "0.3.0"
},
"0.3.0": {
"x86_64_linux_musl": {
"etag": "0x8DE596AE77D5007",
"checksum": "d3b4059b4ef630cdff090578e74273e329a76f0dce22bcf78cdfd59df8eb174c"
},
"x86_64_macos": {
"etag": "0x8DE596AE6FFD34F",
"checksum": "53ddbc9c6aea7afb6ff9e0b41303881844a0ec956f803f751365f5c3c45d373c"
},
"x86_64_windows": {
"etag": "0x8DE596AE70A27F1",
"checksum": "cff9e2f372f7f5a31578e402938a629e45567c8f0ae3a098d269c776d97e43c8"
},
"aarch64_linux_musl": {
"etag": "0x8DE596AE591D8C5",
"checksum": "8230ec50172a934c0b616b249243e37ccf8b7ada8e5c71bd09d08e508a4ed0c8"
},
"aarch64_macos": {
"etag": "0x8DE596AE54ABF6A",
"checksum": "9ab0d19a38ce659fe88a1d76ff94b9fd23c31e30be0b22ee94c24fbd92509008"
},
"aarch64_windows": {
"etag": "0x8DE596AE55DE3CB",
"checksum": "f85a128f7ef3f4c5cebfc0884db2f4728b1fb6dfdf2baa205264a6559288df40"
},
"riscv64_linux_gnu": {
"etag": "0x8DE596AE6A851AC",
"checksum": "385373b35fc2e9b9d009585fd6bad1533544d4e22b1e69106cb1651ea0ac686b"
},
"s390x_linux_gnu": {
"etag": "0x8DE596AE6FACFF7",
"checksum": "f68e7027e20bea82ae2afa590a3a84ae9678eb8b5796089e72d39f1967b6da78"
}
},
"0.2": {
"version": "0.2.30"

56
manifests/tombi.json generated
View File

@@ -22,10 +22,62 @@
},
"license_markdown": "[MIT](https://github.com/tombi-toml/tombi/blob/main/LICENSE)",
"latest": {
"version": "0.7.20"
"version": "0.7.22"
},
"0.7": {
"version": "0.7.20"
"version": "0.7.22"
},
"0.7.22": {
"x86_64_linux_musl": {
"etag": "0x8DE58F0D9FD0649",
"checksum": "3487c0f4dc699121db7d20151c05fb8d0e569a246fa34396e7d73b6672a87b1b"
},
"x86_64_macos": {
"etag": "0x8DE58F0D9F6A4D7",
"checksum": "52853f741ab6bf9006952e0e89d10b6eb947e60ec1016aada78430b8c048ac47"
},
"x86_64_windows": {
"etag": "0x8DE58F0DAA0578F",
"checksum": "302e68cef376469837c1e3d01bc3d02ee1bbcd512edde703af77f24b2a50241e"
},
"aarch64_linux_musl": {
"etag": "0x8DE58F0D9E8360E",
"checksum": "289a3e94f31e1961d253eea3de53e90319fb382868fb5a2dadf7ee1283321642"
},
"aarch64_macos": {
"etag": "0x8DE58F0DA77C74A",
"checksum": "87784ed8ec0d45f0072e060438108039bdb334473f76a06d6b1812960051b34d"
},
"aarch64_windows": {
"etag": "0x8DE58F0D9FA980A",
"checksum": "a62d423c80ca54b006564b75d1f0258e5055bc0efeecffad5d8b59fc7099743a"
}
},
"0.7.21": {
"x86_64_linux_musl": {
"etag": "0x8DE58B4B48A333B",
"checksum": "ef940744c609853280b38bbf8f669638d8d751c00c291bc9baa5d2daa676bdce"
},
"x86_64_macos": {
"etag": "0x8DE58B4B48C2CD6",
"checksum": "60cf4aba1fe926d59575d3244cd4830d76ec35444eca7085ae74bf51d2e52859"
},
"x86_64_windows": {
"etag": "0x8DE58B4B5389A90",
"checksum": "6fa76c111b0427e2ce2c658901e5391b4b003640380e96b743a010359ca8e3b8"
},
"aarch64_linux_musl": {
"etag": "0x8DE58B4B496F61F",
"checksum": "46f51bc64a5dacee3abe7fbc6575e383fd3bb81241e98c2ad9eea802698dfc8f"
},
"aarch64_macos": {
"etag": "0x8DE58B4B491571E",
"checksum": "e596483f14a95af0697e1ff8b9f098a3719ec393f738fc4c293d8b920111adb1"
},
"aarch64_windows": {
"etag": "0x8DE58B4B4939E78",
"checksum": "4755310d34ad98396e6fed7c17b61dfc0b17b86a9ea84862d8ac3db4ea97fa4d"
}
},
"0.7.20": {
"x86_64_linux_musl": {

26
manifests/zola.json generated
View File

@@ -22,10 +22,32 @@
},
"license_markdown": "[MIT](https://github.com/getzola/zola/blob/master/LICENSE)",
"latest": {
"version": "0.22.0"
"version": "0.22.1"
},
"0.22": {
"version": "0.22.0"
"version": "0.22.1"
},
"0.22.1": {
"x86_64_linux_musl": {
"etag": "0x8DE599675440D35",
"checksum": "227df99b664421240a8ba77747067c51259b08159125d5603763b3b173b9a881"
},
"x86_64_macos": {
"etag": "0x8DE599675778D78",
"checksum": "3898709e154ae0593933264a540c869348bdb10d7f1b03a42dfb78d63703b3b5"
},
"x86_64_windows": {
"etag": "0x8DE59967569936D",
"checksum": "2c8b368f5abdf2b2478748f9549a761fd6599238e18948eccb76a7cae51f5dc1"
},
"aarch64_linux_gnu": {
"etag": "0x8DE59967567E799",
"checksum": "8af437ec6352f33ccd24d7a1cfcb54a3db95d3ce376dc69525b4ef3fb6b8c1d1"
},
"aarch64_macos": {
"etag": "0x8DE599675706986",
"checksum": "46ac45a9e7628dba8593b124ee8794f4f9aa1c6b569918ecd4bbc5d0be190515"
}
},
"0.22.0": {
"x86_64_linux_musl": {

View File

@@ -9,6 +9,7 @@
"x86_64_windows": {},
"aarch64_linux_musl": {},
"aarch64_macos": {},
"aarch64_windows": {},
"powerpc64le_linux_musl": {},
"riscv64_linux_musl": {},
"s390x_linux_gnu": {}

View File

@@ -20,19 +20,20 @@ Structured access to the install-action manifests.
// clippy::exhaustive_structs,
clippy::impl_trait_in_params,
// clippy::missing_inline_in_public_items,
// clippy::std_instead_of_alloc,
// clippy::std_instead_of_core,
clippy::std_instead_of_alloc,
clippy::std_instead_of_core,
)]
#![allow(clippy::missing_panics_doc, clippy::too_long_first_doc_paragraph)]
use std::{
extern crate alloc;
use alloc::collections::BTreeMap;
use core::{
cmp::{self, Reverse},
collections::BTreeMap,
fmt,
path::Path,
slice,
fmt, slice,
str::FromStr,
};
use std::path::Path;
use serde::{
de::{self, Deserialize, Deserializer},