Compare commits

...

10 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
Taiki Endo
e73edba6ce Release 2.42.40 2024-09-04 06:35:39 +09:00
Taiki Endo
fbf872d19b Update typos@latest to 1.24.4 2024-09-04 06:10:42 +09:00
Taiki Endo
3b8ff55376 Update cargo-semver-checks@latest to 0.35.0 2024-09-04 03:13:02 +09:00
7 changed files with 180 additions and 7 deletions

View File

@@ -10,6 +10,24 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
## [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
- Update `typos@latest` to 1.24.4.
- Update `cargo-semver-checks@latest` to 0.35.0.
## [2.42.39] - 2024-09-03
- Update `cargo-llvm-cov@latest` to 0.6.12.
@@ -2676,7 +2694,11 @@ Note: This release is considered a breaking change because installing on version
Initial release
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.42.39...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.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.37]: https://github.com/taiki-e/install-action/compare/v2.42.36...v2.42.37

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-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-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-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) |

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)",
"latest": {
"version": "0.9.77"
"version": "0.9.78"
},
"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": {
"previous_stable_version": "0.9.76",

View File

@@ -16,7 +16,28 @@
},
"license_markdown": "[Apache-2.0](https://github.com/obi1kenobi/cargo-semver-checks/blob/main/LICENSE-APACHE) OR [MIT](https://github.com/obi1kenobi/cargo-semver-checks/blob/main/LICENSE-MIT)",
"latest": {
"version": "0.34.0"
"version": "0.35.0"
},
"0.35": {
"version": "0.35.0"
},
"0.35.0": {
"x86_64_linux_musl": {
"etag": "0x8DCCC35A9455766",
"checksum": "f97cf94cf14500a88217135b7cbde5e0cc11ba274670211f7cd7d26b7f41c254"
},
"x86_64_macos": {
"etag": "0x8DCCC3573F81C49",
"checksum": "7208a6b4468128c6942c369c54f2e78f58c8a916cc695f6df4d122e7d9d86efd"
},
"x86_64_windows": {
"etag": "0x8DCCC367877571E",
"checksum": "ee3282df02bf183d8c44bc6a72f3c7c80e9ee2626766dc759105910f100f2393"
},
"aarch64_macos": {
"etag": "0x8DCCC35714A58DA",
"checksum": "2b7c74bdf8f3e87b8076ab5bb9d6d9754bbd3d420c5ac7e14e44e08af4e9f924"
}
},
"0.34": {
"version": "0.34.0"

42
manifests/typos.json generated
View File

@@ -16,13 +16,49 @@
},
"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": {
"version": "1.24.3"
"version": "1.24.5"
},
"1": {
"version": "1.24.3"
"version": "1.24.5"
},
"1.24": {
"version": "1.24.3"
"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": {
"x86_64_linux_musl": {
"etag": "0x8DCCC598D1368C1",
"checksum": "efa32f257066a98792489a549de0f799c4cc05ad3500d3d553ce198764dd584b"
},
"x86_64_macos": {
"etag": "0x8DCCC598904BBAC",
"checksum": "a868175c4dbe7e73da9fd352626ecfe81849d2cb43c8c4f547b252d8bc27fd08"
},
"x86_64_windows": {
"etag": "0x8DCCC59D2CEBE40",
"checksum": "efff9f29649c3dc0ef7a574a53d445bbdcf88cbc6a24b4fd4fd58b77ddc9c500"
},
"aarch64_macos": {
"etag": "0x8DCCC5987C36C31",
"checksum": "94ac0abaab0b18f3b9af471d6481d484cab67b2666b10f00a455c0c2c0cd1ed7"
}
},
"1.24.3": {
"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": {}
}
}