mirror of
https://github.com/taiki-e/install-action.git
synced 2026-04-28 18:10:26 +00:00
Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a1f180f99a | ||
|
|
98a2b35a38 | ||
|
|
a5d02b8e9b | ||
|
|
09b05f94d5 | ||
|
|
14fbfa9056 |
13
CHANGELOG.md
13
CHANGELOG.md
@@ -10,6 +10,16 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [2.22.5] - 2023-12-16
|
||||
|
||||
- Update `cargo-no-dev-deps@latest` to 0.2.9.
|
||||
|
||||
- Update `cargo-minimal-versions@latest` to 0.1.23.
|
||||
|
||||
- Update `cargo-llvm-cov@latest` to 0.5.39.
|
||||
|
||||
- Update `cargo-hack@latest` to 0.6.15.
|
||||
|
||||
## [2.22.4] - 2023-12-16
|
||||
|
||||
- Update `cargo-binstall@latest` to 1.4.8.
|
||||
@@ -1511,7 +1521,8 @@ Note: This release is considered a breaking change because installing on version
|
||||
|
||||
Initial release
|
||||
|
||||
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.22.4...HEAD
|
||||
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.22.5...HEAD
|
||||
[2.22.5]: https://github.com/taiki-e/install-action/compare/v2.22.4...v2.22.5
|
||||
[2.22.4]: https://github.com/taiki-e/install-action/compare/v2.22.3...v2.22.4
|
||||
[2.22.3]: https://github.com/taiki-e/install-action/compare/v2.22.2...v2.22.3
|
||||
[2.22.2]: https://github.com/taiki-e/install-action/compare/v2.22.1...v2.22.2
|
||||
|
||||
30
manifests/cargo-hack.json
generated
30
manifests/cargo-hack.json
generated
@@ -2,10 +2,36 @@
|
||||
"rust_crate": "cargo-hack",
|
||||
"template": null,
|
||||
"latest": {
|
||||
"version": "0.6.14"
|
||||
"version": "0.6.15"
|
||||
},
|
||||
"0.6": {
|
||||
"version": "0.6.14"
|
||||
"version": "0.6.15"
|
||||
},
|
||||
"0.6.15": {
|
||||
"x86_64_linux_musl": {
|
||||
"url": "https://github.com/taiki-e/cargo-hack/releases/download/v0.6.15/cargo-hack-x86_64-unknown-linux-musl.tar.gz",
|
||||
"checksum": "1d012b9239b8aaf427f217fee25aa4d18525d0bc9061db37e636f03a1fd1fee7"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"url": "https://github.com/taiki-e/cargo-hack/releases/download/v0.6.15/cargo-hack-x86_64-apple-darwin.tar.gz",
|
||||
"checksum": "b4b834bf4029640272e9476b97f12fc987c8066163757e5a3e45397a10133cbb"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"url": "https://github.com/taiki-e/cargo-hack/releases/download/v0.6.15/cargo-hack-x86_64-pc-windows-msvc.tar.gz",
|
||||
"checksum": "3c008dff15f81bc99a58c1b3bd436c5421cecf8260840c3865c7b705e484d48a"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"url": "https://github.com/taiki-e/cargo-hack/releases/download/v0.6.15/cargo-hack-aarch64-unknown-linux-musl.tar.gz",
|
||||
"checksum": "71aed71dbb3260b379d4857aa6b879e6b9953d3b19c6994b42a6df6eaa3cc2c3"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"url": "https://github.com/taiki-e/cargo-hack/releases/download/v0.6.15/cargo-hack-aarch64-apple-darwin.tar.gz",
|
||||
"checksum": "b9095579a25142170de956e48efa984186332ec9d957b8a6f9858eabecb444b3"
|
||||
},
|
||||
"aarch64_windows": {
|
||||
"url": "https://github.com/taiki-e/cargo-hack/releases/download/v0.6.15/cargo-hack-aarch64-pc-windows-msvc.tar.gz",
|
||||
"checksum": "d46438ac02e154c9de8ec2dc5537951ef1c1c1dfb99c4f52dee3c7f2eca2e034"
|
||||
}
|
||||
},
|
||||
"0.6.14": {
|
||||
"x86_64_linux_musl": {
|
||||
|
||||
21
manifests/cargo-llvm-cov.json
generated
21
manifests/cargo-llvm-cov.json
generated
@@ -18,10 +18,27 @@
|
||||
}
|
||||
},
|
||||
"latest": {
|
||||
"version": "0.5.38"
|
||||
"version": "0.5.39"
|
||||
},
|
||||
"0.5": {
|
||||
"version": "0.5.38"
|
||||
"version": "0.5.39"
|
||||
},
|
||||
"0.5.39": {
|
||||
"x86_64_linux_musl": {
|
||||
"checksum": "e2411273e3151383432ec3f7fa1dea89628c9396a4b2077a3cd2ef0adb217a40"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"checksum": "683c5fffab903cdac56c3baa0d319bbedb8983ec69c5839116caed1ffef176a0"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"checksum": "2ad67e0a14c1ce7d105127bb1358249b2d578caa2c9c4c70aa4e512eaff4f8a9"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"checksum": "b996cc9ad2979fb8e616ecb37be0dc27c5ed00df52ca7b8e24a3a9d9cfd7029a"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"checksum": "22042580bcf6797f92a1e458cd03bc98c107adf9c47b39af2d021309b263ff60"
|
||||
}
|
||||
},
|
||||
"0.5.38": {
|
||||
"x86_64_linux_musl": {
|
||||
|
||||
24
manifests/cargo-minimal-versions.json
generated
24
manifests/cargo-minimal-versions.json
generated
@@ -21,10 +21,30 @@
|
||||
}
|
||||
},
|
||||
"latest": {
|
||||
"version": "0.1.22"
|
||||
"version": "0.1.23"
|
||||
},
|
||||
"0.1": {
|
||||
"version": "0.1.22"
|
||||
"version": "0.1.23"
|
||||
},
|
||||
"0.1.23": {
|
||||
"x86_64_linux_musl": {
|
||||
"checksum": "2f4489387658ff112cdb44844a7272aabac64d9aa3477ef5b297991ee5c74171"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"checksum": "cdadc109c5c51a155d10ed627a284efb09949a7149717c33fe3e6243bc28b7ab"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"checksum": "3ea7c84ac4d7de49fcdd8114997542663d835b167cb66b016e5e13e76770878b"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"checksum": "9479643f35409317eec70f775d9201eee0a78e2e6f6a589c8e19dafdfa1e65df"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"checksum": "434293117d2efb1721fe794915418dd6865213710a9197894d5a91058b798d82"
|
||||
},
|
||||
"aarch64_windows": {
|
||||
"checksum": "3cfbb31deb764336dab488e1e11949ebe5e158bf3454940e909461a79d103a15"
|
||||
}
|
||||
},
|
||||
"0.1.22": {
|
||||
"x86_64_linux_musl": {
|
||||
|
||||
24
manifests/cargo-no-dev-deps.json
generated
24
manifests/cargo-no-dev-deps.json
generated
@@ -21,10 +21,30 @@
|
||||
}
|
||||
},
|
||||
"latest": {
|
||||
"version": "0.2.8"
|
||||
"version": "0.2.9"
|
||||
},
|
||||
"0.2": {
|
||||
"version": "0.2.8"
|
||||
"version": "0.2.9"
|
||||
},
|
||||
"0.2.9": {
|
||||
"x86_64_linux_musl": {
|
||||
"checksum": "7d0ac6d8d850c5ea45f90d9c5d8b2c9c753928e3794661c27faff205fb8c2603"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"checksum": "d4feacc15a40e99b71c0e9ca2f4611cf6f95ff78dd92f423c5d8c76640d03161"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"checksum": "d78415bcf815513946b22cff10030a49e43626614edce80073188f83e5cac832"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"checksum": "6b8cc624be49466a12c917ecc2c1c1ad175b3910f3dfe04059c14636d4dcc441"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"checksum": "23328e114992d0ba1987692d27ac22df355bf3fd6a23ff27147f188d60abdd3a"
|
||||
},
|
||||
"aarch64_windows": {
|
||||
"checksum": "8159c0a99fc16307e53ff2b487858e4c0bcd0600286cff28e7c81fbef7684266"
|
||||
}
|
||||
},
|
||||
"0.2.8": {
|
||||
"x86_64_linux_musl": {
|
||||
|
||||
Reference in New Issue
Block a user