mirror of
https://github.com/taiki-e/install-action.git
synced 2026-05-11 23:20:24 +00:00
Compare commits
20 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
907b9a7730 | ||
|
|
c070f87102 | ||
|
|
c30ba1cbe2 | ||
|
|
f44ba2d13a | ||
|
|
074ce647d0 | ||
|
|
7789df691a | ||
|
|
53e64dbafc | ||
|
|
6576756479 | ||
|
|
6c150cf7e3 | ||
|
|
2201be98b6 | ||
|
|
fa0dd4cd0a | ||
|
|
d36d4442cd | ||
|
|
d218cf561a | ||
|
|
d0260a197c | ||
|
|
831c88bcc4 | ||
|
|
ec28e28791 | ||
|
|
84fb204c29 | ||
|
|
c0382aea5c | ||
|
|
e32a7559c7 | ||
|
|
ea4c42c96c |
31
CHANGELOG.md
31
CHANGELOG.md
@@ -10,6 +10,32 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [2.77.6] - 2026-05-11
|
||||||
|
|
||||||
|
- Fix `wasm-pack` installation failure.
|
||||||
|
|
||||||
|
- Update `mise@latest` to 2026.5.5.
|
||||||
|
|
||||||
|
- Update `release-plz@latest` to 0.3.158.
|
||||||
|
|
||||||
|
- Update `just@latest` to 1.51.0.
|
||||||
|
|
||||||
|
## [2.77.5] - 2026-05-11
|
||||||
|
|
||||||
|
- Update `biome@latest` to 2.4.15.
|
||||||
|
|
||||||
|
- Update `mise@latest` to 2026.5.4.
|
||||||
|
|
||||||
|
- Update `cargo-deny@latest` to 0.19.5.
|
||||||
|
|
||||||
|
## [2.77.4] - 2026-05-10
|
||||||
|
|
||||||
|
- Update `tombi@latest` to 0.11.1.
|
||||||
|
|
||||||
|
- Update `cargo-llvm-cov@latest` to 0.8.6.
|
||||||
|
|
||||||
|
- Update `uv@latest` to 0.11.12.
|
||||||
|
|
||||||
## [2.77.3] - 2026-05-09
|
## [2.77.3] - 2026-05-09
|
||||||
|
|
||||||
- Update `typos@latest` to 1.46.1.
|
- Update `typos@latest` to 1.46.1.
|
||||||
@@ -6494,7 +6520,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.77.3...HEAD
|
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.77.6...HEAD
|
||||||
|
[2.77.6]: https://github.com/taiki-e/install-action/compare/v2.77.5...v2.77.6
|
||||||
|
[2.77.5]: https://github.com/taiki-e/install-action/compare/v2.77.4...v2.77.5
|
||||||
|
[2.77.4]: https://github.com/taiki-e/install-action/compare/v2.77.3...v2.77.4
|
||||||
[2.77.3]: https://github.com/taiki-e/install-action/compare/v2.77.2...v2.77.3
|
[2.77.3]: https://github.com/taiki-e/install-action/compare/v2.77.2...v2.77.3
|
||||||
[2.77.2]: https://github.com/taiki-e/install-action/compare/v2.77.1...v2.77.2
|
[2.77.2]: https://github.com/taiki-e/install-action/compare/v2.77.1...v2.77.2
|
||||||
[2.77.1]: https://github.com/taiki-e/install-action/compare/v2.77.0...v2.77.1
|
[2.77.1]: https://github.com/taiki-e/install-action/compare/v2.77.0...v2.77.1
|
||||||
|
|||||||
2
TOOLS.md
2
TOOLS.md
@@ -97,7 +97,7 @@ See the [Supported tools section in README.md](README.md#supported-tools) for ho
|
|||||||
| [**wait-for-them**](https://github.com/shenek/wait-for-them) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/shenek/wait-for-them/releases) | Linux, macOS, Windows | [GPL-3.0](https://github.com/shenek/wait-for-them/blob/v0.4.0/Cargo.toml#L7) |
|
| [**wait-for-them**](https://github.com/shenek/wait-for-them) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/shenek/wait-for-them/releases) | Linux, macOS, Windows | [GPL-3.0](https://github.com/shenek/wait-for-them/blob/v0.4.0/Cargo.toml#L7) |
|
||||||
| [**wash**](https://github.com/wasmCloud/wasmCloud) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/wasmCloud/wasmCloud/releases) | Linux, macOS, Windows | [Apache-2.0](https://github.com/wasmCloud/wasmCloud/blob/main/LICENSE) |
|
| [**wash**](https://github.com/wasmCloud/wasmCloud) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/wasmCloud/wasmCloud/releases) | Linux, macOS, Windows | [Apache-2.0](https://github.com/wasmCloud/wasmCloud/blob/main/LICENSE) |
|
||||||
| [**wasm-bindgen**](https://github.com/wasm-bindgen/wasm-bindgen) (alias: `wasm-bindgen-cli`) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/wasm-bindgen/wasm-bindgen/releases) | Linux, macOS, Windows | [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) |
|
| [**wasm-bindgen**](https://github.com/wasm-bindgen/wasm-bindgen) (alias: `wasm-bindgen-cli`) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/wasm-bindgen/wasm-bindgen/releases) | Linux, macOS, Windows | [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) |
|
||||||
| [**wasm-pack**](https://github.com/drager/wasm-pack) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/drager/wasm-pack/releases) | Linux, macOS, Windows | [MIT](https://github.com/drager/wasm-pack/blob/master/LICENSE-MIT) OR [Apache-2.0](https://github.com/drager/wasm-pack/blob/master/LICENSE-APACHE) |
|
| [**wasm-pack**](https://github.com/wasm-bindgen/wasm-pack) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/wasm-bindgen/wasm-pack/releases) | Linux, macOS, Windows | [MIT](https://github.com/wasm-bindgen/wasm-pack/blob/master/LICENSE-MIT) OR [Apache-2.0](https://github.com/wasm-bindgen/wasm-pack/blob/master/LICENSE-APACHE) |
|
||||||
| [**wasm-tools**](https://github.com/bytecodealliance/wasm-tools) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/bytecodealliance/wasm-tools/releases) | Linux, macOS, Windows | [Apache-2.0 WITH LLVM-exception](https://github.com/bytecodealliance/wasm-tools/blob/main/LICENSE-APACHE) OR [Apache-2.0](https://github.com/bytecodealliance/wasm-tools/blob/main/LICENSE-APACHE) OR [MIT](https://github.com/bytecodealliance/wasm-tools/blob/main/LICENSE-MIT) |
|
| [**wasm-tools**](https://github.com/bytecodealliance/wasm-tools) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/bytecodealliance/wasm-tools/releases) | Linux, macOS, Windows | [Apache-2.0 WITH LLVM-exception](https://github.com/bytecodealliance/wasm-tools/blob/main/LICENSE-APACHE) OR [Apache-2.0](https://github.com/bytecodealliance/wasm-tools/blob/main/LICENSE-APACHE) OR [MIT](https://github.com/bytecodealliance/wasm-tools/blob/main/LICENSE-MIT) |
|
||||||
| [**wasmtime**](https://github.com/bytecodealliance/wasmtime) (alias: `wasmtime-cli`) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/bytecodealliance/wasmtime/releases) | Linux, macOS, Windows | [Apache-2.0 WITH LLVM-exception](https://github.com/bytecodealliance/wasmtime/blob/main/LICENSE) |
|
| [**wasmtime**](https://github.com/bytecodealliance/wasmtime) (alias: `wasmtime-cli`) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/bytecodealliance/wasmtime/releases) | Linux, macOS, Windows | [Apache-2.0 WITH LLVM-exception](https://github.com/bytecodealliance/wasmtime/blob/main/LICENSE) |
|
||||||
| [**xbuild**](https://github.com/rust-mobile/xbuild) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/rust-mobile/xbuild/releases) | Linux, macOS, Windows | [Apache-2.0 OR MIT](https://github.com/rust-mobile/xbuild/blob/v0.2.0/xbuild/Cargo.toml#L7) |
|
| [**xbuild**](https://github.com/rust-mobile/xbuild) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/rust-mobile/xbuild/releases) | Linux, macOS, Windows | [Apache-2.0 OR MIT](https://github.com/rust-mobile/xbuild/blob/v0.2.0/xbuild/Cargo.toml#L7) |
|
||||||
|
|||||||
@@ -4,8 +4,8 @@ description: GitHub Action for installing development tools
|
|||||||
inputs:
|
inputs:
|
||||||
tool:
|
tool:
|
||||||
description: Tools to install (whitespace or comma separated list)
|
description: Tools to install (whitespace or comma separated list)
|
||||||
required: true
|
required: false
|
||||||
# default: #publish:tool
|
default: taplo
|
||||||
checksum:
|
checksum:
|
||||||
description: Whether to enable checksums (strongly discouraged to disable)
|
description: Whether to enable checksums (strongly discouraged to disable)
|
||||||
required: false
|
required: false
|
||||||
|
|||||||
6
manifests/biome.json
generated
6
manifests/biome.json
generated
@@ -2,13 +2,13 @@
|
|||||||
"rust_crate": null,
|
"rust_crate": null,
|
||||||
"template": null,
|
"template": null,
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "2.4.14"
|
"version": "2.4.15"
|
||||||
},
|
},
|
||||||
"2": {
|
"2": {
|
||||||
"version": "2.4.14"
|
"version": "2.4.15"
|
||||||
},
|
},
|
||||||
"2.4": {
|
"2.4": {
|
||||||
"version": "2.4.14"
|
"version": "2.4.15"
|
||||||
},
|
},
|
||||||
"2.4.15": {
|
"2.4.15": {
|
||||||
"x86_64_linux_musl": {
|
"x86_64_linux_musl": {
|
||||||
|
|||||||
26
manifests/cargo-deny.json
generated
26
manifests/cargo-deny.json
generated
@@ -23,10 +23,32 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "0.19.4"
|
"version": "0.19.5"
|
||||||
},
|
},
|
||||||
"0.19": {
|
"0.19": {
|
||||||
"version": "0.19.4"
|
"version": "0.19.5"
|
||||||
|
},
|
||||||
|
"0.19.6": {
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"etag": "0x8DEAF4B78F6F2BB",
|
||||||
|
"hash": "0021d321c781f0159a150ca308859ad93ccce64a887b22ad2e129f096a8a2c07"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"etag": "0x8DEAF4B5F6AE77A",
|
||||||
|
"hash": "2526753e4f10ce8a0c9c45ba634e59d7c07e4aace9a21304a0fa86fb089b7039"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"etag": "0x8DEAF4BAABFE5E0",
|
||||||
|
"hash": "e334e1f7d6f8b9ed47a9ff9fa9f3c3190138b4e5e2cc4cdbc23ceea943cd253b"
|
||||||
|
},
|
||||||
|
"aarch64_linux_musl": {
|
||||||
|
"etag": "0x8DEAF4B908B1216",
|
||||||
|
"hash": "d27bdcc361099068db61652761633e338372d4fa318d38944f09af3b1639d52a"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"etag": "0x8DEAF4B720C018A",
|
||||||
|
"hash": "1eca0934ec7bf12d8b9a8303335e1fff8bcc0767476947a50d3357858eded222"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"0.19.5": {
|
"0.19.5": {
|
||||||
"x86_64_linux_musl": {
|
"x86_64_linux_musl": {
|
||||||
|
|||||||
4
manifests/cargo-llvm-cov.json
generated
4
manifests/cargo-llvm-cov.json
generated
@@ -30,10 +30,10 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "0.8.5"
|
"version": "0.8.6"
|
||||||
},
|
},
|
||||||
"0.8": {
|
"0.8": {
|
||||||
"version": "0.8.5"
|
"version": "0.8.6"
|
||||||
},
|
},
|
||||||
"0.8.6": {
|
"0.8.6": {
|
||||||
"x86_64_linux_musl": {
|
"x86_64_linux_musl": {
|
||||||
|
|||||||
33
manifests/just.json
generated
33
manifests/just.json
generated
@@ -21,10 +21,39 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "1.50.0"
|
"version": "1.51.0"
|
||||||
},
|
},
|
||||||
"1": {
|
"1": {
|
||||||
"version": "1.50.0"
|
"version": "1.51.0"
|
||||||
|
},
|
||||||
|
"1.51": {
|
||||||
|
"version": "1.51.0"
|
||||||
|
},
|
||||||
|
"1.51.0": {
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"etag": "0x8DEAE57CA880015",
|
||||||
|
"hash": "c8f085ca3e885723c341d06243fc291b5abfdc8bbe3b2c076b117de490387b59"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"etag": "0x8DEAE57CE96D452",
|
||||||
|
"hash": "d583e45f1f9fcdd26069ad2fe3bb9dea414756d8d0752eb9093974cb5c0246f0"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"etag": "0x8DEAE5807F7D123",
|
||||||
|
"hash": "09d1138b6845e73f04bff5e26be3f57663bddca25e36fe6241d28a5aa310b64e"
|
||||||
|
},
|
||||||
|
"aarch64_linux_musl": {
|
||||||
|
"etag": "0x8DEAE57D7B4C6C3",
|
||||||
|
"hash": "ed7ec466b77709198fd4afed253dba0270203ba5eb1c006bee2b0139090284f5"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"etag": "0x8DEAE57C4207AAF",
|
||||||
|
"hash": "61e3f1b8a545ff064b091eab4b6e14f8cc743ff15549be293b1e92f5b1467002"
|
||||||
|
},
|
||||||
|
"aarch64_windows": {
|
||||||
|
"etag": "0x8DEAE58150634C5",
|
||||||
|
"hash": "12bf56b5b3463e20a1dbb61e3d14748efaefb49231223ef465fbec4d442e2d20"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"1.50": {
|
"1.50": {
|
||||||
"version": "1.50.0"
|
"version": "1.50.0"
|
||||||
|
|||||||
58
manifests/mise.json
generated
58
manifests/mise.json
generated
@@ -27,13 +27,65 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "2026.5.3"
|
"version": "2026.5.5"
|
||||||
},
|
},
|
||||||
"2026": {
|
"2026": {
|
||||||
"version": "2026.5.3"
|
"version": "2026.5.5"
|
||||||
},
|
},
|
||||||
"2026.5": {
|
"2026.5": {
|
||||||
"version": "2026.5.3"
|
"version": "2026.5.5"
|
||||||
|
},
|
||||||
|
"2026.5.6": {
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"etag": "0x8DEAF768EE11E62",
|
||||||
|
"hash": "99284e187cd1fcc09ffd2d35c61770141f44e8990a2a866594010c5f94b21fc9"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"etag": "0x8DEAF7691E0027D",
|
||||||
|
"hash": "3bb6a29f11c4e68bfc419ad5dbed60b2417792f8cf5c72308be7b28a322d866c"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"etag": "0x8DEAF7692E18389",
|
||||||
|
"hash": "6a9ea4bf66aa42cd3d70c9439e13f7050ff7971129ada700b08887f03eb85065"
|
||||||
|
},
|
||||||
|
"aarch64_linux_musl": {
|
||||||
|
"etag": "0x8DEAF768B476BE8",
|
||||||
|
"hash": "e52d17e41d6e3300ff5ee5e0065a28deb5dec379f4a237fe06cf28525adf4612"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"etag": "0x8DEAF7690277143",
|
||||||
|
"hash": "cfe18c56b37192cdd82ab48d2951e0a9ae09523b21db2783985eb34108454e7a"
|
||||||
|
},
|
||||||
|
"aarch64_windows": {
|
||||||
|
"etag": "0x8DEAF769266EA1F",
|
||||||
|
"hash": "be39174fbd2888fb4a7faaa5a2898de58f07c5ce8da799d0f9eaa4d5ec4d194d"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"2026.5.5": {
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"etag": "0x8DEAE84398D4E86",
|
||||||
|
"hash": "417fa46792d4b2b9a4cd3682e9fb58962139bb736509722d858b86199b3f45a7"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"etag": "0x8DEAE843BAB0D4F",
|
||||||
|
"hash": "b1e363263ced6bb20a2da7989fb3dda213dfd47df56ba35e64597db92d931098"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"etag": "0x8DEAE843C9AEED7",
|
||||||
|
"hash": "d67c4c001e368a9f403c11d268c5ffcfeba586466eedb9db3d1ade77233a4e16"
|
||||||
|
},
|
||||||
|
"aarch64_linux_musl": {
|
||||||
|
"etag": "0x8DEAE84365F0486",
|
||||||
|
"hash": "2694824cccf8cbfdac95062c1958e6e316e3f4cc8681a3300b388cbb8d35ab20"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"etag": "0x8DEAE843B292925",
|
||||||
|
"hash": "2994f42540fee4291a895cc5e3521df229e358884e401033b7dcc5e21eacbc1b"
|
||||||
|
},
|
||||||
|
"aarch64_windows": {
|
||||||
|
"etag": "0x8DEAE843C6B1412",
|
||||||
|
"hash": "06587ba66d031b1f3fbef3b9a1b4df7731bab0a7de350f67a3156cdcf4e28bd2"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"2026.5.4": {
|
"2026.5.4": {
|
||||||
"x86_64_linux_musl": {
|
"x86_64_linux_musl": {
|
||||||
|
|||||||
26
manifests/release-plz.json
generated
26
manifests/release-plz.json
generated
@@ -21,10 +21,32 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "0.3.157"
|
"version": "0.3.158"
|
||||||
},
|
},
|
||||||
"0.3": {
|
"0.3": {
|
||||||
"version": "0.3.157"
|
"version": "0.3.158"
|
||||||
|
},
|
||||||
|
"0.3.158": {
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"etag": "0x8DEAE7E5EFA2F36",
|
||||||
|
"hash": "a98a3e53396ee6ba094ab8e51f20b39a84d4e69ff6a23601940b6a4238438705"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"etag": "0x8DEAE7EFD27D0C6",
|
||||||
|
"hash": "e8f022b37fd590ec9b97bf43e5d50e4b1325744062c612ae3a5a20b57171a991"
|
||||||
|
},
|
||||||
|
"aarch64_linux_musl": {
|
||||||
|
"etag": "0x8DEAE7E6E316BEA",
|
||||||
|
"hash": "9358c419819665e89e82e3222d733b8d45cae7bcb2c3644e1ac4ca867dacb7d0"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"etag": "0x8DEAE7E3CA78DB4",
|
||||||
|
"hash": "6f56ddaf3c6c2d658348af4a08b3cfc7b732e1f6cc11d32ba08a35cde70155ca"
|
||||||
|
},
|
||||||
|
"aarch64_windows": {
|
||||||
|
"etag": "0x8DEAE7F20E96A9A",
|
||||||
|
"hash": "97975c50f21ec9afd87617dbfa893d09200775888b8a1c91686d1d033cc4d60a"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"0.3.157": {
|
"0.3.157": {
|
||||||
"x86_64_linux_musl": {
|
"x86_64_linux_musl": {
|
||||||
|
|||||||
4
manifests/tombi.json
generated
4
manifests/tombi.json
generated
@@ -2,10 +2,10 @@
|
|||||||
"rust_crate": null,
|
"rust_crate": null,
|
||||||
"template": null,
|
"template": null,
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "0.11.0"
|
"version": "0.11.1"
|
||||||
},
|
},
|
||||||
"0.11": {
|
"0.11": {
|
||||||
"version": "0.11.0"
|
"version": "0.11.1"
|
||||||
},
|
},
|
||||||
"0.11.1": {
|
"0.11.1": {
|
||||||
"x86_64_linux_musl": {
|
"x86_64_linux_musl": {
|
||||||
|
|||||||
42
manifests/uv.json
generated
42
manifests/uv.json
generated
@@ -68,10 +68,48 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "0.11.11"
|
"version": "0.11.12"
|
||||||
},
|
},
|
||||||
"0.11": {
|
"0.11": {
|
||||||
"version": "0.11.11"
|
"version": "0.11.12"
|
||||||
|
},
|
||||||
|
"0.11.13": {
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"etag": "0x8DEAEFE430114AF",
|
||||||
|
"hash": "5635afc285df86ce6f05f3f22335f9548b0026e58531904482c9670a1c1c65d9"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"etag": "0x8DEAEFE4253E445",
|
||||||
|
"hash": "99aad3f4956f5b92efd83eca6d87bf03e10688899487ad541f904c9c25c61dc1"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"etag": "0x8DEAEFE427A53D9",
|
||||||
|
"hash": "0953ac2ef4fbe47ad469bfa80b658a577a02c4d73a2fb9c4c7c70dda432efded"
|
||||||
|
},
|
||||||
|
"aarch64_linux_musl": {
|
||||||
|
"etag": "0x8DEAEFE40084378",
|
||||||
|
"hash": "bea8a97b1b3ed41491e075c1f474e7f0249582aa3f62849c4e874b5f34ddc95e"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"etag": "0x8DEAEFE3F57BB6D",
|
||||||
|
"hash": "196a58aa24da89144187670df7c407358028984537fbc2f8f2d8f7a2604980df"
|
||||||
|
},
|
||||||
|
"aarch64_windows": {
|
||||||
|
"etag": "0x8DEAEFE3F99D13E",
|
||||||
|
"hash": "07c3c997020430a9f287fc05ff4c63fd5744eec49df5392a34731ed1a0971f2e"
|
||||||
|
},
|
||||||
|
"powerpc64le_linux_gnu": {
|
||||||
|
"etag": "0x8DEAEFE419010F4",
|
||||||
|
"hash": "7f302104ea18a01381fe58434b593f887c4f10bc523ad50781de408fbec54354"
|
||||||
|
},
|
||||||
|
"riscv64_linux_gnu": {
|
||||||
|
"etag": "0x8DEAEFE41C1E56B",
|
||||||
|
"hash": "3264ce97b34d5c8d37c1e67821a74960ca89237e001253309a3cda25fb416040"
|
||||||
|
},
|
||||||
|
"s390x_linux_gnu": {
|
||||||
|
"etag": "0x8DEAEFE422394B9",
|
||||||
|
"hash": "e0e5e0a652650900d97f6a660bae526601033d9d071ca5dd9ca735442161ebed"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"0.11.12": {
|
"0.11.12": {
|
||||||
"x86_64_linux_musl": {
|
"x86_64_linux_musl": {
|
||||||
|
|||||||
10
manifests/wasm-pack.json
generated
10
manifests/wasm-pack.json
generated
@@ -2,23 +2,23 @@
|
|||||||
"rust_crate": "wasm-pack",
|
"rust_crate": "wasm-pack",
|
||||||
"template": {
|
"template": {
|
||||||
"x86_64_linux_musl": {
|
"x86_64_linux_musl": {
|
||||||
"url": "https://github.com/drager/wasm-pack/releases/download/v${version}/wasm-pack-v${version}-x86_64-unknown-linux-musl.tar.gz",
|
"url": "https://github.com/wasm-bindgen/wasm-pack/releases/download/v${version}/wasm-pack-v${version}-x86_64-unknown-linux-musl.tar.gz",
|
||||||
"bin": "wasm-pack-v${version}-x86_64-unknown-linux-musl/wasm-pack"
|
"bin": "wasm-pack-v${version}-x86_64-unknown-linux-musl/wasm-pack"
|
||||||
},
|
},
|
||||||
"x86_64_macos": {
|
"x86_64_macos": {
|
||||||
"url": "https://github.com/drager/wasm-pack/releases/download/v${version}/wasm-pack-v${version}-x86_64-apple-darwin.tar.gz",
|
"url": "https://github.com/wasm-bindgen/wasm-pack/releases/download/v${version}/wasm-pack-v${version}-x86_64-apple-darwin.tar.gz",
|
||||||
"bin": "wasm-pack-v${version}-x86_64-apple-darwin/wasm-pack"
|
"bin": "wasm-pack-v${version}-x86_64-apple-darwin/wasm-pack"
|
||||||
},
|
},
|
||||||
"x86_64_windows": {
|
"x86_64_windows": {
|
||||||
"url": "https://github.com/drager/wasm-pack/releases/download/v${version}/wasm-pack-v${version}-x86_64-pc-windows-msvc.tar.gz",
|
"url": "https://github.com/wasm-bindgen/wasm-pack/releases/download/v${version}/wasm-pack-v${version}-x86_64-pc-windows-msvc.tar.gz",
|
||||||
"bin": "wasm-pack-v${version}-x86_64-pc-windows-msvc/wasm-pack.exe"
|
"bin": "wasm-pack-v${version}-x86_64-pc-windows-msvc/wasm-pack.exe"
|
||||||
},
|
},
|
||||||
"aarch64_linux_musl": {
|
"aarch64_linux_musl": {
|
||||||
"url": "https://github.com/drager/wasm-pack/releases/download/v${version}/wasm-pack-v${version}-aarch64-unknown-linux-musl.tar.gz",
|
"url": "https://github.com/wasm-bindgen/wasm-pack/releases/download/v${version}/wasm-pack-v${version}-aarch64-unknown-linux-musl.tar.gz",
|
||||||
"bin": "wasm-pack-v${version}-aarch64-unknown-linux-musl/wasm-pack"
|
"bin": "wasm-pack-v${version}-aarch64-unknown-linux-musl/wasm-pack"
|
||||||
},
|
},
|
||||||
"aarch64_macos": {
|
"aarch64_macos": {
|
||||||
"url": "https://github.com/drager/wasm-pack/releases/download/v${version}/wasm-pack-v${version}-aarch64-apple-darwin.tar.gz",
|
"url": "https://github.com/wasm-bindgen/wasm-pack/releases/download/v${version}/wasm-pack-v${version}-aarch64-apple-darwin.tar.gz",
|
||||||
"bin": "wasm-pack-v${version}-aarch64-apple-darwin/wasm-pack"
|
"bin": "wasm-pack-v${version}-aarch64-apple-darwin/wasm-pack"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"repository": "https://github.com/drager/wasm-pack",
|
"repository": "https://github.com/wasm-bindgen/wasm-pack",
|
||||||
"license_markdown": "[MIT](https://github.com/drager/wasm-pack/blob/master/LICENSE-MIT) OR [Apache-2.0](https://github.com/drager/wasm-pack/blob/master/LICENSE-APACHE)",
|
"license_markdown": "[MIT](https://github.com/wasm-bindgen/wasm-pack/blob/master/LICENSE-MIT) OR [Apache-2.0](https://github.com/wasm-bindgen/wasm-pack/blob/master/LICENSE-APACHE)",
|
||||||
"tag_prefix": "v",
|
"tag_prefix": "v",
|
||||||
"rust_crate": "${package}",
|
"rust_crate": "${package}",
|
||||||
"asset_name": "${package}-v${version}-${rust_target}.tar.gz",
|
"asset_name": "${package}-v${version}-${rust_target}.tar.gz",
|
||||||
|
|||||||
@@ -118,7 +118,12 @@ fn main() {
|
|||||||
|
|
||||||
if let Some(crate_repository) = info.crate_.repository.clone() {
|
if let Some(crate_repository) = info.crate_.repository.clone() {
|
||||||
if !crate_repository.to_lowercase().starts_with(&base_info.repository.to_lowercase()) {
|
if !crate_repository.to_lowercase().starts_with(&base_info.repository.to_lowercase()) {
|
||||||
panic!("repository {crate_repository} from crates.io differs from base manifest");
|
// TODO: wasm-pack repo has been moved, but there is no release since it.
|
||||||
|
if package != "wasm-pack" {
|
||||||
|
panic!(
|
||||||
|
"repository {crate_repository} from crates.io differs from base manifest"
|
||||||
|
);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
panic!("crate metadata does not include a repository");
|
panic!("crate metadata does not include a repository");
|
||||||
|
|||||||
Reference in New Issue
Block a user