Compare commits

...

7 Commits

Author SHA1 Message Date
Taiki Endo
6e4ebe4256 Release 2.43.0 2024-09-07 07:27:38 +09:00
Taiki Endo
337a9618c7 Update changelog 2024-09-07 07:27:19 +09:00
John Vandenberg
22578ebfbe Add cargo-lambda (#601) 2024-09-07 07:01:10 +09:00
Taiki Endo
e51c197f82 Release 2.42.42 2024-09-06 20:51:56 +09:00
Taiki Endo
b7ca6193f4 Update cargo-nextest@latest to 0.9.78 2024-09-06 09:33:12 +09:00
Taiki Endo
f3e9a65cfd Release 2.42.41 2024-09-05 03:14:52 +09:00
Taiki Endo
222ac5e37c Update typos@latest to 1.24.5 2024-09-05 03:14:01 +09:00
6 changed files with 133 additions and 6 deletions

View File

@@ -10,6 +10,18 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
## [Unreleased] ## [Unreleased]
## [2.43.0] - 2024-09-06
- Support `cargo-lambda`. ([#601](https://github.com/taiki-e/install-action/pull/601), thanks @jayvdb)
## [2.42.42] - 2024-09-06
- Update `cargo-nextest@latest` to 0.9.78.
## [2.42.41] - 2024-09-04
- Update `typos@latest` to 1.24.5.
## [2.42.40] - 2024-09-03 ## [2.42.40] - 2024-09-03
- Update `typos@latest` to 1.24.4. - Update `typos@latest` to 1.24.4.
@@ -2682,7 +2694,10 @@ 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.42.40...HEAD [Unreleased]: https://github.com/taiki-e/install-action/compare/v2.43.0...HEAD
[2.43.0]: https://github.com/taiki-e/install-action/compare/v2.42.42...v2.43.0
[2.42.42]: https://github.com/taiki-e/install-action/compare/v2.42.41...v2.42.42
[2.42.41]: https://github.com/taiki-e/install-action/compare/v2.42.40...v2.42.41
[2.42.40]: https://github.com/taiki-e/install-action/compare/v2.42.39...v2.42.40 [2.42.40]: https://github.com/taiki-e/install-action/compare/v2.42.39...v2.42.40
[2.42.39]: https://github.com/taiki-e/install-action/compare/v2.42.38...v2.42.39 [2.42.39]: https://github.com/taiki-e/install-action/compare/v2.42.38...v2.42.39
[2.42.38]: https://github.com/taiki-e/install-action/compare/v2.42.37...v2.42.38 [2.42.38]: https://github.com/taiki-e/install-action/compare/v2.42.37...v2.42.38

View File

@@ -20,6 +20,7 @@ See the [Supported tools section in README.md](README.md#supported-tools) for ho
| [**cargo-dinghy**](https://github.com/sonos/dinghy) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/sonos/dinghy/releases) | Linux, macOS | [MIT](https://github.com/sonos/dinghy/blob/main/LICENSE-MIT) OR [Apache-2.0](https://github.com/sonos/dinghy/blob/main/LICENSE-APACHE) | | [**cargo-dinghy**](https://github.com/sonos/dinghy) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/sonos/dinghy/releases) | Linux, macOS | [MIT](https://github.com/sonos/dinghy/blob/main/LICENSE-MIT) OR [Apache-2.0](https://github.com/sonos/dinghy/blob/main/LICENSE-APACHE) |
| [**cargo-export**](https://github.com/bazhenov/cargo-export) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/bazhenov/cargo-export/releases) | Linux, macOS, Windows | [MIT](https://github.com/bazhenov/cargo-export/blob/master/LICENSE) | | [**cargo-export**](https://github.com/bazhenov/cargo-export) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/bazhenov/cargo-export/releases) | Linux, macOS, Windows | [MIT](https://github.com/bazhenov/cargo-export/blob/master/LICENSE) |
| [**cargo-hack**](https://github.com/taiki-e/cargo-hack) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/taiki-e/cargo-hack/releases) | Linux, macOS, Windows | [Apache-2.0](https://github.com/taiki-e/cargo-hack/blob/main/LICENSE-APACHE) OR [MIT](https://github.com/taiki-e/cargo-hack/blob/main/LICENSE-MIT) | | [**cargo-hack**](https://github.com/taiki-e/cargo-hack) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/taiki-e/cargo-hack/releases) | Linux, macOS, Windows | [Apache-2.0](https://github.com/taiki-e/cargo-hack/blob/main/LICENSE-APACHE) OR [MIT](https://github.com/taiki-e/cargo-hack/blob/main/LICENSE-MIT) |
| [**cargo-lambda**](https://github.com/cargo-lambda/cargo-lambda) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/cargo-lambda/cargo-lambda/releases) | Linux, macOS, Windows | [MIT](https://github.com/cargo-lambda/cargo-lambda/blob/main/LICENSE) |
| [**cargo-llvm-cov**](https://github.com/taiki-e/cargo-llvm-cov) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/taiki-e/cargo-llvm-cov/releases) | Linux, macOS, Windows | [Apache-2.0](https://github.com/taiki-e/cargo-llvm-cov/blob/main/LICENSE-APACHE) OR [MIT](https://github.com/taiki-e/cargo-llvm-cov/blob/main/LICENSE-MIT) | | [**cargo-llvm-cov**](https://github.com/taiki-e/cargo-llvm-cov) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/taiki-e/cargo-llvm-cov/releases) | Linux, macOS, Windows | [Apache-2.0](https://github.com/taiki-e/cargo-llvm-cov/blob/main/LICENSE-APACHE) OR [MIT](https://github.com/taiki-e/cargo-llvm-cov/blob/main/LICENSE-MIT) |
| [**cargo-machete**](https://github.com/bnjbvr/cargo-machete) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/bnjbvr/cargo-machete/releases) | Linux, macOS, Windows | [MIT](https://github.com/bnjbvr/cargo-machete/blob/main/LICENSE.md) | | [**cargo-machete**](https://github.com/bnjbvr/cargo-machete) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/bnjbvr/cargo-machete/releases) | Linux, macOS, Windows | [MIT](https://github.com/bnjbvr/cargo-machete/blob/main/LICENSE.md) |
| [**cargo-make**](https://github.com/sagiegurari/cargo-make) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/sagiegurari/cargo-make/releases) | Linux, macOS, Windows | [Apache-2.0](https://github.com/sagiegurari/cargo-make/blob/master/LICENSE) | | [**cargo-make**](https://github.com/sagiegurari/cargo-make) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/sagiegurari/cargo-make/releases) | Linux, macOS, Windows | [Apache-2.0](https://github.com/sagiegurari/cargo-make/blob/master/LICENSE) |

53
manifests/cargo-lambda.json generated Normal file
View File

@@ -0,0 +1,53 @@
{
"rust_crate": "cargo-lambda",
"template": {
"x86_64_linux_musl": {
"url": "https://github.com/cargo-lambda/cargo-lambda/releases/download/v${version}/cargo-lambda-v${version}.x86_64-unknown-linux-musl.tar.gz"
},
"x86_64_macos": {
"url": "https://github.com/cargo-lambda/cargo-lambda/releases/download/v${version}/cargo-lambda-v${version}.x86_64-apple-darwin.tar.gz"
},
"x86_64_windows": {
"url": "https://github.com/cargo-lambda/cargo-lambda/releases/download/v${version}/cargo-lambda-v${version}.windows-x64.zip",
"bin": "cargo-lambda.exe"
},
"aarch64_linux_musl": {
"url": "https://github.com/cargo-lambda/cargo-lambda/releases/download/v${version}/cargo-lambda-v${version}.aarch64-unknown-linux-musl.tar.gz"
},
"aarch64_macos": {
"url": "https://github.com/cargo-lambda/cargo-lambda/releases/download/v${version}/cargo-lambda-v${version}.aarch64-apple-darwin.tar.gz"
}
},
"license_markdown": "[MIT](https://github.com/cargo-lambda/cargo-lambda/blob/main/LICENSE)",
"latest": {
"version": "1.3.0"
},
"1": {
"version": "1.3.0"
},
"1.3": {
"version": "1.3.0"
},
"1.3.0": {
"x86_64_linux_musl": {
"etag": "0x8DC88F48F203CE3",
"checksum": "b96973d035b328413fd2a98881f01ab8de8dcaef56c6f826d05dee48925b340f"
},
"x86_64_macos": {
"etag": "0x8DC88F48FB3C08F",
"checksum": "49043e568b1d1817b0d7e14b7bd23d0938f37b5a951ad6dbd08e8057a1e2e60b"
},
"x86_64_windows": {
"etag": "0x8DC88F490E653BE",
"checksum": "46c19d2c0f977c27f918e24c6e362a080a63cdfbe0c97a79dabe6e375eee72c4"
},
"aarch64_linux_musl": {
"etag": "0x8DC88F4936FA250",
"checksum": "6e1f434d70a60180d80f6e61f0fd50272a0e849d5bfa7c64d8df066f85881627"
},
"aarch64_macos": {
"etag": "0x8DC88F493FF59BC",
"checksum": "8cd1d176a690d5b3704fae9c58e0e949e481e79eaa24cb5338f5cdfcf564ca05"
}
}
}

View File

@@ -19,10 +19,33 @@
}, },
"license_markdown": "[Apache-2.0](https://github.com/nextest-rs/nextest/blob/main/LICENSE-APACHE) OR [MIT](https://github.com/nextest-rs/nextest/blob/main/LICENSE-MIT)", "license_markdown": "[Apache-2.0](https://github.com/nextest-rs/nextest/blob/main/LICENSE-APACHE) OR [MIT](https://github.com/nextest-rs/nextest/blob/main/LICENSE-MIT)",
"latest": { "latest": {
"version": "0.9.77" "version": "0.9.78"
}, },
"0.9": { "0.9": {
"version": "0.9.77" "version": "0.9.78"
},
"0.9.78": {
"previous_stable_version": "0.9.77",
"x86_64_linux_gnu": {
"etag": "0x8DCCDFBD47BF354",
"checksum": "8645c43d0116fc1608c9d149377b0fcffcf01ec12cba3da34567ab74e02049c9"
},
"x86_64_linux_musl": {
"etag": "0x8DCCDFC05E94BF4",
"checksum": "cb5c9565ba962f07262a267ad83aa4f755d2311a79b1b23d8783c8838d31347f"
},
"x86_64_macos": {
"etag": "0x8DCCDFC02DF9CF4",
"checksum": "26859987b4470ce80a93e017656034fb28217e135c6110fa66ab373f97670ccd"
},
"x86_64_windows": {
"etag": "0x8DCCDFC2F357FFE",
"checksum": "ef046ec2969c03558d7e2b2ee360a4ed58f92bc86a7f9b4e59c323d69aa2a602"
},
"aarch64_linux_gnu": {
"etag": "0x8DCCDFBEFE9BDF8",
"checksum": "dc8b62624a5f334a9b3fcd784008c39c412ef880158ba73e2f3abd156194cbab"
}
}, },
"0.9.77": { "0.9.77": {
"previous_stable_version": "0.9.76", "previous_stable_version": "0.9.76",

24
manifests/typos.json generated
View File

@@ -16,13 +16,31 @@
}, },
"license_markdown": "[MIT](https://github.com/crate-ci/typos/blob/master/LICENSE-MIT) OR [Apache-2.0](https://github.com/crate-ci/typos/blob/master/LICENSE-APACHE)", "license_markdown": "[MIT](https://github.com/crate-ci/typos/blob/master/LICENSE-MIT) OR [Apache-2.0](https://github.com/crate-ci/typos/blob/master/LICENSE-APACHE)",
"latest": { "latest": {
"version": "1.24.4" "version": "1.24.5"
}, },
"1": { "1": {
"version": "1.24.4" "version": "1.24.5"
}, },
"1.24": { "1.24": {
"version": "1.24.4" "version": "1.24.5"
},
"1.24.5": {
"x86_64_linux_musl": {
"etag": "0x8DCCCF515D34074",
"checksum": "e23dcb000e0db3351c57c8954b53557bee2c844308a10c11c2cf8de1f2583871"
},
"x86_64_macos": {
"etag": "0x8DCCCF51B808613",
"checksum": "b13d36015f59d9897e783e8b7ea6b047c319b3885a4ea4939a550f808363300d"
},
"x86_64_windows": {
"etag": "0x8DCCCF5CBFC9CAD",
"checksum": "fbea0788f5701ebd2987382e1ee70f0735ad80b46c42e88bac8e490b59fff3d2"
},
"aarch64_macos": {
"etag": "0x8DCCCF516860FF0",
"checksum": "53703df22e929e9468f746f6d2231ef51907bd7b34b600becbce5a2465d69df8"
}
}, },
"1.24.4": { "1.24.4": {
"x86_64_linux_musl": { "x86_64_linux_musl": {

View File

@@ -0,0 +1,17 @@
{
"repository": "https://github.com/cargo-lambda/cargo-lambda",
"tag_prefix": "v",
"rust_crate": "${package}",
"asset_name": "${package}-v${version}.${rust_target}.tar.gz",
"version_range": ">= 1.3.0",
"platform": {
"x86_64_linux_musl": {},
"x86_64_macos": {},
"x86_64_windows": {
"asset_name": "${package}-v${version}.windows-x64.zip",
"bin": "${package}${exe}"
},
"aarch64_linux_musl": {},
"aarch64_macos": {}
}
}