mirror of
https://github.com/taiki-e/install-action.git
synced 2026-05-18 09:50:22 +00:00
Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
717ed1cb83 | ||
|
|
7372d84025 | ||
|
|
e17a4e247d | ||
|
|
e3e012710e |
12
CHANGELOG.md
12
CHANGELOG.md
@@ -10,6 +10,14 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [2.26.13] - 2024-02-05
|
||||||
|
|
||||||
|
- Update `cargo-deny@latest` to 0.14.11.
|
||||||
|
|
||||||
|
## [2.26.12] - 2024-02-04
|
||||||
|
|
||||||
|
- Update `cargo-binstall@latest` to 1.6.2.
|
||||||
|
|
||||||
## [2.26.11] - 2024-02-03
|
## [2.26.11] - 2024-02-03
|
||||||
|
|
||||||
- Update `cargo-hack@latest` to 0.6.17.
|
- Update `cargo-hack@latest` to 0.6.17.
|
||||||
@@ -1719,7 +1727,9 @@ Note: This release is considered a breaking change because installing on version
|
|||||||
|
|
||||||
Initial release
|
Initial release
|
||||||
|
|
||||||
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.26.11...HEAD
|
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.26.13...HEAD
|
||||||
|
[2.26.13]: https://github.com/taiki-e/install-action/compare/v2.26.12...v2.26.13
|
||||||
|
[2.26.12]: https://github.com/taiki-e/install-action/compare/v2.26.11...v2.26.12
|
||||||
[2.26.11]: https://github.com/taiki-e/install-action/compare/v2.26.10...v2.26.11
|
[2.26.11]: https://github.com/taiki-e/install-action/compare/v2.26.10...v2.26.11
|
||||||
[2.26.10]: https://github.com/taiki-e/install-action/compare/v2.26.9...v2.26.10
|
[2.26.10]: https://github.com/taiki-e/install-action/compare/v2.26.9...v2.26.10
|
||||||
[2.26.9]: https://github.com/taiki-e/install-action/compare/v2.26.8...v2.26.9
|
[2.26.9]: https://github.com/taiki-e/install-action/compare/v2.26.8...v2.26.9
|
||||||
|
|||||||
16
manifests/cargo-binstall.json
generated
16
manifests/cargo-binstall.json
generated
@@ -21,26 +21,26 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "1.6.1"
|
"version": "1.6.2"
|
||||||
},
|
},
|
||||||
"1.6.1": {
|
"1.6.2": {
|
||||||
"x86_64_linux_musl": {
|
"x86_64_linux_musl": {
|
||||||
"checksum": "5f90b39e01a21a5a2e4e9c4126638c604f3a9ea64db67b0499bd1ad63f437c71"
|
"checksum": "6ba2d71e8594a65f2f1aa52d000b0527e03d0ebeeb6b947ecd1e41dacd04e0d6"
|
||||||
},
|
},
|
||||||
"x86_64_macos": {
|
"x86_64_macos": {
|
||||||
"checksum": "81e2f6df16090fb3b06408a1cd64580a0c9e78bbee3a4d6fcd6f14b698312231"
|
"checksum": "7e78bf5000d0dc887efc00eba67bde829c3daed065e46a160ae5ab0fd0f81256"
|
||||||
},
|
},
|
||||||
"x86_64_windows": {
|
"x86_64_windows": {
|
||||||
"checksum": "2a04ae6aa6959dd89c5e795b153549fa7eb8c9d55c049fdb60a608a3e2d2c21a"
|
"checksum": "66ae32e2e92e094552dc4eb2cfb8a6ec204e6b77e38592e5ec7fd36b89b06e6f"
|
||||||
},
|
},
|
||||||
"aarch64_linux_musl": {
|
"aarch64_linux_musl": {
|
||||||
"checksum": "a0a59b486bc0ef731c724cb0d5724bbd79e2ee364318d49ad520788d77e7652a"
|
"checksum": "62185b07feadb51f6bf865a54c452e0716d51fdca053de619a418b4b3fc1a4e6"
|
||||||
},
|
},
|
||||||
"aarch64_macos": {
|
"aarch64_macos": {
|
||||||
"checksum": "1a91f029c8fab7977093051fc2893a716ebf1736499ffcb865a8fde6db380cf0"
|
"checksum": "7dc88979d33bdaa4ba7cf1ec9e75e176fdaae353beefdb3aab507d2e78a47fbe"
|
||||||
},
|
},
|
||||||
"aarch64_windows": {
|
"aarch64_windows": {
|
||||||
"checksum": "5849f4f2aa76c5d2dff76c83b86b02f0f0d9b34e019e09f89391a4c86e785177"
|
"checksum": "9b2c12366d9c7944d9839658fccfe7d1008f838e026bd0f4ab766fec468d1246"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
18
manifests/cargo-deny.json
generated
18
manifests/cargo-deny.json
generated
@@ -19,10 +19,24 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "0.14.10"
|
"version": "0.14.11"
|
||||||
},
|
},
|
||||||
"0.14": {
|
"0.14": {
|
||||||
"version": "0.14.10"
|
"version": "0.14.11"
|
||||||
|
},
|
||||||
|
"0.14.11": {
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"checksum": "081c69a65d59d6b1a033f051f9a8f0fdd824f6ca69d77ee8c575747ca6fd7fc7"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"checksum": "68662d271818b20fa33debfd5e8654ec06cbcc9ab33453983cacaca60aba1c87"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"checksum": "c3677a78efdbbbecabb16e6c70925f224891ff4cf79368ecf6310db45705c22c"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"checksum": "c266875533d3d92647a2f1ffda5f6a04c911dd9092025a556bf217b2e3d90bdc"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"0.14.10": {
|
"0.14.10": {
|
||||||
"x86_64_linux_musl": {
|
"x86_64_linux_musl": {
|
||||||
|
|||||||
Reference in New Issue
Block a user