Compare commits

...

2 Commits

Author SHA1 Message Date
Taiki Endo
203bfd72b0 Release 2.28.3 2024-03-07 01:59:19 +09:00
Taiki Endo
b00c5f12b5 Update cargo-hack@latest to 0.6.21 2024-03-07 01:55:34 +09:00
2 changed files with 34 additions and 3 deletions

View File

@@ -10,6 +10,10 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
## [Unreleased]
## [2.28.3] - 2024-03-06
- Update `cargo-hack@latest` to 0.6.21.
## [2.28.2] - 2024-03-06
- Update `cargo-deny@latest` to 0.14.16.
@@ -1847,7 +1851,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.28.2...HEAD
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.28.3...HEAD
[2.28.3]: https://github.com/taiki-e/install-action/compare/v2.28.2...v2.28.3
[2.28.2]: https://github.com/taiki-e/install-action/compare/v2.28.1...v2.28.2
[2.28.1]: https://github.com/taiki-e/install-action/compare/v2.28.0...v2.28.1
[2.28.0]: https://github.com/taiki-e/install-action/compare/v2.27.15...v2.28.0

View File

@@ -2,10 +2,36 @@
"rust_crate": "cargo-hack",
"template": null,
"latest": {
"version": "0.6.20"
"version": "0.6.21"
},
"0.6": {
"version": "0.6.20"
"version": "0.6.21"
},
"0.6.21": {
"x86_64_linux_musl": {
"url": "https://github.com/taiki-e/cargo-hack/releases/download/v0.6.21/cargo-hack-x86_64-unknown-linux-musl.tar.gz",
"checksum": "4d1cc13c72ac620df9265506ad8dd03f84117c8c653586be3d73590e013fe9a8"
},
"x86_64_macos": {
"url": "https://github.com/taiki-e/cargo-hack/releases/download/v0.6.21/cargo-hack-x86_64-apple-darwin.tar.gz",
"checksum": "675e3a63d6e741a53363e71b29f7babd1f685cfa14168b8914116cdb176f38e0"
},
"x86_64_windows": {
"url": "https://github.com/taiki-e/cargo-hack/releases/download/v0.6.21/cargo-hack-x86_64-pc-windows-msvc.tar.gz",
"checksum": "f57ea407c7a2a11c6e31102087b8689c44ecdd8f8eb7c76fe98002cc7efd2f84"
},
"aarch64_linux_musl": {
"url": "https://github.com/taiki-e/cargo-hack/releases/download/v0.6.21/cargo-hack-aarch64-unknown-linux-musl.tar.gz",
"checksum": "52159eb4d6b03441d6a696dc52dd3c46ff06b4983df8524c5d908bcd53c9425d"
},
"aarch64_macos": {
"url": "https://github.com/taiki-e/cargo-hack/releases/download/v0.6.21/cargo-hack-aarch64-apple-darwin.tar.gz",
"checksum": "e37a2eaa79cb04d8868d8c23f45af296433d60b75181bed0be49650cfd7c0c6e"
},
"aarch64_windows": {
"url": "https://github.com/taiki-e/cargo-hack/releases/download/v0.6.21/cargo-hack-aarch64-pc-windows-msvc.tar.gz",
"checksum": "faa6323ebb18e54038b19c61d138793c9b1e31dd64e337cbc64cc283faa62a3c"
}
},
"0.6.20": {
"x86_64_linux_musl": {