mirror of
https://github.com/taiki-e/install-action.git
synced 2026-04-25 16:50:31 +00:00
Compare commits
18 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
35aa40986a | ||
|
|
1ca3b4160c | ||
|
|
da8fe73ed8 | ||
|
|
468184505a | ||
|
|
190257f600 | ||
|
|
6e4ebe4256 | ||
|
|
337a9618c7 | ||
|
|
22578ebfbe | ||
|
|
e51c197f82 | ||
|
|
b7ca6193f4 | ||
|
|
f3e9a65cfd | ||
|
|
222ac5e37c | ||
|
|
e73edba6ce | ||
|
|
fbf872d19b | ||
|
|
3b8ff55376 | ||
|
|
0d892dd50e | ||
|
|
95d91b64c9 | ||
|
|
dd522f255c |
43
CHANGELOG.md
43
CHANGELOG.md
@@ -10,11 +10,43 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [2.43.2] - 2024-09-09
|
||||
|
||||
- Update `rclone@latest` to 1.68.0.
|
||||
|
||||
## [2.43.1] - 2024-09-07
|
||||
|
||||
- Update `cargo-lambda@latest` to 1.4.0.
|
||||
|
||||
- Update `cargo-binstall@latest` to 1.10.4.
|
||||
|
||||
## [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.
|
||||
|
||||
## [2.42.38] - 2024-09-03
|
||||
|
||||
- Update `typos@latest` to 1.24.3.
|
||||
|
||||
- Relax jq version requirement for containers and self-hosted runners to 1.3 (no longer need to install the newer version of jq when using this action on Ubuntu 14.04/CentOS 6).
|
||||
- Relax jq version requirement to 1.3 (no longer need to install the newer version of jq when using this action on Ubuntu 14.04/CentOS 6 containers/self-hosted runners).
|
||||
|
||||
## [2.42.37] - 2024-08-30
|
||||
|
||||
@@ -2672,7 +2704,14 @@ 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.38...HEAD
|
||||
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.43.2...HEAD
|
||||
[2.43.2]: https://github.com/taiki-e/install-action/compare/v2.43.1...v2.43.2
|
||||
[2.43.1]: https://github.com/taiki-e/install-action/compare/v2.43.0...v2.43.1
|
||||
[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
|
||||
[2.42.36]: https://github.com/taiki-e/install-action/compare/v2.42.35...v2.42.36
|
||||
|
||||
1
TOOLS.md
1
TOOLS.md
@@ -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) |
|
||||
|
||||
28
manifests/cargo-binstall.json
generated
28
manifests/cargo-binstall.json
generated
@@ -22,32 +22,32 @@
|
||||
},
|
||||
"license_markdown": "[GPL-3.0](https://github.com/cargo-bins/cargo-binstall/blob/HEAD/crates/bin/LICENSE)",
|
||||
"latest": {
|
||||
"version": "1.10.3"
|
||||
"version": "1.10.4"
|
||||
},
|
||||
"1.10.3": {
|
||||
"1.10.4": {
|
||||
"x86_64_linux_musl": {
|
||||
"etag": "0x8DCC4E9D12BA1A2",
|
||||
"checksum": "98239b69e7d3f3a759b326236fa473fa31d17c1b7d2677c8b0c7637176547c72"
|
||||
"etag": "0x8DCCEC7B32C1AF7",
|
||||
"checksum": "1baf2ef7f15e2baba4ae11f99e72f5914bb764ce763efd716280a3cbcda001ad"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DCC4E97F17FC2E",
|
||||
"checksum": "79bc5490bb52d90a0baa1e169556276424ae0bb7849e06f51b2baa98cd89cf3a"
|
||||
"etag": "0x8DCCEC75B73878F",
|
||||
"checksum": "7755f241782b1d1db20456e600652456ed0c33bfc7c0afdbdb9b2a7b154cac17"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DCC4EA7CBBF636",
|
||||
"checksum": "ff2ec4e3ff2c76c8194112cc01e18741bd88961382adf0e55bab07c675d55ee8"
|
||||
"etag": "0x8DCCEC85687D02F",
|
||||
"checksum": "849316b048649ca2f46f1381da59ca7637a036a0d754f1a52ffcbf94b2f00fd7"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"etag": "0x8DCC4E99553F26C",
|
||||
"checksum": "c81be7f91f5ba63dd1ff5840a304c50d8938fbf4ca224200c80706007756f18a"
|
||||
"etag": "0x8DCCEC7642DAD22",
|
||||
"checksum": "ff90d9cec61d4eeeb86ad9cb11998b7ce8468690d670a40e24822f07381ca899"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"etag": "0x8DCC4E9C5DFB2DF",
|
||||
"checksum": "3ddbb7b56f57f54d71b0eb7edf92a98794f38ede0354e9dd1d29cf6c1092e530"
|
||||
"etag": "0x8DCCEC7AB95F549",
|
||||
"checksum": "72a5e248c78dc163ed983e5e0d622d9b8b7de973157939d3b9b7226858cc423c"
|
||||
},
|
||||
"aarch64_windows": {
|
||||
"etag": "0x8DCC4EA3D761E17",
|
||||
"checksum": "1e41a12852e8ea02596bac8d3b4e5375e77c32169b3e1942a80d130309c13673"
|
||||
"etag": "0x8DCCEC82CA9A245",
|
||||
"checksum": "1d8c6d53fafcc2c932fffb60b856bc4a8610e69028c9999779566fbf10f4f695"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
78
manifests/cargo-lambda.json
generated
Normal file
78
manifests/cargo-lambda.json
generated
Normal file
@@ -0,0 +1,78 @@
|
||||
{
|
||||
"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.4.0"
|
||||
},
|
||||
"1": {
|
||||
"version": "1.4.0"
|
||||
},
|
||||
"1.4": {
|
||||
"version": "1.4.0"
|
||||
},
|
||||
"1.4.0": {
|
||||
"x86_64_linux_musl": {
|
||||
"etag": "0x8DCCF7559ED57D5",
|
||||
"checksum": "9ce70414d822e3b901403d63598581d2a35b7e16b1e2009308da0b120cb2f280"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DCCF755A871607",
|
||||
"checksum": "9c2a9e5427c1de759970d8d51efd50ec2a435ae348804cb4a660f1c3b9b43b16"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DCCF755B9D1989",
|
||||
"checksum": "a5ff21d73d42b89973c1d7d7d19ed119561dd98b6d784386d064b9807956a71a"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"etag": "0x8DCCF755DDBF6FB",
|
||||
"checksum": "5cbb3e1291d4c20a5e988eb690a5153f86be44a2fd6bec6485d00ef1e1aa13aa"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"etag": "0x8DCCF755E70162A",
|
||||
"checksum": "ef1a8f5521d1d4d0f08b3de6149c48455395aec7328d7587abcdab83f80d736b"
|
||||
}
|
||||
},
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
26
manifests/cargo-llvm-cov.json
generated
26
manifests/cargo-llvm-cov.json
generated
@@ -19,10 +19,32 @@
|
||||
},
|
||||
"license_markdown": "[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)",
|
||||
"latest": {
|
||||
"version": "0.6.11"
|
||||
"version": "0.6.12"
|
||||
},
|
||||
"0.6": {
|
||||
"version": "0.6.11"
|
||||
"version": "0.6.12"
|
||||
},
|
||||
"0.6.12": {
|
||||
"x86_64_linux_musl": {
|
||||
"etag": "0x8DCCC27E30DDFFC",
|
||||
"checksum": "c3418ea4a59d836a6f91d45a9c1e1fe17653c06b0bed79f31a12dec9b2eb53f5"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DCCC28609416EF",
|
||||
"checksum": "8eee90cdc0dc26eb5b676c3e5929de9cbcb657f1d7e175089ac5f7fb62be08f5"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DCCC282FD2D223",
|
||||
"checksum": "3706ec35c984aab739310dda2802f165d2cf7d296ff0972e1ba7c4daa725295b"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"etag": "0x8DCCC27E4DF5B65",
|
||||
"checksum": "89852820f4384192e6faaf6ecb30f5df3b93690d81b10f77d25c0b3bce4a76ed"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"etag": "0x8DCCC280E8E0C69",
|
||||
"checksum": "bec62ac2c6e9b9497b3879716735b881c280028e2597703bc7ebed538c5c4244"
|
||||
}
|
||||
},
|
||||
"0.6.11": {
|
||||
"x86_64_linux_musl": {
|
||||
|
||||
27
manifests/cargo-nextest.json
generated
27
manifests/cargo-nextest.json
generated
@@ -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",
|
||||
|
||||
23
manifests/cargo-semver-checks.json
generated
23
manifests/cargo-semver-checks.json
generated
@@ -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"
|
||||
|
||||
33
manifests/rclone.json
generated
33
manifests/rclone.json
generated
@@ -28,10 +28,39 @@
|
||||
},
|
||||
"license_markdown": "[MIT](https://github.com/rclone/rclone/blob/master/COPYING)",
|
||||
"latest": {
|
||||
"version": "1.67.0"
|
||||
"version": "1.68.0"
|
||||
},
|
||||
"1": {
|
||||
"version": "1.67.0"
|
||||
"version": "1.68.0"
|
||||
},
|
||||
"1.68": {
|
||||
"version": "1.68.0"
|
||||
},
|
||||
"1.68.0": {
|
||||
"x86_64_linux_musl": {
|
||||
"etag": "0x8DCD021695DFEC9",
|
||||
"checksum": "2462de3234dc581db6ed8353625926bfabdfa7286b37f99cd733a84eba70c17c"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DCD02224137B7F",
|
||||
"checksum": "3a7ac232883e1e90e9c2c72c327f6a73d4701c23b94f4dba4b09aed3ee5038fe"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DCD0225941B88D",
|
||||
"checksum": "b16769a2f839d0322db6d80d2bf7f7f0c13174a9482d2163384783a60113521c"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"etag": "0x8DCD0217EBFA66E",
|
||||
"checksum": "1ff887245f07ce722b9245c9aa984a841b6ba47d719842b1ada6be85e08695dc"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"etag": "0x8DCD0222BEF1202",
|
||||
"checksum": "c037225f85a2fa7a78cc77a241de0a6a3d62dc6ea2b0a2fd668d50511244f559"
|
||||
},
|
||||
"aarch64_windows": {
|
||||
"etag": "0x8DCD0226038A92C",
|
||||
"checksum": "f0a29169078a443413e67d9decec3c468be7295ae84fe3313864fd4148f83ece"
|
||||
}
|
||||
},
|
||||
"1.67": {
|
||||
"version": "1.67.0"
|
||||
|
||||
42
manifests/typos.json
generated
42
manifests/typos.json
generated
@@ -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": {
|
||||
|
||||
17
tools/codegen/base/cargo-lambda.json
Normal file
17
tools/codegen/base/cargo-lambda.json
Normal 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": {}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user