mirror of
https://github.com/taiki-e/install-action.git
synced 2026-04-29 02:20:22 +00:00
Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6943331e01 | ||
|
|
3c2dda9b8b | ||
|
|
6f9c817932 | ||
|
|
b9b9deeb20 | ||
|
|
0736e61a46 |
14
CHANGELOG.md
14
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.27.2] - 2024-02-16
|
||||
|
||||
- Update `cargo-hack@latest` to 0.6.19.
|
||||
|
||||
## [2.27.1] - 2024-02-16
|
||||
|
||||
- Update `cargo-audit@latest` to 0.20.0.
|
||||
|
||||
- Update `protoc@latest` to 3.25.3.
|
||||
|
||||
## [2.27.0] - 2024-02-15
|
||||
|
||||
- Support `cargo-audit`. ([#371](https://github.com/taiki-e/install-action/pull/371), thanks @utkarshgupta137)
|
||||
@@ -1767,7 +1777,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.27.0...HEAD
|
||||
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.27.2...HEAD
|
||||
[2.27.2]: https://github.com/taiki-e/install-action/compare/v2.27.1...v2.27.2
|
||||
[2.27.1]: https://github.com/taiki-e/install-action/compare/v2.27.0...v2.27.1
|
||||
[2.27.0]: https://github.com/taiki-e/install-action/compare/v2.26.20...v2.27.0
|
||||
[2.26.20]: https://github.com/taiki-e/install-action/compare/v2.26.19...v2.26.20
|
||||
[2.26.19]: https://github.com/taiki-e/install-action/compare/v2.26.18...v2.26.19
|
||||
|
||||
19
manifests/cargo-audit.json
generated
19
manifests/cargo-audit.json
generated
@@ -19,7 +19,24 @@
|
||||
}
|
||||
},
|
||||
"latest": {
|
||||
"version": "0.19.0"
|
||||
"version": "0.20.0"
|
||||
},
|
||||
"0.20": {
|
||||
"version": "0.20.0"
|
||||
},
|
||||
"0.20.0": {
|
||||
"x86_64_linux_musl": {
|
||||
"checksum": "c8bb83967f74734a5a4b23b0136c26db3fcc81570eb389cffda4d67ea6d8ad9a"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"checksum": "3f4022fd3010e0e9ffa8b8a75b80ab365c9ab1c3f3d2dd6af6385bb803778f9f"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"checksum": "ec8d3b6e722b01bf51efc1b56dbaf542f4d4101e70f3f45ae4dda52e6f71d2b0"
|
||||
},
|
||||
"aarch64_linux_gnu": {
|
||||
"checksum": "fb2fbd1f5d36aa131451115183d24605e3ca7f656c6994ec03dfc3b7c581cf4a"
|
||||
}
|
||||
},
|
||||
"0.19": {
|
||||
"version": "0.19.0"
|
||||
|
||||
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.18"
|
||||
"version": "0.6.19"
|
||||
},
|
||||
"0.6": {
|
||||
"version": "0.6.18"
|
||||
"version": "0.6.19"
|
||||
},
|
||||
"0.6.19": {
|
||||
"x86_64_linux_musl": {
|
||||
"url": "https://github.com/taiki-e/cargo-hack/releases/download/v0.6.19/cargo-hack-x86_64-unknown-linux-musl.tar.gz",
|
||||
"checksum": "c96cbde6b2eed3ba5c3a62911bd729362dad11ee2363cefb79e7d8b44c034b25"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"url": "https://github.com/taiki-e/cargo-hack/releases/download/v0.6.19/cargo-hack-x86_64-apple-darwin.tar.gz",
|
||||
"checksum": "277fdb2c362fad398cc858581cf06b1d3706cbbf883005285f3794ba5aa2f1f1"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"url": "https://github.com/taiki-e/cargo-hack/releases/download/v0.6.19/cargo-hack-x86_64-pc-windows-msvc.tar.gz",
|
||||
"checksum": "d5c86549d83d7147e1fe7de468c375a0f28c5aa45c9f8a02b819d13ee9a85e37"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"url": "https://github.com/taiki-e/cargo-hack/releases/download/v0.6.19/cargo-hack-aarch64-unknown-linux-musl.tar.gz",
|
||||
"checksum": "aa24c54f97b43685979ee15f2a03b0a249cc035449a3a1955e64c61e725a9e8c"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"url": "https://github.com/taiki-e/cargo-hack/releases/download/v0.6.19/cargo-hack-aarch64-apple-darwin.tar.gz",
|
||||
"checksum": "5d2e027a34ab26949534e5e9a764c49130515bb4eaff7e4b1e824ace6ba10617"
|
||||
},
|
||||
"aarch64_windows": {
|
||||
"url": "https://github.com/taiki-e/cargo-hack/releases/download/v0.6.19/cargo-hack-aarch64-pc-windows-msvc.tar.gz",
|
||||
"checksum": "8e36f556db4aef01066fc26b1d10ad9440d78b5ce9c8ff4fe68c3ffbf84e7ada"
|
||||
}
|
||||
},
|
||||
"0.6.18": {
|
||||
"x86_64_linux_musl": {
|
||||
|
||||
28
manifests/protoc.json
generated
28
manifests/protoc.json
generated
@@ -2,13 +2,35 @@
|
||||
"rust_crate": null,
|
||||
"template": null,
|
||||
"latest": {
|
||||
"version": "3.25.2"
|
||||
"version": "3.25.3"
|
||||
},
|
||||
"3": {
|
||||
"version": "3.25.2"
|
||||
"version": "3.25.3"
|
||||
},
|
||||
"3.25": {
|
||||
"version": "3.25.2"
|
||||
"version": "3.25.3"
|
||||
},
|
||||
"3.25.3": {
|
||||
"x86_64_linux_gnu": {
|
||||
"url": "https://github.com/protocolbuffers/protobuf/releases/download/v25.3/protoc-25.3-linux-x86_64.zip",
|
||||
"checksum": "f853e691868d0557425ea290bf7ba6384eef2fa9b04c323afab49a770ba9da80"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"url": "https://github.com/protocolbuffers/protobuf/releases/download/v25.3/protoc-25.3-osx-x86_64.zip",
|
||||
"checksum": "247e003b8e115405172eacc50bd19825209d85940728e766f0848eee7c80e2a1"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"url": "https://github.com/protocolbuffers/protobuf/releases/download/v25.3/protoc-25.3-win64.zip",
|
||||
"checksum": "d6b336b852726364313330631656b7f395dde5b1141b169f5c4b8d43cdf01482"
|
||||
},
|
||||
"aarch64_linux_gnu": {
|
||||
"url": "https://github.com/protocolbuffers/protobuf/releases/download/v25.3/protoc-25.3-linux-aarch_64.zip",
|
||||
"checksum": "9eae1f20f70cccc912d1c318c3929b86aebf5afd4b0f32c196ef682c222ed5ae"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"url": "https://github.com/protocolbuffers/protobuf/releases/download/v25.3/protoc-25.3-osx-aarch_64.zip",
|
||||
"checksum": "d0fcd6d3b3ef6f22f1c47cc30a80c06727e1eccdddcaf0f4a3be47c070ffd3fe"
|
||||
}
|
||||
},
|
||||
"3.25.2": {
|
||||
"x86_64_linux_gnu": {
|
||||
|
||||
Reference in New Issue
Block a user