mirror of
https://github.com/taiki-e/install-action.git
synced 2026-04-29 10:30:23 +00:00
Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a22e1808bb | ||
|
|
7549ed47d9 | ||
|
|
251c392daa | ||
|
|
a2130a3c52 | ||
|
|
b97519f3c3 | ||
|
|
6370ad43b8 | ||
|
|
c0f0193890 | ||
|
|
dee1038fc8 |
22
CHANGELOG.md
22
CHANGELOG.md
@@ -10,6 +10,22 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [2.45.13] - 2024-11-30
|
||||
|
||||
- Update `cargo-udeps@latest` to 0.1.53.
|
||||
|
||||
## [2.45.12] - 2024-11-30
|
||||
|
||||
- Update `wasm-bindgen@latest` to 0.2.97.
|
||||
|
||||
## [2.45.11] - 2024-11-30
|
||||
|
||||
- Update `cargo-zigbuild@latest` to 0.19.5.
|
||||
|
||||
## [2.45.10] - 2024-11-30
|
||||
|
||||
- Update `wasm-bindgen@latest` to 0.2.96.
|
||||
|
||||
## [2.45.9] - 2024-11-29
|
||||
|
||||
- Update `cargo-tarpaulin@latest` to 0.31.3.
|
||||
@@ -3134,7 +3150,11 @@ Note: This release is considered a breaking change because installing on version
|
||||
|
||||
Initial release
|
||||
|
||||
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.45.9...HEAD
|
||||
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.45.13...HEAD
|
||||
[2.45.13]: https://github.com/taiki-e/install-action/compare/v2.45.12...v2.45.13
|
||||
[2.45.12]: https://github.com/taiki-e/install-action/compare/v2.45.11...v2.45.12
|
||||
[2.45.11]: https://github.com/taiki-e/install-action/compare/v2.45.10...v2.45.11
|
||||
[2.45.10]: https://github.com/taiki-e/install-action/compare/v2.45.9...v2.45.10
|
||||
[2.45.9]: https://github.com/taiki-e/install-action/compare/v2.45.8...v2.45.9
|
||||
[2.45.8]: https://github.com/taiki-e/install-action/compare/v2.45.7...v2.45.8
|
||||
[2.45.7]: https://github.com/taiki-e/install-action/compare/v2.45.6...v2.45.7
|
||||
|
||||
30
manifests/cargo-udeps.json
generated
30
manifests/cargo-udeps.json
generated
@@ -32,10 +32,36 @@
|
||||
},
|
||||
"license_markdown": "[Apache-2.0 OR MIT](https://github.com/est31/cargo-udeps/blob/HEAD/LICENSE)",
|
||||
"latest": {
|
||||
"version": "0.1.52"
|
||||
"version": "0.1.53"
|
||||
},
|
||||
"0.1": {
|
||||
"version": "0.1.52"
|
||||
"version": "0.1.53"
|
||||
},
|
||||
"0.1.53": {
|
||||
"x86_64_linux_musl": {
|
||||
"etag": "0x8DD114D5A5A8296",
|
||||
"checksum": "e2c63bf95583a772160eca65192cd128964e1e52f9d5b4a2fd13dd15f76c6e54"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DD114CF9424905",
|
||||
"checksum": "06f44833a4194a7b833e60dda9d7b874c1298bb82d42e2bbbd3ee995fbac31ff"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DD114DBAF20DB1",
|
||||
"checksum": "83bfad645d73ae39260cc9db70796a7295bebf05958b727355c008db3ae642fd"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"etag": "0x8DD114D575FB734",
|
||||
"checksum": "d7b68b0f65afbb708870549bf5b8688b15d24c9804f4d54650ec91c92e841208"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"etag": "0x8DD114CFAC8B8CC",
|
||||
"checksum": "2f260756a44e603d72e2e68fcc41f0337ca284218b7efbe3862f5c73ba1a15fc"
|
||||
},
|
||||
"aarch64_windows": {
|
||||
"etag": "0x8DD114DBBC22F55",
|
||||
"checksum": "714b4b76b0dd950c3b42a472d2b11de744118636bbde46f8587aed3dcab20809"
|
||||
}
|
||||
},
|
||||
"0.1.52": {
|
||||
"x86_64_linux_musl": {
|
||||
|
||||
26
manifests/cargo-zigbuild.json
generated
26
manifests/cargo-zigbuild.json
generated
@@ -19,10 +19,32 @@
|
||||
},
|
||||
"license_markdown": "[MIT](https://github.com/rust-cross/cargo-zigbuild/blob/main/LICENSE)",
|
||||
"latest": {
|
||||
"version": "0.19.4"
|
||||
"version": "0.19.5"
|
||||
},
|
||||
"0.19": {
|
||||
"version": "0.19.4"
|
||||
"version": "0.19.5"
|
||||
},
|
||||
"0.19.5": {
|
||||
"x86_64_linux_musl": {
|
||||
"etag": "0x8DD10EB499E98B9",
|
||||
"checksum": "3d4baf2a9067e13577a31623f9fa628c6415caea188591dca48aa378783e3913"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DD10EAE6228CF5",
|
||||
"checksum": "589254e208526d901d2193f4470a14241ad636a35df60bfeb35058e93e2e0d1c"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"etag": "0x8DD10EA7C976517",
|
||||
"checksum": "0715fcfb3881a51e2e663f176c4ba6ba8c3f9a7a346668cc5b957d237ad4d401"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"etag": "0x8DD10EC07B2E36C",
|
||||
"checksum": "ecc421030d2db57d4e4bd2a29904243c9f59920e2634a0d2e9480ea4dedb00e5"
|
||||
},
|
||||
"aarch64_windows": {
|
||||
"etag": "0x8DD10EAF12FE9A3",
|
||||
"checksum": "abd4b87c1b22ed02df55b166fc86ab5269a16c3186f99786c4663fb64dfeea7e"
|
||||
}
|
||||
},
|
||||
"0.19.4": {
|
||||
"x86_64_linux_musl": {
|
||||
|
||||
48
manifests/wasm-bindgen.json
generated
48
manifests/wasm-bindgen.json
generated
@@ -44,10 +44,54 @@
|
||||
},
|
||||
"license_markdown": "[MIT](https://github.com/rustwasm/wasm-bindgen/blob/main/LICENSE-MIT) OR [Apache-2.0](https://github.com/rustwasm/wasm-bindgen/blob/main/LICENSE-APACHE)",
|
||||
"latest": {
|
||||
"version": "0.2.95"
|
||||
"version": "0.2.97"
|
||||
},
|
||||
"0.2": {
|
||||
"version": "0.2.95"
|
||||
"version": "0.2.97"
|
||||
},
|
||||
"0.2.97": {
|
||||
"x86_64_linux_musl": {
|
||||
"etag": "0x8DD11196AD36110",
|
||||
"checksum": "673526c9068e9bb077aead57da8343fc6d9c352b47ab6143d0b22d1756645a5a"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DD11196AC7D54F",
|
||||
"checksum": "f7d4b442775b73901939f771a9cba10a146d3cfb2a57162b00232d742c5febbf"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DD11196AC95A39",
|
||||
"checksum": "821d9c05123c136eb05aab269fd53ff3a6b9458e93f76e5ade43ca4815f6de1c"
|
||||
},
|
||||
"aarch64_linux_gnu": {
|
||||
"etag": "0x8DD11196AD5CF56",
|
||||
"checksum": "b2a52ac554e13d731a5d3ff93e6b3d1e080f96d6984da4132b461bea62bb6914"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"etag": "0x8DD11196AD90003",
|
||||
"checksum": "2219ad5dbb6277ebf55bcf5a9e62de203ca875d4b743d1c10160e801a3dcaf69"
|
||||
}
|
||||
},
|
||||
"0.2.96": {
|
||||
"x86_64_linux_musl": {
|
||||
"etag": "0x8DD1096BF3F0AA9",
|
||||
"checksum": "02c8b95c9fa05d2d8352cfecc8ad4d1c6fbe360b1c9675c61c8980e44d6b4eee"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DD1096BF3AF095",
|
||||
"checksum": "7176d206acaaee0461f40ca766418dc8bbdf5f8f025c2befcee92bb56d19db19"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DD1096BF42D6F4",
|
||||
"checksum": "c80991f93427a46d43fc540a6e1ecf318f563f2e2d9b28bd57322997fbb16bc4"
|
||||
},
|
||||
"aarch64_linux_gnu": {
|
||||
"etag": "0x8DD1096BF4041CE",
|
||||
"checksum": "53e9990a3fdfc9d2f146a2006c09a312d7f9445a6b838c61db9fc037f9cbb840"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"etag": "0x8DD1096BF426248",
|
||||
"checksum": "56a40291db5ec946be91ca4dd9ecd3b0f35e090a251359407e219d12c2083f5c"
|
||||
}
|
||||
},
|
||||
"0.2.95": {
|
||||
"x86_64_linux_musl": {
|
||||
|
||||
Reference in New Issue
Block a user