mirror of
https://github.com/taiki-e/install-action.git
synced 2026-05-01 03:00:26 +00:00
Compare commits
15 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2dc1234c29 | ||
|
|
6ddbe3721a | ||
|
|
5e3c734023 | ||
|
|
f3481aaf5b | ||
|
|
a3324fb0eb | ||
|
|
9d7e67ccfe | ||
|
|
3a6e981da1 | ||
|
|
3f62feda8f | ||
|
|
aba36d755e | ||
|
|
7410117eef | ||
|
|
2eb0df2017 | ||
|
|
d9c7e4de96 | ||
|
|
60b1a6d865 | ||
|
|
b930f2c5ae | ||
|
|
224dd57780 |
34
CHANGELOG.md
34
CHANGELOG.md
@@ -10,6 +10,34 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [2.68.14] - 2026-02-28
|
||||
|
||||
- Update `wasm-bindgen@latest` to 0.2.114.
|
||||
|
||||
- Update `typos@latest` to 1.44.0.
|
||||
|
||||
## [2.68.13] - 2026-02-27
|
||||
|
||||
- Update `uv@latest` to 0.10.7.
|
||||
|
||||
- Update `mise@latest` to 2026.2.22.
|
||||
|
||||
- Update `cargo-lambda@latest` to 1.9.1.
|
||||
|
||||
## [2.68.12] - 2026-02-26
|
||||
|
||||
- Update `tombi@latest` to 0.7.33.
|
||||
|
||||
- Update `mise@latest` to 2026.2.21.
|
||||
|
||||
## [2.68.11] - 2026-02-26
|
||||
|
||||
- Update `wasmtime@latest` to 42.0.1.
|
||||
|
||||
- Update `protoc@latest` to 3.34.0.
|
||||
|
||||
- Update `dprint@latest` to 0.52.0.
|
||||
|
||||
## [2.68.10] - 2026-02-25
|
||||
|
||||
- Update `mise@latest` to 2026.2.20.
|
||||
@@ -5731,7 +5759,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.68.10...HEAD
|
||||
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.68.14...HEAD
|
||||
[2.68.14]: https://github.com/taiki-e/install-action/compare/v2.68.13...v2.68.14
|
||||
[2.68.13]: https://github.com/taiki-e/install-action/compare/v2.68.12...v2.68.13
|
||||
[2.68.12]: https://github.com/taiki-e/install-action/compare/v2.68.11...v2.68.12
|
||||
[2.68.11]: https://github.com/taiki-e/install-action/compare/v2.68.10...v2.68.11
|
||||
[2.68.10]: https://github.com/taiki-e/install-action/compare/v2.68.9...v2.68.10
|
||||
[2.68.9]: https://github.com/taiki-e/install-action/compare/v2.68.8...v2.68.9
|
||||
[2.68.8]: https://github.com/taiki-e/install-action/compare/v2.68.7...v2.68.8
|
||||
|
||||
@@ -30,12 +30,12 @@ unused_trait_names = "warn"
|
||||
# Suppress buggy or noisy clippy lints
|
||||
bool_assert_comparison = { level = "allow", priority = 1 }
|
||||
borrow_as_ptr = { level = "allow", priority = 1 } # https://github.com/rust-lang/rust-clippy/issues/8286
|
||||
cast_lossless = { level = "allow", priority = 1 } # https://godbolt.org/z/Pv6vbGG6E
|
||||
cast_lossless = { level = "allow", priority = 1 } # suggested code has poor codegen with -C opt-level=0 https://godbolt.org/z/GzTxzbd9q
|
||||
collapsible_match = { level = "allow", priority = 1 }
|
||||
declare_interior_mutable_const = { level = "allow", priority = 1 } # https://github.com/rust-lang/rust-clippy/issues/7665
|
||||
doc_markdown = { level = "allow", priority = 1 }
|
||||
float_cmp = { level = "allow", priority = 1 } # https://github.com/rust-lang/rust-clippy/issues/7725
|
||||
incompatible_msrv = { level = "allow", priority = 1 } # buggy: doesn't consider cfg, https://github.com/rust-lang/rust-clippy/issues/12280, https://github.com/rust-lang/rust-clippy/issues/12257#issuecomment-2093667187
|
||||
lint_groups_priority = { level = "allow", priority = 1 } # https://github.com/rust-lang/rust-clippy/issues/12920
|
||||
manual_assert = { level = "allow", priority = 1 }
|
||||
manual_range_contains = { level = "allow", priority = 1 } # https://github.com/rust-lang/rust-clippy/issues/6455#issuecomment-1225966395
|
||||
missing_errors_doc = { level = "allow", priority = 1 }
|
||||
@@ -51,4 +51,3 @@ struct_field_names = { level = "allow", priority = 1 }
|
||||
too_many_arguments = { level = "allow", priority = 1 }
|
||||
too_many_lines = { level = "allow", priority = 1 }
|
||||
type_complexity = { level = "allow", priority = 1 }
|
||||
unreadable_literal = { level = "allow", priority = 1 }
|
||||
|
||||
28
manifests/cargo-lambda.json
generated
28
manifests/cargo-lambda.json
generated
@@ -20,13 +20,35 @@
|
||||
},
|
||||
"license_markdown": "[MIT](https://github.com/cargo-lambda/cargo-lambda/blob/main/LICENSE)",
|
||||
"latest": {
|
||||
"version": "1.9.0"
|
||||
"version": "1.9.1"
|
||||
},
|
||||
"1": {
|
||||
"version": "1.9.0"
|
||||
"version": "1.9.1"
|
||||
},
|
||||
"1.9": {
|
||||
"version": "1.9.0"
|
||||
"version": "1.9.1"
|
||||
},
|
||||
"1.9.1": {
|
||||
"x86_64_linux_musl": {
|
||||
"etag": "0x8DE75560D91939E",
|
||||
"checksum": "ff97518ea2b3c094fb385563f0784fef9191efcdc775101f4f80613820c050ec"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DE75560E732DFA",
|
||||
"checksum": "5ee357be635298d3676c2b821ceab974832f5e4a3eb50a388fa3bcbcfd3eb305"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DE75560F76F6FE",
|
||||
"checksum": "c7304d5514b69918f0c03a459f4024c1143e158fda5fcdcbb87ab81623007ab0"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"etag": "0x8DE7556104F2610",
|
||||
"checksum": "71cd6592eb19560fb8d9eec3675ea82dd4c042aa997036d62a11a5010fa5f759"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"etag": "0x8DE75561193A6FA",
|
||||
"checksum": "8621d29960373a602449409bad6ac770c672a0b900f8d9abc1b4c2507198b244"
|
||||
}
|
||||
},
|
||||
"1.9.0": {
|
||||
"x86_64_linux_musl": {
|
||||
|
||||
27
manifests/dprint.json
generated
27
manifests/dprint.json
generated
@@ -25,7 +25,32 @@
|
||||
},
|
||||
"license_markdown": "[MIT](https://github.com/dprint/dprint/blob/main/LICENSE)",
|
||||
"latest": {
|
||||
"version": "0.51.1"
|
||||
"version": "0.52.0"
|
||||
},
|
||||
"0.52": {
|
||||
"version": "0.52.0"
|
||||
},
|
||||
"0.52.0": {
|
||||
"x86_64_linux_musl": {
|
||||
"etag": "0x8DE73D41595CBC3",
|
||||
"checksum": "ff86d0b9dc28183e111e7cd7d4101fdc4e1b9be0fb84bd08f3b9a41688010aa1"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DE73D4159F84C3",
|
||||
"checksum": "aa42a8ce7f84393c601f16bfd57e2425ccfa3b68f06d62162aa73888fd38bc75"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DE73D415961977",
|
||||
"checksum": "bbb22a19022e104b27f28426bb984fee3733294b67b3c6bbb3a8ebed1e0c1cb2"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"etag": "0x8DE73D415A39EDD",
|
||||
"checksum": "e1434b394718b63d560ecaf36c748e91f06c49fe4b09ffc8c6b6e0e6833d0900"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"etag": "0x8DE73D41594E259",
|
||||
"checksum": "bb3a5be1444fcfaf2f405cbf8af7da809d055705a2ca17bd2e7edff6f2959354"
|
||||
}
|
||||
},
|
||||
"0.51": {
|
||||
"version": "0.51.1"
|
||||
|
||||
58
manifests/mise.json
generated
58
manifests/mise.json
generated
@@ -28,13 +28,65 @@
|
||||
},
|
||||
"license_markdown": "[MIT](https://github.com/jdx/mise/blob/main/LICENSE)",
|
||||
"latest": {
|
||||
"version": "2026.2.20"
|
||||
"version": "2026.2.22"
|
||||
},
|
||||
"2026": {
|
||||
"version": "2026.2.20"
|
||||
"version": "2026.2.22"
|
||||
},
|
||||
"2026.2": {
|
||||
"version": "2026.2.20"
|
||||
"version": "2026.2.22"
|
||||
},
|
||||
"2026.2.22": {
|
||||
"x86_64_linux_musl": {
|
||||
"etag": "0x8DE760621FB28E3",
|
||||
"checksum": "48ceb360cf3008b0f6014f48ae2a88d3b3516a872a050dd953798c21aa0d9412"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DE76062457F509",
|
||||
"checksum": "3f8a18ba49e7b0a4da6003ee5615b98063819d0aa148970f9eb17a72d14b2404"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DE760625D609E1",
|
||||
"checksum": "643062a84bb6a8675cfa10b6aff2c847d763249976df456ac30632c9a9c67710"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"etag": "0x8DE76061E17781B",
|
||||
"checksum": "129230e12adc03286f2e39140a6a7d554a4f373489e979542d1f3eaca1f2d1c6"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"etag": "0x8DE7606237CBC37",
|
||||
"checksum": "6921e11490743a50b54b035a0d0cb5749e1e96bb11d3bbc95994aef4425f2244"
|
||||
},
|
||||
"aarch64_windows": {
|
||||
"etag": "0x8DE76062593F3F8",
|
||||
"checksum": "5823890558854802e79ede72d65cd741540dcd5036dc55f4e6b3c89d36ba5463"
|
||||
}
|
||||
},
|
||||
"2026.2.21": {
|
||||
"x86_64_linux_musl": {
|
||||
"etag": "0x8DE75289D8B14FE",
|
||||
"checksum": "b14d6e1e2422bd861fec822f59fcde29d4338172c03b115c47abc8de55129cba"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DE75289FBB5DB9",
|
||||
"checksum": "fe6debbbda420b671057ee06a68cee89e4334b2f5d60566ea60095244c72d1d3"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DE7528A0889C6F",
|
||||
"checksum": "765d8fc64cc2fa032a67b3ac2dd5fc9bf3bf1217549a10c8869a0cb9881a7c61"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"etag": "0x8DE75289A4736A2",
|
||||
"checksum": "eb639659b84184dba5375fef6747f7cdfadb14dc0dcf00ab659573a2c1fa410e"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"etag": "0x8DE75289EE7E46C",
|
||||
"checksum": "113a6c79b078e4cd9aafe50d3cb0f8e7ae40d9c90dc50205d4e955ddf4138402"
|
||||
},
|
||||
"aarch64_windows": {
|
||||
"etag": "0x8DE7528A018A564",
|
||||
"checksum": "81756708a3151480e922d626bfc4638a8a922dd0dfffd52c8df66b56d42bf5c4"
|
||||
}
|
||||
},
|
||||
"2026.2.20": {
|
||||
"x86_64_linux_musl": {
|
||||
|
||||
44
manifests/protoc.json
generated
44
manifests/protoc.json
generated
@@ -3,10 +3,50 @@
|
||||
"template": null,
|
||||
"license_markdown": "[BSD-3-Clause](https://github.com/protocolbuffers/protobuf/blob/HEAD/LICENSE)",
|
||||
"latest": {
|
||||
"version": "3.33.5"
|
||||
"version": "3.34.0"
|
||||
},
|
||||
"3": {
|
||||
"version": "3.33.5"
|
||||
"version": "3.34.0"
|
||||
},
|
||||
"3.34": {
|
||||
"version": "3.34.0"
|
||||
},
|
||||
"3.34.0": {
|
||||
"x86_64_linux_gnu": {
|
||||
"url": "https://github.com/protocolbuffers/protobuf/releases/download/v34.0/protoc-34.0-linux-x86_64.zip",
|
||||
"etag": "0x8DE74B797560CD8",
|
||||
"checksum": "e9a91b6fcfe4177ec2cd35fc8f15c1e811fa0ecdef9372755cd6d3513d5faaab"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"url": "https://github.com/protocolbuffers/protobuf/releases/download/v34.0/protoc-34.0-osx-x86_64.zip",
|
||||
"etag": "0x8DE74B7978489B7",
|
||||
"checksum": "d58fcd413a9ed458283d54023e409fd5cf767da4ed225d1ffaffd83cf2764f53"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"url": "https://github.com/protocolbuffers/protobuf/releases/download/v34.0/protoc-34.0-win64.zip",
|
||||
"etag": "0x8DE74B797B6F9D1",
|
||||
"checksum": "76ddeb5ae7a31c8f9f7759d3b843a4cadda2150ac037ad0c1794665d6cf31fce"
|
||||
},
|
||||
"aarch64_linux_gnu": {
|
||||
"url": "https://github.com/protocolbuffers/protobuf/releases/download/v34.0/protoc-34.0-linux-aarch_64.zip",
|
||||
"etag": "0x8DE74B796F8EC29",
|
||||
"checksum": "f0b8aad28be5ea6150c082f96ac57e028154afb9ee29f4ce092b5a39df8ae6c8"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"url": "https://github.com/protocolbuffers/protobuf/releases/download/v34.0/protoc-34.0-osx-aarch_64.zip",
|
||||
"etag": "0x8DE74B79753C578",
|
||||
"checksum": "3ef35187a3c8aed81ee57e792227e483e558fa56c93fce525e569bff55794c1a"
|
||||
},
|
||||
"powerpc64le_linux_gnu": {
|
||||
"url": "https://github.com/protocolbuffers/protobuf/releases/download/v34.0/protoc-34.0-linux-ppcle_64.zip",
|
||||
"etag": "0x8DE74B797012052",
|
||||
"checksum": "4e1c4e7dbf8ab6b1bf5ee8092080fe60d880db1f68ae5347fe23675d8a13218b"
|
||||
},
|
||||
"s390x_linux_gnu": {
|
||||
"url": "https://github.com/protocolbuffers/protobuf/releases/download/v34.0/protoc-34.0-linux-s390_64.zip",
|
||||
"etag": "0x8DE74B796FD53FE",
|
||||
"checksum": "32f753ca2caf5487ef90d12e7e141afb8bbbb56c59aa2702b07a9712abe2ad4e"
|
||||
}
|
||||
},
|
||||
"3.33": {
|
||||
"version": "3.33.5"
|
||||
|
||||
30
manifests/tombi.json
generated
30
manifests/tombi.json
generated
@@ -22,10 +22,36 @@
|
||||
},
|
||||
"license_markdown": "[MIT](https://github.com/tombi-toml/tombi/blob/main/LICENSE)",
|
||||
"latest": {
|
||||
"version": "0.7.32"
|
||||
"version": "0.7.33"
|
||||
},
|
||||
"0.7": {
|
||||
"version": "0.7.32"
|
||||
"version": "0.7.33"
|
||||
},
|
||||
"0.7.33": {
|
||||
"x86_64_linux_musl": {
|
||||
"etag": "0x8DE7533C73935E6",
|
||||
"checksum": "1113f22132218e8b25d3c7ae9f9d3067646b875a675e565b85370b9a5bdab88c"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DE7533C7C265A5",
|
||||
"checksum": "ca5687fab34484b0b8e5f01cc220a20368d16e85d9b74278e63849929d59eabe"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DE7533C741DEBD",
|
||||
"checksum": "7d2c96cfc6ce305615af73ca4111eda17e17dac229e88b42d66f0f30b0fe2d34"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"etag": "0x8DE7533C72BD768",
|
||||
"checksum": "09955a22c653e8a06691008a316144c64ec48d3a9dd32f6c620209f044f4e45a"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"etag": "0x8DE7533C7A477D0",
|
||||
"checksum": "dcd2f9e904c8faa89b3fa40d7d2706973eb297cda3cbb4f6287bbfd258c87ebe"
|
||||
},
|
||||
"aarch64_windows": {
|
||||
"etag": "0x8DE7533C74756D7",
|
||||
"checksum": "f6fba79d9956a1d4ad46aff1e41d1f31223695c0da6634af66b8efe5de8e6e69"
|
||||
}
|
||||
},
|
||||
"0.7.32": {
|
||||
"x86_64_linux_musl": {
|
||||
|
||||
29
manifests/typos.json
generated
29
manifests/typos.json
generated
@@ -22,10 +22,35 @@
|
||||
},
|
||||
"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.43.5"
|
||||
"version": "1.44.0"
|
||||
},
|
||||
"1": {
|
||||
"version": "1.43.5"
|
||||
"version": "1.44.0"
|
||||
},
|
||||
"1.44": {
|
||||
"version": "1.44.0"
|
||||
},
|
||||
"1.44.0": {
|
||||
"x86_64_linux_musl": {
|
||||
"etag": "0x8DE761E15610CEA",
|
||||
"checksum": "1b788b7d764e2f20fe089487428a3944ed218d1fb6fcd8eac4230b5893a38779"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DE761E7302D360",
|
||||
"checksum": "70e7cbfd9c0bac3b27d096171413a8fff989cc9f9227d3ef66694ed99fdc7b5c"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DE761E9ECC8ECB",
|
||||
"checksum": "afd85c8f3c5c925ee7452389acdf70b048d8c6eae5e52a581e63a7d1b7655f17"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"etag": "0x8DE761E04A49988",
|
||||
"checksum": "132c20fc5e3c9ba540ec55a0a468dcb9c1504625a405df1c237b10dd4f2ec433"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"etag": "0x8DE761E58A02A4D",
|
||||
"checksum": "ca82d593351dbac519a5c9fa832fc147b176d80100d00d08e855fcb46d43882d"
|
||||
}
|
||||
},
|
||||
"1.43": {
|
||||
"version": "1.43.5"
|
||||
|
||||
42
manifests/uv.json
generated
42
manifests/uv.json
generated
@@ -40,10 +40,48 @@
|
||||
},
|
||||
"license_markdown": "[Apache-2.0](https://github.com/astral-sh/uv/blob/main/LICENSE-APACHE) OR [MIT](https://github.com/astral-sh/uv/blob/main/LICENSE-MIT)",
|
||||
"latest": {
|
||||
"version": "0.10.6"
|
||||
"version": "0.10.7"
|
||||
},
|
||||
"0.10": {
|
||||
"version": "0.10.6"
|
||||
"version": "0.10.7"
|
||||
},
|
||||
"0.10.7": {
|
||||
"x86_64_linux_musl": {
|
||||
"etag": "0x8DE75FCDF1F7296",
|
||||
"checksum": "992529add6024e67135b1c80617abd2eca7be2cf0b99b3911f923de815bd8dc1"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DE75FCDE8EAB1D",
|
||||
"checksum": "4fed9d4f4608fb3850db714ee37244436f850a2b6e485bc510795679c2d08866"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DE75FCDEDCE828",
|
||||
"checksum": "8881afb877996a1373a12e816395122a8d39a3ac06cd066272acdb49510cf0fe"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"etag": "0x8DE75FCDC8A98F4",
|
||||
"checksum": "115291f9943531a3b63db3a2eabda8b74b8da4831551679382cb309c9debd9f7"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"etag": "0x8DE75FCDBDF892F",
|
||||
"checksum": "1eb4dcc5e0fc8669fa0b33cf1151b64ba3b8c26b60dceff4f7a686129e2af22b"
|
||||
},
|
||||
"aarch64_windows": {
|
||||
"etag": "0x8DE75FCDC3A8927",
|
||||
"checksum": "45ba7b72a7435343d650c73d21d65d2e8bdda47f6bd39af00e37f3cb70aa79ef"
|
||||
},
|
||||
"powerpc64le_linux_gnu": {
|
||||
"etag": "0x8DE75FCDE17427D",
|
||||
"checksum": "7398686962b966959c32e7fbfd2868fbac38491ff0d86033d7c8bbb826a04026"
|
||||
},
|
||||
"riscv64_linux_gnu": {
|
||||
"etag": "0x8DE75FCDE3CEF87",
|
||||
"checksum": "39abc60403fdcf5c681b63c967059d42aea58a81ffb092d6dda767390222a4b0"
|
||||
},
|
||||
"s390x_linux_gnu": {
|
||||
"etag": "0x8DE75FCDE71322F",
|
||||
"checksum": "281ae4c1343e0c5f9775358690d40e00edbf63ca788b4d8b6574a0b5cba624f4"
|
||||
}
|
||||
},
|
||||
"0.10.6": {
|
||||
"x86_64_linux_musl": {
|
||||
|
||||
26
manifests/wasm-bindgen.json
generated
26
manifests/wasm-bindgen.json
generated
@@ -44,10 +44,32 @@
|
||||
},
|
||||
"license_markdown": "[MIT](https://github.com/wasm-bindgen/wasm-bindgen/blob/main/LICENSE-MIT) OR [Apache-2.0](https://github.com/wasm-bindgen/wasm-bindgen/blob/main/LICENSE-APACHE)",
|
||||
"latest": {
|
||||
"version": "0.2.113"
|
||||
"version": "0.2.114"
|
||||
},
|
||||
"0.2": {
|
||||
"version": "0.2.113"
|
||||
"version": "0.2.114"
|
||||
},
|
||||
"0.2.114": {
|
||||
"x86_64_linux_musl": {
|
||||
"etag": "0x8DE7634F1CECA5A",
|
||||
"checksum": "ce21be002bdbc22ede2a5cf250cb801d2106956fc3c529c75d9452729db3490c"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DE7634F1C6486C",
|
||||
"checksum": "7c7d4ee4d810cd59745848c9a5888046719e948b27a7a89d0256641e98e6eaca"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DE7634F1C2A316",
|
||||
"checksum": "32139f3e36dcf3fcc909f7366a538fa1eec9ee87c92941af4a42041ba7826b6e"
|
||||
},
|
||||
"aarch64_linux_gnu": {
|
||||
"etag": "0x8DE7634F1CD9341",
|
||||
"checksum": "95c0575c66910f80ff03265be1e1ddc35cc260044129a61a615d7278922c0ec4"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"etag": "0x8DE7634F1B4821D",
|
||||
"checksum": "b0ef565865b3004bca5df72c83fef9256fa059e7aaa9075493f4e392b1d17350"
|
||||
}
|
||||
},
|
||||
"0.2.113": {
|
||||
"x86_64_linux_musl": {
|
||||
|
||||
40
manifests/wasmtime.json
generated
40
manifests/wasmtime.json
generated
@@ -36,13 +36,47 @@
|
||||
},
|
||||
"license_markdown": "[Apache-2.0 WITH LLVM-exception](https://github.com/bytecodealliance/wasmtime/blob/main/LICENSE)",
|
||||
"latest": {
|
||||
"version": "42.0.0"
|
||||
"version": "42.0.1"
|
||||
},
|
||||
"42": {
|
||||
"version": "42.0.0"
|
||||
"version": "42.0.1"
|
||||
},
|
||||
"42.0": {
|
||||
"version": "42.0.0"
|
||||
"version": "42.0.1"
|
||||
},
|
||||
"42.0.1": {
|
||||
"x86_64_linux_gnu": {
|
||||
"etag": "0x8DE74B8B9F3BE08",
|
||||
"checksum": "dd5253f3cb521bb094f9951c3d2c45c746b31e5723b07ce56f162ec9bab44d59"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DE74B8BA91BD21",
|
||||
"checksum": "13465d6c3f35b2872f9168df19b74af6140b4f1a3a11d8a397950777ecfae858"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DE74B8BBA13813",
|
||||
"checksum": "daa52754776eabdbbf82037d41a26f556ccd4fd5723dcab328b12c680894c072"
|
||||
},
|
||||
"aarch64_linux_gnu": {
|
||||
"etag": "0x8DE74B8B7805082",
|
||||
"checksum": "fa9b7e09f49f75c17acf2c018a4286cdbeffb4c1f3ee9e72c48b6a42c1deceda"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"etag": "0x8DE74B8B7AE0AD3",
|
||||
"checksum": "69c56932453483f31cac7636f850bbd3bf884eaa7315b2c3b92857a2b0c6762e"
|
||||
},
|
||||
"aarch64_windows": {
|
||||
"etag": "0x8DE74B8B83ADF30",
|
||||
"checksum": "6e7f8e450eae1b72348433422a99671744cd1e61953c7d558a9cbe72b5929cc2"
|
||||
},
|
||||
"riscv64_linux_gnu": {
|
||||
"etag": "0x8DE74B8B93D4977",
|
||||
"checksum": "04fd303b53315650a6cb7230d5a606c4d72187bee439a7ba269c5b2dade8712a"
|
||||
},
|
||||
"s390x_linux_gnu": {
|
||||
"etag": "0x8DE74B8B9675E6F",
|
||||
"checksum": "c71b638dd1fd9cabbd3c116bd4eb325ca762d6689b6fae7e3d827a3814947070"
|
||||
}
|
||||
},
|
||||
"42.0.0": {
|
||||
"x86_64_linux_gnu": {
|
||||
|
||||
@@ -22,9 +22,9 @@ Structured access to the install-action manifests.
|
||||
// clippy::exhaustive_enums,
|
||||
// clippy::exhaustive_structs,
|
||||
clippy::impl_trait_in_params,
|
||||
// clippy::missing_inline_in_public_items,
|
||||
clippy::std_instead_of_alloc,
|
||||
clippy::std_instead_of_core,
|
||||
// clippy::missing_inline_in_public_items,
|
||||
)]
|
||||
#![allow(clippy::missing_panics_doc, clippy::too_long_first_doc_paragraph)]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user