mirror of
https://github.com/taiki-e/install-action.git
synced 2026-05-17 09:30:17 +00:00
Compare commits
89 Commits
v2.77.2
...
cargo-expo
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
659275aec8 | ||
|
|
0e01fba183 | ||
|
|
a27acddb1d | ||
|
|
f028577576 | ||
|
|
258938f477 | ||
|
|
e22b9c4d37 | ||
|
|
bcc3289ff6 | ||
|
|
46f1d11f46 | ||
|
|
a90441de11 | ||
|
|
b9b485bdff | ||
|
|
208cedb9a1 | ||
|
|
eb7967a634 | ||
|
|
3771e22aa8 | ||
|
|
10f8a660b5 | ||
|
|
deee85b818 | ||
|
|
4c884c9877 | ||
|
|
ecbe13d28c | ||
|
|
f0fad5113a | ||
|
|
925f8c12d4 | ||
|
|
e178e985ab | ||
|
|
bb5a597fba | ||
|
|
5b0cc41094 | ||
|
|
29ac3ef120 | ||
|
|
1dfd580637 | ||
|
|
382f8b4df2 | ||
|
|
184183c240 | ||
|
|
b1b1cbb6bf | ||
|
|
8b48705aa3 | ||
|
|
6fce9480bd | ||
|
|
ebad682ab8 | ||
|
|
85af572b4f | ||
|
|
0186a4ad05 | ||
|
|
5cd89bdf3f | ||
|
|
d7c428cc25 | ||
|
|
e1c4cd4211 | ||
|
|
e680b4b590 | ||
|
|
da3927c8bb | ||
|
|
8038c93dad | ||
|
|
70f4d41e0b | ||
|
|
491c6169a3 | ||
|
|
16e7fa2774 | ||
|
|
91bfbce5d8 | ||
|
|
811230b7a5 | ||
|
|
e81ed3c319 | ||
|
|
5d09053007 | ||
|
|
ce046c772f | ||
|
|
88a251264f | ||
|
|
9bfd394ecc | ||
|
|
3235f8901f | ||
|
|
a9c742df11 | ||
|
|
71dd34f353 | ||
|
|
1ff76fb4eb | ||
|
|
72647abc91 | ||
|
|
efd77a8b90 | ||
|
|
00e08e71d4 | ||
|
|
4be7e4cd60 | ||
|
|
c070f87102 | ||
|
|
c30ba1cbe2 | ||
|
|
f44ba2d13a | ||
|
|
074ce647d0 | ||
|
|
7789df691a | ||
|
|
53e64dbafc | ||
|
|
6576756479 | ||
|
|
6c150cf7e3 | ||
|
|
2201be98b6 | ||
|
|
fa0dd4cd0a | ||
|
|
d36d4442cd | ||
|
|
d218cf561a | ||
|
|
d0260a197c | ||
|
|
831c88bcc4 | ||
|
|
ec28e28791 | ||
|
|
84fb204c29 | ||
|
|
c0382aea5c | ||
|
|
e32a7559c7 | ||
|
|
ea4c42c96c | ||
|
|
e3134ec54b | ||
|
|
c4a3bf768d | ||
|
|
b50ba4b1ee | ||
|
|
e54e98247f | ||
|
|
7252c0e784 | ||
|
|
096fa7ad26 | ||
|
|
7fa2b9ecf0 | ||
|
|
5d079eed66 | ||
|
|
b2aca6d2fd | ||
|
|
19f93630a3 | ||
|
|
9f78db9bb1 | ||
|
|
35b127d2c2 | ||
|
|
460a9dc53d | ||
|
|
e570c92d21 |
@@ -11,7 +11,7 @@ indent_style = space
|
|||||||
insert_final_newline = true
|
insert_final_newline = true
|
||||||
trim_trailing_whitespace = true
|
trim_trailing_whitespace = true
|
||||||
|
|
||||||
[*.{css,html,json,md,rb,sh,yml,yaml}]
|
[*.{css,html,json,md,rb,ps1,sh,yml,yaml}]
|
||||||
indent_size = 2
|
indent_size = 2
|
||||||
|
|
||||||
[*.{js,yml,yaml}]
|
[*.{js,yml,yaml}]
|
||||||
|
|||||||
1
.github/.cspell/project-dictionary.txt
vendored
1
.github/.cspell/project-dictionary.txt
vendored
@@ -31,7 +31,6 @@ ppcle
|
|||||||
prek
|
prek
|
||||||
quickinstall
|
quickinstall
|
||||||
rdme
|
rdme
|
||||||
rootfs
|
|
||||||
sccache
|
sccache
|
||||||
SHASUMS
|
SHASUMS
|
||||||
sigstore
|
sigstore
|
||||||
|
|||||||
384
.github/workflows/ci.yml
vendored
384
.github/workflows/ci.yml
vendored
@@ -32,37 +32,39 @@ concurrency:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
miri:
|
miri:
|
||||||
uses: taiki-e/github-actions/.github/workflows/miri.yml@2474ed4664eb8903c151603a9d841512c069f7f6 # main
|
needs: tidy
|
||||||
|
uses: taiki-e/github-actions/.github/workflows/miri.yml@931686d4e4cf88b13e790040727ccde2dba8ec62 # main
|
||||||
with:
|
with:
|
||||||
# NB: sync with test job's --exclude option
|
# NB: sync with test job's --exclude option
|
||||||
args: --exclude install-action-internal-codegen
|
args: --exclude install-action-internal-codegen
|
||||||
msrv:
|
msrv:
|
||||||
uses: taiki-e/github-actions/.github/workflows/msrv.yml@2474ed4664eb8903c151603a9d841512c069f7f6 # main
|
needs: tidy
|
||||||
|
uses: taiki-e/github-actions/.github/workflows/msrv.yml@931686d4e4cf88b13e790040727ccde2dba8ec62 # main
|
||||||
test-manifest-schema:
|
test-manifest-schema:
|
||||||
uses: taiki-e/github-actions/.github/workflows/test.yml@2474ed4664eb8903c151603a9d841512c069f7f6 # main
|
needs: tidy
|
||||||
|
uses: taiki-e/github-actions/.github/workflows/test.yml@931686d4e4cf88b13e790040727ccde2dba8ec62 # main
|
||||||
with:
|
with:
|
||||||
# NB: sync with miri job's --exclude option
|
# NB: sync with miri job's --exclude option
|
||||||
test-args: --exclude install-action-internal-codegen
|
test-args: --exclude install-action-internal-codegen
|
||||||
no-std: false
|
no-std: false
|
||||||
tidy:
|
tidy:
|
||||||
uses: taiki-e/github-actions/.github/workflows/tidy.yml@2474ed4664eb8903c151603a9d841512c069f7f6 # main
|
uses: taiki-e/github-actions/.github/workflows/tidy.yml@931686d4e4cf88b13e790040727ccde2dba8ec62 # main
|
||||||
permissions:
|
permissions:
|
||||||
contents: write # for creating branch for pr
|
|
||||||
pull-requests: write # unused (used in `codegen-automerge: true` case)
|
|
||||||
security-events: write # for github/codeql-action/*
|
security-events: write # for github/codeql-action/*
|
||||||
secrets:
|
|
||||||
PR_TOKEN_APP_PRIVATE_KEY: ${{ secrets.PR_TOKEN_APP_PRIVATE_KEY }}
|
|
||||||
|
|
||||||
test:
|
test:
|
||||||
|
needs: tidy
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
# NB: Sync list with https://github.com/taiki-e/checkout-action/blob/HEAD/.github/workflows/ci.yml
|
# NB: Sync list with https://github.com/taiki-e/checkout-action/blob/HEAD/.github/workflows/ci.yml
|
||||||
- os: ubuntu-22.04
|
# --------------------------------------------------------------------
|
||||||
- os: ubuntu-22.04-arm
|
# GitHub-hosted runners
|
||||||
- os: ubuntu-24.04
|
- os: ubuntu-24.04
|
||||||
- os: ubuntu-24.04-arm
|
- os: ubuntu-24.04-arm
|
||||||
|
- os: ubuntu-22.04
|
||||||
|
- os: ubuntu-22.04-arm
|
||||||
- os: ubuntu-slim
|
- os: ubuntu-slim
|
||||||
- os: ubuntu-22.04
|
- os: ubuntu-22.04
|
||||||
tool: major.minor.patch
|
tool: major.minor.patch
|
||||||
@@ -70,19 +72,18 @@ jobs:
|
|||||||
tool: major.minor
|
tool: major.minor
|
||||||
- os: ubuntu-22.04
|
- os: ubuntu-22.04
|
||||||
tool: major
|
tool: major
|
||||||
- os: macos-14
|
- os: macos-26
|
||||||
- os: macos-15
|
- os: macos-15
|
||||||
- os: macos-15-intel
|
- os: macos-15-intel
|
||||||
- os: macos-26
|
- os: windows-2025
|
||||||
- os: windows-2022
|
- os: windows-2025
|
||||||
- os: windows-2022
|
bash: msys2
|
||||||
bash: msys64
|
- os: windows-2025
|
||||||
- os: windows-2022
|
|
||||||
bash: cygwin
|
bash: cygwin
|
||||||
- os: windows-2025
|
- os: windows-2022
|
||||||
- os: windows-2025
|
- os: windows-2022
|
||||||
bash: msys64
|
bash: msys2
|
||||||
- os: windows-2025
|
- os: windows-2022
|
||||||
bash: cygwin
|
bash: cygwin
|
||||||
- os: windows-11-arm
|
- os: windows-11-arm
|
||||||
- os: windows-2022
|
- os: windows-2022
|
||||||
@@ -91,170 +92,75 @@ jobs:
|
|||||||
tool: major.minor
|
tool: major.minor
|
||||||
- os: windows-2022
|
- os: windows-2022
|
||||||
tool: major
|
tool: major
|
||||||
runs-on: ${{ matrix.os }}
|
# --------------------------------------------------------------------
|
||||||
timeout-minutes: 60
|
# Containers
|
||||||
steps:
|
# --------------------------------------------------------------------
|
||||||
- uses: taiki-e/checkout-action@7d1e50e93dc4fb3bba58f85018fadf77898aee8b # v1.4.2
|
# Debian-based
|
||||||
# cross attempts to install rust-src when Cargo.toml is available even if `cross --version`
|
- container: debian:sid # glibc
|
||||||
- run: rm -- Cargo.toml
|
- container: debian:testing # glibc
|
||||||
- name: Generate tool list
|
- container: debian:13-slim # glibc 2.41
|
||||||
id: tool-list
|
- container: debian:12-slim # glibc 2.36
|
||||||
run: tools/ci/tool-list.sh "${TOOL}" "${OS}" "${BASH}" >>"${GITHUB_OUTPUT}"
|
- container: debian:11-slim # glibc 2.31, EoL
|
||||||
env:
|
- container: debian:10-slim # glibc 2.28, EoL, end of LTS
|
||||||
TOOL: ${{ matrix.tool }}
|
- container: debian:9-slim # glibc 2.24, EoL, end of LTS
|
||||||
OS: ${{ matrix.os }}
|
- container: debian/eol:jessie-slim # 8, glibc 2.19, EoL, end of LTS
|
||||||
BASH: ${{ matrix.bash }}
|
- container: ubuntu:devel # glibc
|
||||||
- run: |
|
- container: ubuntu:rolling # glibc
|
||||||
printf '%s\n' 'C:\msys64\mingw32\bin' >>"${GITHUB_PATH}"
|
- container: ubuntu:26.04 # glibc 2.43
|
||||||
printf '%s\n' 'C:\msys64\usr\bin' >>"${GITHUB_PATH}"
|
- container: ubuntu:24.04 # glibc 2.39
|
||||||
if: matrix.bash == 'msys64'
|
- container: ubuntu:22.04 # glibc 2.35
|
||||||
- run: |
|
- container: ubuntu:20.04 # glibc 2.31, EoL
|
||||||
choco install --no-progress --requirechecksums cygwin
|
- container: ubuntu:18.04 # glibc 2.27, EoL
|
||||||
printf '%s\n' 'C:\tools\cygwin\bin' >>"${GITHUB_PATH}"
|
- container: ubuntu:16.04 # glibc 2.23, EoL, end of ESM
|
||||||
printf '%s\n' 'C:\tools\cygwin\usr\bin' >>"${GITHUB_PATH}"
|
- container: ubuntu:14.04 # glibc 2.19, EoL, end of ESM
|
||||||
if: matrix.bash == 'cygwin'
|
# --------------------------------------------------------------------
|
||||||
- run: env
|
# Fedora/RHEL-based
|
||||||
- uses: ./
|
- container: fedora:latest # glibc
|
||||||
with:
|
- container: centos:7 # glibc 2.17, EoL
|
||||||
tool: ${{ steps.tool-list.outputs.tool }}
|
- container: centos:6 # glibc 2.12, EoL
|
||||||
# Test all shells listed in https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsshell
|
- container: almalinux:10 # glibc 2.39
|
||||||
- name: Test bash
|
- container: almalinux:10-minimal # glibc 2.39
|
||||||
run: just --version && shfmt --version && protoc --version && rustc --version && cargo --version && rustup --version
|
- container: almalinux:9 # glibc 2.34
|
||||||
shell: bash
|
- container: almalinux:9-minimal # glibc 2.34
|
||||||
- name: Test sh
|
- container: almalinux:8 # glibc 2.28
|
||||||
run: just --version && shfmt --version && protoc --version && rustc --version && cargo --version && rustup --version
|
- container: almalinux:8-minimal # glibc 2.28
|
||||||
shell: sh
|
# --------------------------------------------------------------------
|
||||||
if: startsWith(matrix.os, 'ubuntu') || startsWith(matrix.os, 'macos')
|
# SUSE-based
|
||||||
- name: Test pwsh
|
- container: opensuse/tumbleweed:latest # glibc
|
||||||
run: just --version; shfmt --version; protoc --version; rustc --version; cargo --version; rustup --version
|
- container: opensuse/leap:latest # glibc
|
||||||
shell: pwsh
|
# --------------------------------------------------------------------
|
||||||
if: matrix.os != 'ubuntu-slim'
|
# apk
|
||||||
- name: Test powershell
|
- container: alpine:3.23 # musl 1.2.5
|
||||||
run: just --version; shfmt --version; protoc --version; rustc --version; cargo --version; rustup --version
|
- container: alpine:3.22 # musl 1.2.5
|
||||||
shell: powershell
|
- container: alpine:3.21 # musl 1.2.5
|
||||||
if: startsWith(matrix.os, 'windows')
|
# Skip intermediate versions that have reached EoL by default.
|
||||||
- name: Test cmd
|
# - container: alpine:3.20 # musl 1.2.5, EoL
|
||||||
run: just --version & shfmt --version & protoc --version & rustc --version & cargo --version & rustup --version
|
# - container: alpine:3.19 # musl 1.2.4, EoL
|
||||||
shell: cmd # zizmor: ignore[misfeature] used for compatibility testing
|
# - container: alpine:3.18 # musl 1.2.4, EoL
|
||||||
if: startsWith(matrix.os, 'windows')
|
# - container: alpine:3.17 # musl 1.2.3, EoL
|
||||||
# We use the version output to check the version of cargo-binstall, but they
|
# - container: alpine:3.16 # musl 1.2.3, EoL
|
||||||
# several times change the version output format in the past so we need to
|
# - container: alpine:3.15 # musl 1.2.2, EoL
|
||||||
# check it with CI. (e.g., 0.14.0->0.16.0 update change it
|
# - container: alpine:3.14 # musl 1.2.2, EoL
|
||||||
# from "cargo-binstall <version>" to "<version>")
|
# - container: alpine:3.13 # musl 1.2.2, EoL
|
||||||
- run: |
|
# - container: alpine:3.12 # musl 1.1.24, EoL
|
||||||
if [[ "$(cargo-binstall binstall -V)" != "$(jq -r '.latest.version' manifests/cargo-binstall.json)" ]]; then
|
# - container: alpine:3.11 # musl 1.1.24, EoL
|
||||||
exit 1
|
# - container: alpine:3.10 # musl 1.1.22, EoL
|
||||||
fi
|
# - container: alpine:3.9 # musl 1.1.20, EoL
|
||||||
if: matrix.bash != 'cygwin' && matrix.os != 'windows-11-arm'
|
# - container: alpine:3.8 # musl 1.1.19, EoL
|
||||||
|
# - container: alpine:3.7 # musl 1.1.18, EoL, broken env command
|
||||||
test-alias:
|
# - container: alpine:3.6 # musl 1.1.16, EoL, broken env command
|
||||||
runs-on: ubuntu-24.04
|
# - container: alpine:3.5 # musl 1.1.15, EoL
|
||||||
timeout-minutes: 60
|
# - container: alpine:3.4 # musl 1.1.14, EoL
|
||||||
steps:
|
# - container: alpine:3.3 # musl 1.1.12, EoL
|
||||||
- uses: taiki-e/checkout-action@7d1e50e93dc4fb3bba58f85018fadf77898aee8b # v1.4.2
|
- container: alpine:3.2 # musl 1.1.11, EoL
|
||||||
# cross attempts to install rust-src when Cargo.toml is available even if `cross --version`
|
# --------------------------------------------------------------------
|
||||||
- run: rm -- Cargo.toml
|
# Arch-based
|
||||||
- run: env
|
- container: archlinux:latest # glibc
|
||||||
- uses: ./
|
runs-on: ${{ matrix.os || 'ubuntu-24.04' }}
|
||||||
with:
|
timeout-minutes: 30
|
||||||
# NB: Update alias list in tools/ci/release-post-commit.sh, case for aliases in main.sh,
|
|
||||||
# and match for alias for tools/codegen/src/tools-markdown.rs.
|
|
||||||
tool: |
|
|
||||||
nextest
|
|
||||||
taplo-cli
|
|
||||||
typos-cli
|
|
||||||
wasm-bindgen-cli
|
|
||||||
wasmtime-cli
|
|
||||||
- name: Test bash
|
|
||||||
run: cargo-nextest nextest --version && taplo --version
|
|
||||||
shell: bash
|
|
||||||
- name: Test sh
|
|
||||||
run: cargo-nextest nextest --version && taplo --version
|
|
||||||
shell: sh
|
|
||||||
|
|
||||||
test-fallback:
|
|
||||||
strategy:
|
|
||||||
fail-fast: false
|
|
||||||
matrix:
|
|
||||||
include:
|
|
||||||
- fallback: none
|
|
||||||
- fallback: cargo-install
|
|
||||||
- fallback: cargo-binstall
|
|
||||||
- fallback: cargo-binstall
|
|
||||||
version: 0.3
|
|
||||||
runs-on: ubuntu-24.04-arm
|
|
||||||
timeout-minutes: 60
|
|
||||||
steps:
|
|
||||||
- uses: taiki-e/checkout-action@7d1e50e93dc4fb3bba58f85018fadf77898aee8b # v1.4.2
|
|
||||||
# cross attempts to install rust-src when Cargo.toml is available even if `cross --version`
|
|
||||||
- run: rm -- Cargo.toml
|
|
||||||
- run: env
|
|
||||||
- uses: ./
|
|
||||||
id: install
|
|
||||||
continue-on-error: ${{ matrix.fallback == 'none' }}
|
|
||||||
with:
|
|
||||||
tool: parse-changelog@${{ matrix.version || '0.4.6' }}
|
|
||||||
fallback: ${{ matrix.fallback }}
|
|
||||||
- run: exit 1
|
|
||||||
if: matrix.fallback == 'none' && steps.install.outcome != 'failure'
|
|
||||||
- name: Test bash
|
|
||||||
run: parse-changelog --version
|
|
||||||
shell: bash
|
|
||||||
if: matrix.fallback != 'none'
|
|
||||||
- name: Test sh
|
|
||||||
run: parse-changelog --version
|
|
||||||
shell: sh
|
|
||||||
if: matrix.fallback != 'none'
|
|
||||||
|
|
||||||
test-container:
|
|
||||||
strategy:
|
|
||||||
fail-fast: false
|
|
||||||
matrix:
|
|
||||||
container:
|
|
||||||
# NB: Sync list with https://github.com/taiki-e/checkout-action/blob/HEAD/.github/workflows/ci.yml
|
|
||||||
- ubuntu:14.04 # glibc 2.19
|
|
||||||
- ubuntu:16.04 # glibc 2.23
|
|
||||||
- ubuntu:18.04 # glibc 2.27
|
|
||||||
- ubuntu:20.04 # glibc 2.31
|
|
||||||
- ubuntu:22.04 # glibc 2.35
|
|
||||||
- ubuntu:24.04 # glibc 2.39
|
|
||||||
- ubuntu:26.04 # glibc 2.42
|
|
||||||
- ubuntu:rolling
|
|
||||||
- debian:9-slim # glibc 2.24
|
|
||||||
- debian:10-slim # glibc 2.28
|
|
||||||
- debian:11-slim # glibc 2.31
|
|
||||||
- debian:12-slim # glibc 2.36
|
|
||||||
- debian:13-slim # glibc 2.41
|
|
||||||
- debian:testing
|
|
||||||
- fedora:latest # glibc 2.39 (as of fedora 40)
|
|
||||||
- almalinux:8 # glibc 2.28
|
|
||||||
- almalinux:8-minimal # glibc 2.28
|
|
||||||
- almalinux:9 # glibc 2.34
|
|
||||||
- almalinux:9-minimal # glibc 2.34
|
|
||||||
- almalinux:10 # glibc 2.39
|
|
||||||
- almalinux:10-minimal # glibc 2.39
|
|
||||||
- centos:6 # glibc 2.12
|
|
||||||
- centos:7 # glibc 2.17
|
|
||||||
- opensuse/leap:latest # glibc 2.38 (as of leap 15.6)
|
|
||||||
- opensuse/tumbleweed:latest # glibc 2.39 (as of 2024-07-19)
|
|
||||||
# - archlinux:latest # glibc 2.39 (as of 2024-07-19)
|
|
||||||
- alpine:3.2 # musl 1.1.11
|
|
||||||
- alpine:3.14 # musl 1.2.2
|
|
||||||
- alpine:3.15 # musl 1.2.2
|
|
||||||
- alpine:3.16 # musl 1.2.3
|
|
||||||
- alpine:3.17 # musl 1.2.3
|
|
||||||
- alpine:3.18 # musl 1.2.4
|
|
||||||
- alpine:3.19 # musl 1.2.4
|
|
||||||
- alpine:3.20 # musl 1.2.5
|
|
||||||
- alpine:3.21 # musl 1.2.5
|
|
||||||
- alpine:3.22 # musl 1.2.5
|
|
||||||
- alpine:3.23 # musl 1.2.5
|
|
||||||
# - openwrt/rootfs:x86-64-openwrt-24.10 # musl 1.2.5
|
|
||||||
runs-on: ubuntu-24.04
|
|
||||||
timeout-minutes: 60
|
|
||||||
container: ${{ matrix.container }}
|
container: ${{ matrix.container }}
|
||||||
steps:
|
steps:
|
||||||
- name: Install requirements (old debian)
|
- name: Install requirements (old Debian)
|
||||||
run: |
|
run: |
|
||||||
# In Debian, the old repositories is removed from the main mirrors some time after EoL.
|
# In Debian, the old repositories is removed from the main mirrors some time after EoL.
|
||||||
codename=$(grep -E '^VERSION_CODENAME=' /etc/os-release | cut -d= -f2)
|
codename=$(grep -E '^VERSION_CODENAME=' /etc/os-release | cut -d= -f2)
|
||||||
@@ -262,7 +168,7 @@ jobs:
|
|||||||
-e 's|security.debian.org|archive.debian.org/|g' \
|
-e 's|security.debian.org|archive.debian.org/|g' \
|
||||||
-e "/${codename}-updates/d"
|
-e "/${codename}-updates/d"
|
||||||
if: startsWith(matrix.container, 'debian:9') || startsWith(matrix.container, 'debian:10')
|
if: startsWith(matrix.container, 'debian:9') || startsWith(matrix.container, 'debian:10')
|
||||||
- name: Install requirements (centos)
|
- name: Install requirements (CentOS)
|
||||||
run: |
|
run: |
|
||||||
retry() {
|
retry() {
|
||||||
for i in {1..10}; do
|
for i in {1..10}; do
|
||||||
@@ -305,9 +211,22 @@ jobs:
|
|||||||
- run: rm -- Cargo.toml
|
- run: rm -- Cargo.toml
|
||||||
- name: Generate tool list
|
- name: Generate tool list
|
||||||
id: tool-list
|
id: tool-list
|
||||||
run: tools/ci/tool-list.sh "" "${CONTAINER}" >>"${GITHUB_OUTPUT}"
|
run: tools/ci/tool-list.sh "${TOOL}" "${OS}" "${BASH}" >>"${GITHUB_OUTPUT}"
|
||||||
env:
|
env:
|
||||||
CONTAINER: ${{ matrix.container }}
|
TOOL: ${{ matrix.tool }}
|
||||||
|
OS: ${{ matrix.container || matrix.os }}
|
||||||
|
BASH: ${{ matrix.bash }}
|
||||||
|
- name: Setup MSYS2 bash
|
||||||
|
run: |
|
||||||
|
printf '%s\n' 'C:\msys64\mingw32\bin' >>"${GITHUB_PATH}"
|
||||||
|
printf '%s\n' 'C:\msys64\usr\bin' >>"${GITHUB_PATH}"
|
||||||
|
if: matrix.bash == 'msys2'
|
||||||
|
- name: Setup Cygwin bash
|
||||||
|
run: |
|
||||||
|
choco install --no-progress --requirechecksums cygwin
|
||||||
|
printf '%s\n' 'C:\tools\cygwin\bin' >>"${GITHUB_PATH}"
|
||||||
|
printf '%s\n' 'C:\tools\cygwin\usr\bin' >>"${GITHUB_PATH}"
|
||||||
|
if: matrix.bash == 'cygwin'
|
||||||
# remove bash installed by checkout-action
|
# remove bash installed by checkout-action
|
||||||
- run: apk --no-cache del bash
|
- run: apk --no-cache del bash
|
||||||
shell: sh
|
shell: sh
|
||||||
@@ -315,13 +234,104 @@ jobs:
|
|||||||
- uses: ./
|
- uses: ./
|
||||||
with:
|
with:
|
||||||
tool: ${{ steps.tool-list.outputs.tool }}
|
tool: ${{ steps.tool-list.outputs.tool }}
|
||||||
|
# Test all shells listed in https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsshell
|
||||||
|
- name: Test bash
|
||||||
|
run: just --version && shfmt --version && protoc --version && rustc --version && cargo --version && rustup --version
|
||||||
|
shell: bash
|
||||||
|
if: matrix.container == ''
|
||||||
- name: Test bash
|
- name: Test bash
|
||||||
run: just --version && shfmt --version
|
run: just --version && shfmt --version
|
||||||
shell: bash
|
shell: bash
|
||||||
# TODO: OCI runtime exec failed: exec failed: unable to start container process: exec: "bash": executable file not found in $PATH: unknown
|
# TODO: OCI runtime exec failed: exec failed: unable to start container process: exec: "bash": executable file not found in $PATH: unknown
|
||||||
if: (!startsWith(matrix.container, 'opensuse'))
|
if: matrix.container != '' && !startsWith(matrix.container, 'opensuse')
|
||||||
|
- name: Test sh
|
||||||
|
run: just --version && shfmt --version && protoc --version && rustc --version && cargo --version && rustup --version
|
||||||
|
shell: sh
|
||||||
|
if: matrix.container == ''
|
||||||
- name: Test sh
|
- name: Test sh
|
||||||
run: just --version && shfmt --version
|
run: just --version && shfmt --version
|
||||||
shell: sh
|
shell: sh
|
||||||
# TODO: OCI runtime exec failed: exec failed: unable to start container process: exec: "sh": executable file not found in $PATH: unknown
|
# TODO: OCI runtime exec failed: exec failed: unable to start container process: exec: "sh": executable file not found in $PATH: unknown
|
||||||
if: (!startsWith(matrix.container, 'opensuse'))
|
if: matrix.container != '' && !startsWith(matrix.container, 'opensuse')
|
||||||
|
- name: Test pwsh
|
||||||
|
run: just --version; shfmt --version; protoc --version; rustc --version; cargo --version; rustup --version
|
||||||
|
shell: pwsh
|
||||||
|
if: matrix.os != 'ubuntu-slim' && matrix.container == ''
|
||||||
|
- name: Test powershell
|
||||||
|
run: just --version; shfmt --version; protoc --version; rustc --version; cargo --version; rustup --version
|
||||||
|
shell: powershell
|
||||||
|
if: startsWith(matrix.os, 'windows')
|
||||||
|
- name: Test cmd
|
||||||
|
run: just --version & shfmt --version & protoc --version & rustc --version & cargo --version & rustup --version
|
||||||
|
shell: cmd # zizmor: ignore[misfeature] used for compatibility testing
|
||||||
|
if: startsWith(matrix.os, 'windows')
|
||||||
|
# We use the version output to check the version of cargo-binstall, but they
|
||||||
|
# several times change the version output format in the past so we need to
|
||||||
|
# check it with CI. (e.g., 0.14.0->0.16.0 update change it
|
||||||
|
# from "cargo-binstall <version>" to "<version>")
|
||||||
|
- run: |
|
||||||
|
if [[ "$(cargo-binstall binstall -V)" != "$(jq -r '.latest.version' manifests/cargo-binstall.json)" ]]; then
|
||||||
|
exit 1
|
||||||
|
fi
|
||||||
|
if: matrix.bash != 'cygwin' && matrix.os != 'windows-11-arm' && !startsWith(matrix.container, 'opensuse')
|
||||||
|
|
||||||
|
test-alias:
|
||||||
|
needs: tidy
|
||||||
|
runs-on: ubuntu-24.04
|
||||||
|
timeout-minutes: 60
|
||||||
|
steps:
|
||||||
|
- uses: taiki-e/checkout-action@7d1e50e93dc4fb3bba58f85018fadf77898aee8b # v1.4.2
|
||||||
|
# cross attempts to install rust-src when Cargo.toml is available even if `cross --version`
|
||||||
|
- run: rm -- Cargo.toml
|
||||||
|
- run: env
|
||||||
|
- uses: ./
|
||||||
|
with:
|
||||||
|
# NB: Update alias list in tools/ci/release-post-commit.sh, case for aliases in main.sh,
|
||||||
|
# and match for alias for tools/codegen/src/tools-markdown.rs.
|
||||||
|
tool: |
|
||||||
|
nextest
|
||||||
|
taplo-cli
|
||||||
|
typos-cli
|
||||||
|
wasm-bindgen-cli
|
||||||
|
wasmtime-cli
|
||||||
|
- name: Test bash
|
||||||
|
run: cargo-nextest nextest --version && taplo --version
|
||||||
|
shell: bash
|
||||||
|
- name: Test sh
|
||||||
|
run: cargo-nextest nextest --version && taplo --version
|
||||||
|
shell: sh
|
||||||
|
|
||||||
|
test-fallback:
|
||||||
|
needs: tidy
|
||||||
|
strategy:
|
||||||
|
fail-fast: false
|
||||||
|
matrix:
|
||||||
|
include:
|
||||||
|
- fallback: none
|
||||||
|
- fallback: cargo-install
|
||||||
|
- fallback: cargo-binstall
|
||||||
|
- fallback: cargo-binstall
|
||||||
|
version: 0.3
|
||||||
|
runs-on: ubuntu-24.04-arm
|
||||||
|
timeout-minutes: 60
|
||||||
|
steps:
|
||||||
|
- uses: taiki-e/checkout-action@7d1e50e93dc4fb3bba58f85018fadf77898aee8b # v1.4.2
|
||||||
|
# cross attempts to install rust-src when Cargo.toml is available even if `cross --version`
|
||||||
|
- run: rm -- Cargo.toml
|
||||||
|
- run: env
|
||||||
|
- uses: ./
|
||||||
|
id: install
|
||||||
|
continue-on-error: ${{ matrix.fallback == 'none' }}
|
||||||
|
with:
|
||||||
|
tool: parse-changelog@${{ matrix.version || '0.4.6' }}
|
||||||
|
fallback: ${{ matrix.fallback }}
|
||||||
|
- run: exit 1
|
||||||
|
if: matrix.fallback == 'none' && steps.install.outcome != 'failure'
|
||||||
|
- name: Test bash
|
||||||
|
run: parse-changelog --version
|
||||||
|
shell: bash
|
||||||
|
if: matrix.fallback != 'none'
|
||||||
|
- name: Test sh
|
||||||
|
run: parse-changelog --version
|
||||||
|
shell: sh
|
||||||
|
if: matrix.fallback != 'none'
|
||||||
|
|||||||
16
.github/workflows/manifest.yml
vendored
16
.github/workflows/manifest.yml
vendored
@@ -13,26 +13,13 @@ on:
|
|||||||
- cron: '0 0,3,6,9,12,15,18,21 * * *'
|
- cron: '0 0,3,6,9,12,15,18,21 * * *'
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
env:
|
|
||||||
CARGO_INCREMENTAL: 0
|
|
||||||
CARGO_NET_GIT_FETCH_WITH_CLI: true
|
|
||||||
CARGO_NET_RETRY: 10
|
|
||||||
CARGO_TERM_COLOR: always
|
|
||||||
RUST_BACKTRACE: 1
|
|
||||||
RUSTFLAGS: -D warnings
|
|
||||||
RUSTUP_MAX_RETRIES: 10
|
|
||||||
|
|
||||||
defaults:
|
|
||||||
run:
|
|
||||||
shell: bash --noprofile --norc -CeEuxo pipefail {0}
|
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
|
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
|
||||||
cancel-in-progress: true
|
cancel-in-progress: true
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
manifest:
|
manifest:
|
||||||
uses: taiki-e/github-actions/.github/workflows/gen.yml@2474ed4664eb8903c151603a9d841512c069f7f6 # main
|
uses: taiki-e/github-actions/.github/workflows/gen.yml@931686d4e4cf88b13e790040727ccde2dba8ec62 # main
|
||||||
permissions:
|
permissions:
|
||||||
contents: write # for creating branch for pr
|
contents: write # for creating branch for pr
|
||||||
pull-requests: write # for gh pr review --approve
|
pull-requests: write # for gh pr review --approve
|
||||||
@@ -44,6 +31,5 @@ jobs:
|
|||||||
title: Update manifest
|
title: Update manifest
|
||||||
branch: update-manifest
|
branch: update-manifest
|
||||||
automerge: true
|
automerge: true
|
||||||
install-rust: true
|
|
||||||
install-cosign: true
|
install-cosign: true
|
||||||
install-parse-changelog: true
|
install-parse-changelog: true
|
||||||
|
|||||||
8
.github/workflows/release.yml
vendored
8
.github/workflows/release.yml
vendored
@@ -21,10 +21,6 @@ on:
|
|||||||
- minor
|
- minor
|
||||||
- major
|
- major
|
||||||
|
|
||||||
defaults:
|
|
||||||
run:
|
|
||||||
shell: bash --noprofile --norc -CeEuo pipefail {0}
|
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ${{ github.workflow }}
|
group: ${{ github.workflow }}
|
||||||
cancel-in-progress: false
|
cancel-in-progress: false
|
||||||
@@ -32,7 +28,7 @@ concurrency:
|
|||||||
jobs:
|
jobs:
|
||||||
release:
|
release:
|
||||||
if: github.repository_owner == 'taiki-e' && inputs.target == 'install-action'
|
if: github.repository_owner == 'taiki-e' && inputs.target == 'install-action'
|
||||||
uses: taiki-e/github-actions/.github/workflows/action-release.yml@2474ed4664eb8903c151603a9d841512c069f7f6 # main
|
uses: taiki-e/github-actions/.github/workflows/action-release.yml@931686d4e4cf88b13e790040727ccde2dba8ec62 # main
|
||||||
permissions:
|
permissions:
|
||||||
contents: write # for taiki-e/create-gh-release-action
|
contents: write # for taiki-e/create-gh-release-action
|
||||||
secrets:
|
secrets:
|
||||||
@@ -44,7 +40,7 @@ jobs:
|
|||||||
|
|
||||||
release-manifest-schema:
|
release-manifest-schema:
|
||||||
if: github.repository_owner == 'taiki-e' && inputs.target == 'install-action-manifest-schema'
|
if: github.repository_owner == 'taiki-e' && inputs.target == 'install-action-manifest-schema'
|
||||||
uses: taiki-e/github-actions/.github/workflows/rust-release.yml@2474ed4664eb8903c151603a9d841512c069f7f6 # main
|
uses: taiki-e/github-actions/.github/workflows/rust-release.yml@931686d4e4cf88b13e790040727ccde2dba8ec62 # main
|
||||||
permissions:
|
permissions:
|
||||||
contents: write # for taiki-e/create-gh-release-action
|
contents: write # for taiki-e/create-gh-release-action
|
||||||
id-token: write # for rust-lang/crates-io-auth-action
|
id-token: write # for rust-lang/crates-io-auth-action
|
||||||
|
|||||||
99
CHANGELOG.md
99
CHANGELOG.md
@@ -10,6 +10,94 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [2.78.3] - 2026-05-17
|
||||||
|
|
||||||
|
- Update `zizmor@latest` to 1.25.2.
|
||||||
|
|
||||||
|
- Update `cargo-zigbuild@latest` to 0.22.3. ([#1814](https://github.com/taiki-e/install-action/pull/1814), thanks @simonhollingshead)
|
||||||
|
|
||||||
|
- Update `wasm-tools@latest` to 1.249.0.
|
||||||
|
|
||||||
|
- Update `gungraun-runner@latest` to 0.19.0.
|
||||||
|
|
||||||
|
## [2.78.2] - 2026-05-16
|
||||||
|
|
||||||
|
- Update `wasm-pack@latest` to 0.15.0.
|
||||||
|
|
||||||
|
- Update `zizmor@latest` to 1.25.0.
|
||||||
|
|
||||||
|
- Update `mise@latest` to 2026.5.9.
|
||||||
|
|
||||||
|
- Update `cargo-nextest@latest` to 0.9.135.
|
||||||
|
|
||||||
|
- Update `cyclonedx@latest` to 0.32.0.
|
||||||
|
|
||||||
|
- Update `prek@latest` to 0.4.0.
|
||||||
|
|
||||||
|
## [2.78.1] - 2026-05-15
|
||||||
|
|
||||||
|
- Update `mise@latest` to 2026.5.7.
|
||||||
|
|
||||||
|
- Diagnostic improvements.
|
||||||
|
|
||||||
|
## [2.78.0] - 2026-05-14
|
||||||
|
|
||||||
|
- Support `cargo-mutants`. ([#1812](https://github.com/taiki-e/install-action/pull/1812), thanks @jakewimmer)
|
||||||
|
|
||||||
|
- Update `covgate@latest` to 0.2.0.
|
||||||
|
|
||||||
|
- Update `cargo-llvm-cov@latest` to 0.8.7.
|
||||||
|
|
||||||
|
- Update `uv@latest` to 0.11.14.
|
||||||
|
|
||||||
|
- Update `martin@latest` to 1.9.1.
|
||||||
|
|
||||||
|
- Update `tombi@latest` to 0.11.4.
|
||||||
|
|
||||||
|
## [2.77.7] - 2026-05-13
|
||||||
|
|
||||||
|
- Update `mise@latest` to 2026.5.6.
|
||||||
|
|
||||||
|
- Update `cargo-deny@latest` to 0.19.6.
|
||||||
|
|
||||||
|
## [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
|
||||||
|
|
||||||
|
- Update `typos@latest` to 1.46.1.
|
||||||
|
|
||||||
|
- Update `rclone@latest` to 1.74.1.
|
||||||
|
|
||||||
|
- Update `tombi@latest` to 0.11.0.
|
||||||
|
|
||||||
|
- Update `osv-scanner@latest` to 2.3.8.
|
||||||
|
|
||||||
|
- Update `mise@latest` to 2026.5.3.
|
||||||
|
|
||||||
## [2.77.2] - 2026-05-08
|
## [2.77.2] - 2026-05-08
|
||||||
|
|
||||||
- Update `martin@latest` to 1.9.0.
|
- Update `martin@latest` to 1.9.0.
|
||||||
@@ -6482,7 +6570,16 @@ 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.2...HEAD
|
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.78.3...HEAD
|
||||||
|
[2.78.3]: https://github.com/taiki-e/install-action/compare/v2.78.2...v2.78.3
|
||||||
|
[2.78.2]: https://github.com/taiki-e/install-action/compare/v2.78.1...v2.78.2
|
||||||
|
[2.78.1]: https://github.com/taiki-e/install-action/compare/v2.78.0...v2.78.1
|
||||||
|
[2.78.0]: https://github.com/taiki-e/install-action/compare/v2.77.7...v2.78.0
|
||||||
|
[2.77.7]: https://github.com/taiki-e/install-action/compare/v2.77.6...v2.77.7
|
||||||
|
[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.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.77.0]: https://github.com/taiki-e/install-action/compare/v2.76.0...v2.77.0
|
[2.77.0]: https://github.com/taiki-e/install-action/compare/v2.76.0...v2.77.0
|
||||||
|
|||||||
3
TOOLS.md
3
TOOLS.md
@@ -34,6 +34,7 @@ See the [Supported tools section in README.md](README.md#supported-tools) for ho
|
|||||||
| [**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) |
|
||||||
| [**cargo-minimal-versions**](https://github.com/taiki-e/cargo-minimal-versions) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/taiki-e/cargo-minimal-versions/releases) | Linux, macOS, Windows | [Apache-2.0](https://github.com/taiki-e/cargo-minimal-versions/blob/main/LICENSE-APACHE) OR [MIT](https://github.com/taiki-e/cargo-minimal-versions/blob/main/LICENSE-MIT) |
|
| [**cargo-minimal-versions**](https://github.com/taiki-e/cargo-minimal-versions) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/taiki-e/cargo-minimal-versions/releases) | Linux, macOS, Windows | [Apache-2.0](https://github.com/taiki-e/cargo-minimal-versions/blob/main/LICENSE-APACHE) OR [MIT](https://github.com/taiki-e/cargo-minimal-versions/blob/main/LICENSE-MIT) |
|
||||||
|
| [**cargo-mutants**](https://github.com/sourcefrog/cargo-mutants) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/sourcefrog/cargo-mutants/releases) | Linux, macOS, Windows | [MIT](https://github.com/sourcefrog/cargo-mutants/blob/main/LICENSE) |
|
||||||
| [**cargo-neat**](https://github.com/killzoner/cargo-neat) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/killzoner/cargo-neat/releases) | Linux, macOS, Windows | [MIT](https://github.com/killzoner/cargo-neat/blob/master/LICENSE-MIT) OR [Apache-2.0](https://github.com/killzoner/cargo-neat/blob/master/LICENSE-APACHE) |
|
| [**cargo-neat**](https://github.com/killzoner/cargo-neat) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/killzoner/cargo-neat/releases) | Linux, macOS, Windows | [MIT](https://github.com/killzoner/cargo-neat/blob/master/LICENSE-MIT) OR [Apache-2.0](https://github.com/killzoner/cargo-neat/blob/master/LICENSE-APACHE) |
|
||||||
| [**cargo-nextest**](https://github.com/nextest-rs/nextest) (alias: `nextest`) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/nextest-rs/nextest/releases) | Linux, macOS, Windows | [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) |
|
| [**cargo-nextest**](https://github.com/nextest-rs/nextest) (alias: `nextest`) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/nextest-rs/nextest/releases) | Linux, macOS, Windows | [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) |
|
||||||
| [**cargo-no-dev-deps**](https://github.com/taiki-e/cargo-no-dev-deps) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/taiki-e/cargo-no-dev-deps/releases) | Linux, macOS, Windows | [Apache-2.0](https://github.com/taiki-e/cargo-no-dev-deps/blob/main/LICENSE-APACHE) OR [MIT](https://github.com/taiki-e/cargo-no-dev-deps/blob/main/LICENSE-MIT) |
|
| [**cargo-no-dev-deps**](https://github.com/taiki-e/cargo-no-dev-deps) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/taiki-e/cargo-no-dev-deps/releases) | Linux, macOS, Windows | [Apache-2.0](https://github.com/taiki-e/cargo-no-dev-deps/blob/main/LICENSE-APACHE) OR [MIT](https://github.com/taiki-e/cargo-no-dev-deps/blob/main/LICENSE-MIT) |
|
||||||
@@ -97,7 +98,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: cargo-export
|
||||||
checksum:
|
checksum:
|
||||||
description: Whether to enable checksums (strongly discouraged to disable)
|
description: Whether to enable checksums (strongly discouraged to disable)
|
||||||
required: false
|
required: false
|
||||||
|
|||||||
12
main.sh
12
main.sh
@@ -478,7 +478,7 @@ fi
|
|||||||
tool="${INPUT_TOOL:-}"
|
tool="${INPUT_TOOL:-}"
|
||||||
tools=()
|
tools=()
|
||||||
if [[ -n "${tool}" ]]; then
|
if [[ -n "${tool}" ]]; then
|
||||||
while read -rd,; do
|
while IFS= read -rd,; do
|
||||||
tools+=("${REPLY}")
|
tools+=("${REPLY}")
|
||||||
done < <(normalize_comma_or_space_separated "${tool}")
|
done < <(normalize_comma_or_space_separated "${tool}")
|
||||||
fi
|
fi
|
||||||
@@ -786,7 +786,7 @@ for tool in "${tools[@]}"; do
|
|||||||
if [[ -n "${additional}" ]]; then
|
if [[ -n "${additional}" ]]; then
|
||||||
component=''
|
component=''
|
||||||
target=''
|
target=''
|
||||||
while read -rd+; do
|
while IFS= read -rd+; do
|
||||||
case "${REPLY}" in
|
case "${REPLY}" in
|
||||||
# Last checked: nightly-2026-05-03
|
# Last checked: nightly-2026-05-03
|
||||||
# rustup component list
|
# rustup component list
|
||||||
@@ -979,9 +979,9 @@ for tool in "${tools[@]}"; do
|
|||||||
read_manifest "${tool}" "${version}"
|
read_manifest "${tool}" "${version}"
|
||||||
if [[ "${download_info}" == "null" ]]; then
|
if [[ "${download_info}" == "null" ]]; then
|
||||||
if [[ "${rust_crate}" == "null" ]] || [[ "${fallback}" == "none" ]]; then
|
if [[ "${rust_crate}" == "null" ]] || [[ "${fallback}" == "none" ]]; then
|
||||||
bail "${tool}@${version} for '${host_arch}_${host_os}' is not supported"
|
bail "${tool} is supported but version ${version} for '${host_arch}_${host_os}' is not supported (updating install-action might resolve this)"
|
||||||
fi
|
fi
|
||||||
warn "${tool}@${version} for '${host_arch}_${host_os}' is not supported; fallback to ${fallback}"
|
warn "${tool} is supported but version ${version} for '${host_arch}_${host_os}' is not supported (updating install-action might resolve this); fallback to ${fallback}"
|
||||||
case "${version}" in
|
case "${version}" in
|
||||||
latest) unsupported_tools+=("${rust_crate}") ;;
|
latest) unsupported_tools+=("${rust_crate}") ;;
|
||||||
*) unsupported_tools+=("${rust_crate}@${version}") ;;
|
*) unsupported_tools+=("${rust_crate}@${version}") ;;
|
||||||
@@ -1073,7 +1073,7 @@ done
|
|||||||
if [[ ${#unsupported_tools[@]} -gt 0 ]]; then
|
if [[ ${#unsupported_tools[@]} -gt 0 ]]; then
|
||||||
IFS=','
|
IFS=','
|
||||||
case "${fallback}" in
|
case "${fallback}" in
|
||||||
none) bail "install-action does not support ${unsupported_tools[*]} (fallback is disabled by 'fallback: none' input option)" ;;
|
none) bail "install-action does not support ${unsupported_tools[*]} (updating install-action might resolve this); aborting because fallback is disabled by 'fallback: none' input option" ;;
|
||||||
cargo-binstall)
|
cargo-binstall)
|
||||||
case "${host_arch}" in
|
case "${host_arch}" in
|
||||||
x86_64 | aarch64 | riscv64) ;;
|
x86_64 | aarch64 | riscv64) ;;
|
||||||
@@ -1084,7 +1084,7 @@ if [[ ${#unsupported_tools[@]} -gt 0 ]]; then
|
|||||||
esac
|
esac
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
info "install-action does not support ${unsupported_tools[*]}; fallback to ${fallback}"
|
info "install-action does not support ${unsupported_tools[*]} (updating install-action might resolve this); fallback to ${fallback}"
|
||||||
IFS=$'\n\t'
|
IFS=$'\n\t'
|
||||||
case "${fallback}" in
|
case "${fallback}" in
|
||||||
cargo-binstall)
|
cargo-binstall)
|
||||||
|
|||||||
44
manifests/biome.json
generated
44
manifests/biome.json
generated
@@ -2,13 +2,51 @@
|
|||||||
"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": {
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"url": "https://github.com/biomejs/biome/releases/download/%40biomejs/biome%402.4.15/biome-linux-x64-musl",
|
||||||
|
"etag": "0x8DEADEDC0FCFEE0",
|
||||||
|
"hash": "60b19c9c7e611e1b18268b3d9baf9ec903f6ca184c3a8e81845f68fd3b621f49",
|
||||||
|
"bin": "biome"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"url": "https://github.com/biomejs/biome/releases/download/%40biomejs/biome%402.4.15/biome-darwin-x64",
|
||||||
|
"etag": "0x8DEADEDC08631B9",
|
||||||
|
"hash": "fab8a39dc54a38f820b2952f7f80e7e8993483b7501a4f19d1cbf4361128a07d",
|
||||||
|
"bin": "biome"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"url": "https://github.com/biomejs/biome/releases/download/%40biomejs/biome%402.4.15/biome-win32-x64.exe",
|
||||||
|
"etag": "0x8DEADEDC0D8D6B7",
|
||||||
|
"hash": "a77a61537dfc6f923b5b1fc912bc2e0ed46a83c3303ca973695d7f4f8351c71e",
|
||||||
|
"bin": "biome.exe"
|
||||||
|
},
|
||||||
|
"aarch64_linux_musl": {
|
||||||
|
"url": "https://github.com/biomejs/biome/releases/download/%40biomejs/biome%402.4.15/biome-linux-arm64-musl",
|
||||||
|
"etag": "0x8DEADEDC081C9DE",
|
||||||
|
"hash": "9dfd5ab51e493864777fc77447d8416cc19d70d644d900048e703aad95afe9d2",
|
||||||
|
"bin": "biome"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"url": "https://github.com/biomejs/biome/releases/download/%40biomejs/biome%402.4.15/biome-darwin-arm64",
|
||||||
|
"etag": "0x8DEADEDC063B561",
|
||||||
|
"hash": "b2c65601b3b0fcd0606c4152f20e3774aadf0b73ba791b8dbcff7e6f1a4fa17a",
|
||||||
|
"bin": "biome"
|
||||||
|
},
|
||||||
|
"aarch64_windows": {
|
||||||
|
"url": "https://github.com/biomejs/biome/releases/download/%40biomejs/biome%402.4.15/biome-win32-arm64.exe",
|
||||||
|
"etag": "0x8DEADEDC0A3AAA6",
|
||||||
|
"hash": "52f859229094fb75198f3649036b38b4f6aae48b4040c5dec8d1f29a905c69f6",
|
||||||
|
"bin": "biome.exe"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"2.4.14": {
|
"2.4.14": {
|
||||||
"x86_64_linux_musl": {
|
"x86_64_linux_musl": {
|
||||||
|
|||||||
48
manifests/cargo-deny.json
generated
48
manifests/cargo-deny.json
generated
@@ -23,10 +23,54 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "0.19.4"
|
"version": "0.19.6"
|
||||||
},
|
},
|
||||||
"0.19": {
|
"0.19": {
|
||||||
"version": "0.19.4"
|
"version": "0.19.6"
|
||||||
|
},
|
||||||
|
"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": {
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"etag": "0x8DEADC4AFCE086D",
|
||||||
|
"hash": "5ea64ae09959b5fe1072d898f95caaa89b374678ba6728d5e9ed1366745479b0"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"etag": "0x8DEADC4A43426A1",
|
||||||
|
"hash": "36102b6ab83a546036ada57526227317a7827e1788ce39ac6df1c9102b86fa10"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"etag": "0x8DEADC4E4CE23BB",
|
||||||
|
"hash": "390159ef49444b9b0b98ce36b35bc068180103d078b73f0d3d67872eff375e3e"
|
||||||
|
},
|
||||||
|
"aarch64_linux_musl": {
|
||||||
|
"etag": "0x8DEADC4AB47CBC0",
|
||||||
|
"hash": "f23d2b4e343a54af3d925b557294c8c9d00dacb7bb98663f995a4427efebe1db"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"etag": "0x8DEADC4A1166B57",
|
||||||
|
"hash": "0cf28e019edb3708ba9755b8c822864ee6d6175d6fc167956972e78ea9ff0be3"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"0.19.4": {
|
"0.19.4": {
|
||||||
"x86_64_linux_musl": {
|
"x86_64_linux_musl": {
|
||||||
|
|||||||
80
manifests/cargo-llvm-cov.json
generated
80
manifests/cargo-llvm-cov.json
generated
@@ -30,10 +30,86 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "0.8.5"
|
"version": "0.8.7"
|
||||||
},
|
},
|
||||||
"0.8": {
|
"0.8": {
|
||||||
"version": "0.8.5"
|
"version": "0.8.7"
|
||||||
|
},
|
||||||
|
"0.8.7": {
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"etag": "0x8DEB08B2B1E1C29",
|
||||||
|
"hash": "967b5cc996c29d8baa52bbb4595ef1f53af35255af8e2036ddbc6468d7b523c7"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"etag": "0x8DEB08B20CA17C7",
|
||||||
|
"hash": "288ce0cb976207a9a1ad5af4d7ec9a06c9af116727066fb2287df8d9d1026be9"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"etag": "0x8DEB08BA5F00B0A",
|
||||||
|
"hash": "56bce7aef6bf906af0fe025d2459f8be483d65ed4c105760671f9c92449c966d"
|
||||||
|
},
|
||||||
|
"aarch64_linux_musl": {
|
||||||
|
"etag": "0x8DEB08B27EEC151",
|
||||||
|
"hash": "b7bb2ad514166f3b19fc06874c577eefde0010e5ac571f9ae33ff45cd19a4785"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"etag": "0x8DEB08B18434DF2",
|
||||||
|
"hash": "3efee732ed7e9a653e20d96c930e0ec799901289cce90f46bb20f627e2c0d2e9"
|
||||||
|
},
|
||||||
|
"aarch64_windows": {
|
||||||
|
"etag": "0x8DEB08B50DAB377",
|
||||||
|
"hash": "1f49a2f9e9c475c2587933b96572a5e5cc06a8a84560cdb60b21315868e576b7"
|
||||||
|
},
|
||||||
|
"powerpc64le_linux_musl": {
|
||||||
|
"etag": "0x8DEB08B2B8DC570",
|
||||||
|
"hash": "d2f1678408ccb5345bea02f8e1adc5aed38eb2fee27ee5752ccc3e3fa7e3e596"
|
||||||
|
},
|
||||||
|
"riscv64_linux_musl": {
|
||||||
|
"etag": "0x8DEB08B2D556124",
|
||||||
|
"hash": "d27f1cdb7d292f64214ecd9384fa87702f6e11c0c0f558f1b8f8d61bb6552ee2"
|
||||||
|
},
|
||||||
|
"s390x_linux_gnu": {
|
||||||
|
"etag": "0x8DEB08B2BDFA7FB",
|
||||||
|
"hash": "f65da6f59bc5091b223b82638b6333e14228cec59a3bde8e9f09f698d0dcdeb9"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"0.8.6": {
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"etag": "0x8DEAD9DFC629D58",
|
||||||
|
"hash": "15db93baf9410ed9dd01b89b9cc1d98cdc86bb381bc3ca77ba256f6cc6bf8852"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"etag": "0x8DEAD9DEFD2B9FE",
|
||||||
|
"hash": "5f92be8cff2016e5435b876a29e15f726a803701b4fab5fc7d295b94cd954afa"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"etag": "0x8DEAD9E249616EC",
|
||||||
|
"hash": "9e254799deddb5b8c99d0bb1785674891e06eb432c63deb2ae113ccd67f06e4d"
|
||||||
|
},
|
||||||
|
"aarch64_linux_musl": {
|
||||||
|
"etag": "0x8DEAD9DFB03ACB9",
|
||||||
|
"hash": "b3ad4cceb5a4cc2450c30f16a9fe86d0e673c311e3b807590b38b25b8a2eaf77"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"etag": "0x8DEAD9DF69D79EF",
|
||||||
|
"hash": "ef9e27aa59bfbe2c3006b8ad3dc8c64aee7b704a6c9236c3bcf711ec47c6c42d"
|
||||||
|
},
|
||||||
|
"aarch64_windows": {
|
||||||
|
"etag": "0x8DEAD9E22BC8D0D",
|
||||||
|
"hash": "2379527cd030cb0b99841fefc0a249e19bb614681a01e46c9759afba6f0b4ff2"
|
||||||
|
},
|
||||||
|
"powerpc64le_linux_musl": {
|
||||||
|
"etag": "0x8DEAD9DFE216AD4",
|
||||||
|
"hash": "5db10c4fcd4452dd544f0efc546c5d52d83e7d1c079d3a458aca414a70c44d88"
|
||||||
|
},
|
||||||
|
"riscv64_linux_musl": {
|
||||||
|
"etag": "0x8DEAD9DF80B4E05",
|
||||||
|
"hash": "ed2a13d217eb9c26d1c197460826b17a94ac234d87345b73d3096ac5caa1531f"
|
||||||
|
},
|
||||||
|
"s390x_linux_gnu": {
|
||||||
|
"etag": "0x8DEAD9E0CABCE5C",
|
||||||
|
"hash": "4a4fbf602624866c511f35cdf443bf8c631efd1de31694aea592e6b69fca1b8f"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"0.8.5": {
|
"0.8.5": {
|
||||||
"x86_64_linux_musl": {
|
"x86_64_linux_musl": {
|
||||||
|
|||||||
478
manifests/cargo-mutants.json
generated
Normal file
478
manifests/cargo-mutants.json
generated
Normal file
@@ -0,0 +1,478 @@
|
|||||||
|
{
|
||||||
|
"rust_crate": "cargo-mutants",
|
||||||
|
"template": null,
|
||||||
|
"latest": {
|
||||||
|
"version": "27.0.0"
|
||||||
|
},
|
||||||
|
"27": {
|
||||||
|
"version": "27.0.0"
|
||||||
|
},
|
||||||
|
"27.0": {
|
||||||
|
"version": "27.0.0"
|
||||||
|
},
|
||||||
|
"27.0.0": {
|
||||||
|
"x86_64_linux_gnu": {
|
||||||
|
"url": "https://github.com/sourcefrog/cargo-mutants/releases/download/v27.0.0/cargo-mutants-x86_64-unknown-linux-gnu.tar.gz",
|
||||||
|
"etag": "0x8DE7C6140E66D12",
|
||||||
|
"hash": "5083ce59bf9195ce9bb218278b609bbd183be897ca53671bad4df588fc7a9d7d"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"url": "https://github.com/sourcefrog/cargo-mutants/releases/download/v27.0.0/cargo-mutants-x86_64-apple-darwin.tar.gz",
|
||||||
|
"etag": "0x8DE7C6140AF6E5E",
|
||||||
|
"hash": "ea6f74aafe435a5d43c0ccd52a732da1741918c5d0a27dd52858020691e122b1"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"url": "https://github.com/sourcefrog/cargo-mutants/releases/download/v27.0.0/cargo-mutants-x86_64-pc-windows-msvc.zip",
|
||||||
|
"etag": "0x8DE7C617CE88B48",
|
||||||
|
"hash": "d79500d2cf8fd2833977061ccc3d64d3e4ddce0f09c32414c81bbdcfce197322"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"26": {
|
||||||
|
"version": "26.2.0"
|
||||||
|
},
|
||||||
|
"26.2": {
|
||||||
|
"version": "26.2.0"
|
||||||
|
},
|
||||||
|
"26.2.0": {
|
||||||
|
"x86_64_linux_gnu": {
|
||||||
|
"url": "https://github.com/sourcefrog/cargo-mutants/releases/download/v26.2.0/cargo-mutants-x86_64-unknown-linux-gnu.tar.gz",
|
||||||
|
"etag": "0x8DE6158D2F53622",
|
||||||
|
"hash": "5d6358fb9c56584ce685efa4f4977653cdc99a3896f75f0e11e6ead5f5ecf190"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"url": "https://github.com/sourcefrog/cargo-mutants/releases/download/v26.2.0/cargo-mutants-x86_64-apple-darwin.tar.gz",
|
||||||
|
"etag": "0x8DE6158ECC8089E",
|
||||||
|
"hash": "9ecffb0ec1b6f2e73f4d087194960dcb98f74952ccdc9bcf6ed1f45f1ea647f6"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"url": "https://github.com/sourcefrog/cargo-mutants/releases/download/v26.2.0/cargo-mutants-x86_64-pc-windows-msvc.zip",
|
||||||
|
"etag": "0x8DE61591075589A",
|
||||||
|
"hash": "49681ca8fb2d4185a2231c67f2b7d7fec9cbc67e5ea3c682cfb3b0a980d4dee0"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"26.0": {
|
||||||
|
"version": "26.0.0"
|
||||||
|
},
|
||||||
|
"26.0.0": {
|
||||||
|
"x86_64_linux_gnu": {
|
||||||
|
"url": "https://github.com/sourcefrog/cargo-mutants/releases/download/v26.0.0/cargo-mutants-x86_64-unknown-linux-gnu.tar.gz",
|
||||||
|
"etag": "0x8DE360B8D9A891D",
|
||||||
|
"hash": "749ad72f69555d7b7585ad0798413d7e7697ad3bb3102a0f4c878fe837a05392"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"url": "https://github.com/sourcefrog/cargo-mutants/releases/download/v26.0.0/cargo-mutants-x86_64-apple-darwin.tar.gz",
|
||||||
|
"etag": "0x8DE360BAA4624BA",
|
||||||
|
"hash": "c612ce8c042014a7e4b8fe405f2d85134d17ee16b1a83f467c3c6d6d61096d67"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"url": "https://github.com/sourcefrog/cargo-mutants/releases/download/v26.0.0/cargo-mutants-x86_64-pc-windows-msvc.zip",
|
||||||
|
"etag": "0x8DE360BDF111593",
|
||||||
|
"hash": "ca159cf27096aa35e6091f098ec158fe15ca981d02996a01287cc8a4a81fad82"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"25": {
|
||||||
|
"version": "25.3.1"
|
||||||
|
},
|
||||||
|
"25.3": {
|
||||||
|
"version": "25.3.1"
|
||||||
|
},
|
||||||
|
"25.3.1": {
|
||||||
|
"x86_64_linux_gnu": {
|
||||||
|
"url": "https://github.com/sourcefrog/cargo-mutants/releases/download/v25.3.1/cargo-mutants-x86_64-unknown-linux-gnu.tar.gz",
|
||||||
|
"etag": "0x8DDD82B57A6C769",
|
||||||
|
"hash": "be41e6f74b633452fb17ef3b6b6113e180130f7b5693863b400c58b39e476726"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"url": "https://github.com/sourcefrog/cargo-mutants/releases/download/v25.3.1/cargo-mutants-x86_64-apple-darwin.tar.gz",
|
||||||
|
"etag": "0x8DDD82B4C4F1BEA",
|
||||||
|
"hash": "091f451bd8f980911870b230e1721dfff2dfea05ac922e65db8b45e1059cb480"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"url": "https://github.com/sourcefrog/cargo-mutants/releases/download/v25.3.1/cargo-mutants-x86_64-pc-windows-msvc.zip",
|
||||||
|
"etag": "0x8DDD82BB406AD5C",
|
||||||
|
"hash": "3a1db3ec7a4cb0c809862b85dfddf3eb7bda7ffd584e7a2ea194a8b710da7e0e"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"25.3.0": {
|
||||||
|
"x86_64_linux_gnu": {
|
||||||
|
"url": "https://github.com/sourcefrog/cargo-mutants/releases/download/v25.3.0/cargo-mutants-x86_64-unknown-linux-gnu.tar.gz",
|
||||||
|
"etag": "0x8DDD824CD324921",
|
||||||
|
"hash": "96d06266a378cda0bbda30ac6253e8ac29f776c5fcde1c8d193d7f249489e0a4"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"url": "https://github.com/sourcefrog/cargo-mutants/releases/download/v25.3.0/cargo-mutants-x86_64-apple-darwin.tar.gz",
|
||||||
|
"etag": "0x8DDD824C56C1E69",
|
||||||
|
"hash": "d83e76014732a3bdb31d33de0288253bc04a2db6e73825305a585c1efe1bc346"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"url": "https://github.com/sourcefrog/cargo-mutants/releases/download/v25.3.0/cargo-mutants-x86_64-pc-windows-msvc.zip",
|
||||||
|
"etag": "0x8DDD8253326A997",
|
||||||
|
"hash": "9aeed779f58a5a75a6c7be8da7f60b97c7ae9b42f15249b21bebcbad0a3e44c3"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"25.2": {
|
||||||
|
"version": "25.2.2"
|
||||||
|
},
|
||||||
|
"25.2.2": {
|
||||||
|
"x86_64_linux_gnu": {
|
||||||
|
"url": "https://github.com/sourcefrog/cargo-mutants/releases/download/v25.2.2/cargo-mutants-x86_64-unknown-linux-gnu.tar.gz",
|
||||||
|
"etag": "0x8DDC66C7E4EA202",
|
||||||
|
"hash": "41d809e73dbaad977f92a075c6e87187dee655e7e78dc6f82b5fb365ead2c686"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"url": "https://github.com/sourcefrog/cargo-mutants/releases/download/v25.2.2/cargo-mutants-x86_64-apple-darwin.tar.gz",
|
||||||
|
"etag": "0x8DDC66CBD4DCE11",
|
||||||
|
"hash": "4241ab06b254b93352b1cfb20dd4d1d1408e18b660e538182b66254e9f88d21b"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"url": "https://github.com/sourcefrog/cargo-mutants/releases/download/v25.2.2/cargo-mutants-x86_64-pc-windows-msvc.zip",
|
||||||
|
"etag": "0x8DDC66CDC075C6E",
|
||||||
|
"hash": "0113af7e93812c3fb526e6b2c57104feabaa07fe8b3042227b9eaad631bcd1a9"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"25.2.1": {
|
||||||
|
"x86_64_linux_gnu": {
|
||||||
|
"url": "https://github.com/sourcefrog/cargo-mutants/releases/download/v25.2.1/cargo-mutants-x86_64-unknown-linux-gnu.tar.gz",
|
||||||
|
"etag": "0x8DDBFC31EF024CE",
|
||||||
|
"hash": "8051e53067c23de63f71537672930e8a43bd2c54ce2bce5187286a675fbc82a1"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"url": "https://github.com/sourcefrog/cargo-mutants/releases/download/v25.2.1/cargo-mutants-x86_64-apple-darwin.tar.gz",
|
||||||
|
"etag": "0x8DDBFC2E4BAAECD",
|
||||||
|
"hash": "47604df3027073d2c5e7cff5d29a7bedc67c0bf34089850a63b11f520eab224d"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"url": "https://github.com/sourcefrog/cargo-mutants/releases/download/v25.2.1/cargo-mutants-x86_64-pc-windows-msvc.zip",
|
||||||
|
"etag": "0x8DDBFC33B6D2E31",
|
||||||
|
"hash": "66455f2cc848ee977d8f28bd4b3c0136b7c5ca8be6a2664a19bddac4c7dfaadc"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"25.2.0": {
|
||||||
|
"x86_64_linux_gnu": {
|
||||||
|
"url": "https://github.com/sourcefrog/cargo-mutants/releases/download/v25.2.0/cargo-mutants-x86_64-unknown-linux-gnu.tar.gz",
|
||||||
|
"etag": "0x8DDB7EB6F783A79",
|
||||||
|
"hash": "e0a5ba049a3dff711b670797e8f0cbfff6a5a800636e5f74d6b298f19b6c8604"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"url": "https://github.com/sourcefrog/cargo-mutants/releases/download/v25.2.0/cargo-mutants-x86_64-apple-darwin.tar.gz",
|
||||||
|
"etag": "0x8DDB7EB67593339",
|
||||||
|
"hash": "92178380a2bf1346edf6cb5b9d9f7833ef5b7f382fc9551b2e0d031731ac6347"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"url": "https://github.com/sourcefrog/cargo-mutants/releases/download/v25.2.0/cargo-mutants-x86_64-pc-windows-msvc.zip",
|
||||||
|
"etag": "0x8DDB7EBAE35B0C4",
|
||||||
|
"hash": "58670f38147b428b00d8f1b531055addb9b3bc7fc25590630ac13b56769db517"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"25.1": {
|
||||||
|
"version": "25.1.0"
|
||||||
|
},
|
||||||
|
"25.1.0": {
|
||||||
|
"x86_64_linux_gnu": {
|
||||||
|
"url": "https://github.com/sourcefrog/cargo-mutants/releases/download/v25.1.0/cargo-mutants-x86_64-unknown-linux-gnu.tar.gz",
|
||||||
|
"etag": "0x8DDA43F4AA5BB6F",
|
||||||
|
"hash": "1d4f0ff88c70713c9125c4fe95e90d0d9b5841b3107b18612f86352ee0d5dfbf"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"url": "https://github.com/sourcefrog/cargo-mutants/releases/download/v25.1.0/cargo-mutants-x86_64-apple-darwin.tar.gz",
|
||||||
|
"etag": "0x8DDA43F63C4351A",
|
||||||
|
"hash": "90aec4ec10bb3c8578c279f48dc4477d52d9dc030c951f26c185d59a382161ad"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"url": "https://github.com/sourcefrog/cargo-mutants/releases/download/v25.1.0/cargo-mutants-x86_64-pc-windows-msvc.zip",
|
||||||
|
"etag": "0x8DDA43FC4906614",
|
||||||
|
"hash": "f318f8f557c64cecf61274cdf2adcb8e1d03a005c556115984fd4111e7d93442"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"25.0": {
|
||||||
|
"version": "25.0.1"
|
||||||
|
},
|
||||||
|
"25.0.1": {
|
||||||
|
"x86_64_linux_gnu": {
|
||||||
|
"url": "https://github.com/sourcefrog/cargo-mutants/releases/download/v25.0.1/cargo-mutants-x86_64-unknown-linux-gnu.tar.gz",
|
||||||
|
"etag": "0x8DD491A2EB59B91",
|
||||||
|
"hash": "c2bbcc2f1538b7190d861dd4180bb5ff762c2653f0083784dfed1a379f96805f"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"url": "https://github.com/sourcefrog/cargo-mutants/releases/download/v25.0.1/cargo-mutants-x86_64-apple-darwin.tar.gz",
|
||||||
|
"etag": "0x8DD491A30293539",
|
||||||
|
"hash": "fbc94437f2439e7f712e3f3ab95aab69611c10cc446edd4a1d94e5e8c6063027"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"url": "https://github.com/sourcefrog/cargo-mutants/releases/download/v25.0.1/cargo-mutants-x86_64-pc-windows-msvc.zip",
|
||||||
|
"etag": "0x8DD491A8AB18266",
|
||||||
|
"hash": "3571f31092e987b2b24c91d4078d5ee5a170f0f434557212c4defda3d741d6a7"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"24": {
|
||||||
|
"version": "24.11.1"
|
||||||
|
},
|
||||||
|
"24.11": {
|
||||||
|
"version": "24.11.1"
|
||||||
|
},
|
||||||
|
"24.11.1": {
|
||||||
|
"x86_64_linux_gnu": {
|
||||||
|
"url": "https://github.com/sourcefrog/cargo-mutants/releases/download/v24.11.1/cargo-mutants-x86_64-unknown-linux-gnu.tar.xz",
|
||||||
|
"etag": "0x8DD0B62D6E7C782",
|
||||||
|
"hash": "2d425915f13e6ecf6f76e702c07a4612d5b5eb59e0902e1f0342f265bce306d7"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"url": "https://github.com/sourcefrog/cargo-mutants/releases/download/v24.11.1/cargo-mutants-x86_64-apple-darwin.tar.xz",
|
||||||
|
"etag": "0x8DD0B62D7F852F8",
|
||||||
|
"hash": "9001fe945e4004a86e8104f564588fbd83c562e4a9a734d5fccc1d026136c523"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"url": "https://github.com/sourcefrog/cargo-mutants/releases/download/v24.11.1/cargo-mutants-x86_64-pc-windows-msvc.zip",
|
||||||
|
"etag": "0x8DD0B62D792D762",
|
||||||
|
"hash": "6ced7ec7c9b7558b3b0ecb7d61c62c2db3e91b35d8ce16214b48ef23b10c8fe0"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"24.11.0": {
|
||||||
|
"x86_64_linux_gnu": {
|
||||||
|
"url": "https://github.com/sourcefrog/cargo-mutants/releases/download/v24.11.0/cargo-mutants-x86_64-unknown-linux-gnu.tar.xz",
|
||||||
|
"etag": "0x8DD0270AE8E880F",
|
||||||
|
"hash": "aaad95b83afafac1886c1ff11b123144ac5899f7c24fa2c4cf7698cd0da2a053"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"url": "https://github.com/sourcefrog/cargo-mutants/releases/download/v24.11.0/cargo-mutants-x86_64-apple-darwin.tar.xz",
|
||||||
|
"etag": "0x8DD0270AF7793AF",
|
||||||
|
"hash": "3401d59c3a6dbe3c9953f9ecb0cff5fe79038803aa26af6a6a55ac58ced280c8"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"url": "https://github.com/sourcefrog/cargo-mutants/releases/download/v24.11.0/cargo-mutants-x86_64-pc-windows-msvc.zip",
|
||||||
|
"etag": "0x8DD0270AF10BA18",
|
||||||
|
"hash": "5344a4edfdd7b1dd01960cfe5f013a2378f9fe8d61636e7a829cb218859ca776"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"24.9": {
|
||||||
|
"version": "24.9.0"
|
||||||
|
},
|
||||||
|
"24.9.0": {
|
||||||
|
"x86_64_linux_gnu": {
|
||||||
|
"url": "https://github.com/sourcefrog/cargo-mutants/releases/download/v24.9.0/cargo-mutants-x86_64-unknown-linux-gnu.tar.xz",
|
||||||
|
"etag": "0x8DCE15A48CE5EA8",
|
||||||
|
"hash": "61236c4caa79d8971f50446c9254bc219018b167f73fd265ea4dc90f892efbf5"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"url": "https://github.com/sourcefrog/cargo-mutants/releases/download/v24.9.0/cargo-mutants-x86_64-apple-darwin.tar.xz",
|
||||||
|
"etag": "0x8DCE15A4A132CAE",
|
||||||
|
"hash": "96bbeb6f879b5dd6f9c3e8e8e9c368ab5ae7641c0a7b50bf43a96020f96dac1c"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"url": "https://github.com/sourcefrog/cargo-mutants/releases/download/v24.9.0/cargo-mutants-x86_64-pc-windows-msvc.zip",
|
||||||
|
"etag": "0x8DCE15A498E17B8",
|
||||||
|
"hash": "c18967950c78d8fc6186266dcad001d2a90e2e59b66047bd3539b5dfbddcf03d"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"24.7": {
|
||||||
|
"version": "24.7.1"
|
||||||
|
},
|
||||||
|
"24.7.1": {
|
||||||
|
"x86_64_linux_gnu": {
|
||||||
|
"url": "https://github.com/sourcefrog/cargo-mutants/releases/download/v24.7.1/cargo-mutants-x86_64-unknown-linux-gnu.tar.xz",
|
||||||
|
"etag": "0x8DCACB7A0F2851E",
|
||||||
|
"hash": "947d551c7e13723b70a9954b1a0dcaca46a19c1308e5a605ea09df2cceb3b3f1"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"url": "https://github.com/sourcefrog/cargo-mutants/releases/download/v24.7.1/cargo-mutants-x86_64-apple-darwin.tar.xz",
|
||||||
|
"etag": "0x8DCACB7A25ED29A",
|
||||||
|
"hash": "9438cbc12d6155eb15698099280cf9df793d1b1ff12a158744807696c81339a6"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"url": "https://github.com/sourcefrog/cargo-mutants/releases/download/v24.7.1/cargo-mutants-x86_64-pc-windows-msvc.zip",
|
||||||
|
"etag": "0x8DCACB7A1981CB6",
|
||||||
|
"hash": "b25fc0e7132d2a619da425ac364d535f5e8153e3b9c459cdef9e2710b36b5ebe"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"24.7.0": {
|
||||||
|
"x86_64_linux_gnu": {
|
||||||
|
"url": "https://github.com/sourcefrog/cargo-mutants/releases/download/v24.7.0/cargo-mutants-x86_64-unknown-linux-gnu.tar.xz",
|
||||||
|
"etag": "0x8DC9CFC44AD726D",
|
||||||
|
"hash": "9452f685e16b911f95456d9b923c48816c1d515142962be7037b9049c8297711"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"url": "https://github.com/sourcefrog/cargo-mutants/releases/download/v24.7.0/cargo-mutants-x86_64-apple-darwin.tar.xz",
|
||||||
|
"etag": "0x8DC9CFC45CFC3FB",
|
||||||
|
"hash": "7619ad6983214c4ecc163c0fdff8431e7da3f62b5cd65608119d228c868f6241"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"url": "https://github.com/sourcefrog/cargo-mutants/releases/download/v24.7.0/cargo-mutants-x86_64-pc-windows-msvc.zip",
|
||||||
|
"etag": "0x8DC9CFC4546204E",
|
||||||
|
"hash": "46a80430675334b7e95227ff6548229f70bbb71eabc19a9f271352ea8adef732"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"24.5": {
|
||||||
|
"version": "24.5.0"
|
||||||
|
},
|
||||||
|
"24.5.0": {
|
||||||
|
"x86_64_linux_gnu": {
|
||||||
|
"url": "https://github.com/sourcefrog/cargo-mutants/releases/download/v24.5.0/cargo-mutants-x86_64-unknown-linux-gnu.tar.xz",
|
||||||
|
"etag": "0x8DC744EABC331AD",
|
||||||
|
"hash": "c6a43a41fa1a035d06c13f8f6aa5a2d01ff668c6ed464ddc52c44a0d17a562ab"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"url": "https://github.com/sourcefrog/cargo-mutants/releases/download/v24.5.0/cargo-mutants-x86_64-apple-darwin.tar.xz",
|
||||||
|
"etag": "0x8DC744EAD33E74D",
|
||||||
|
"hash": "69069ed5ab31884a6c28bffdb6b22d0981eaab72c79ce90690dce7abad91fd23"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"url": "https://github.com/sourcefrog/cargo-mutants/releases/download/v24.5.0/cargo-mutants-x86_64-pc-windows-msvc.zip",
|
||||||
|
"etag": "0x8DC744EAC8F120A",
|
||||||
|
"hash": "ee9d8c82b2421fb1cddb11f84720d204d47f50763763d7bd129969d3f1671245"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"24.4": {
|
||||||
|
"version": "24.4.0"
|
||||||
|
},
|
||||||
|
"24.4.0": {
|
||||||
|
"x86_64_linux_gnu": {
|
||||||
|
"url": "https://github.com/sourcefrog/cargo-mutants/releases/download/v24.4.0/cargo-mutants-x86_64-unknown-linux-gnu.tar.xz",
|
||||||
|
"etag": "0x8DC626DF8BE8265",
|
||||||
|
"hash": "c1113af33c82571e53b5ef0073bd433f0b06b4363da184865b3276fa19389b4f"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"url": "https://github.com/sourcefrog/cargo-mutants/releases/download/v24.4.0/cargo-mutants-x86_64-apple-darwin.tar.xz",
|
||||||
|
"etag": "0x8DC626E04DB7CED",
|
||||||
|
"hash": "9521ae55128104d5c514e1abc297e91e1b3bfc7b54e79b52e8815c9ed5852ae5"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"url": "https://github.com/sourcefrog/cargo-mutants/releases/download/v24.4.0/cargo-mutants-x86_64-pc-windows-msvc.zip",
|
||||||
|
"etag": "0x8DC626DF9941BAF",
|
||||||
|
"hash": "1a12dc7d21f1c7cc656f0295c07698b0e29589791a361ddf7d9f1627a0c1d7aa"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"24.3": {
|
||||||
|
"version": "24.3.0"
|
||||||
|
},
|
||||||
|
"24.3.0": {
|
||||||
|
"x86_64_linux_gnu": {
|
||||||
|
"url": "https://github.com/sourcefrog/cargo-mutants/releases/download/v24.3.0/cargo-mutants-x86_64-unknown-linux-gnu.tar.xz",
|
||||||
|
"etag": "0x8DC4C2624753B38",
|
||||||
|
"hash": "81371a28c9a96675ac1d29fb85a8ce4141510450644ba72e58f1c18a50bcf3b8"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"url": "https://github.com/sourcefrog/cargo-mutants/releases/download/v24.3.0/cargo-mutants-x86_64-apple-darwin.tar.xz",
|
||||||
|
"etag": "0x8DC4C2626F73F72",
|
||||||
|
"hash": "d0d3d3866765d2a3675995ac7683234796af67cd5f1b4510d9c974e6be255dd9"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"url": "https://github.com/sourcefrog/cargo-mutants/releases/download/v24.3.0/cargo-mutants-x86_64-pc-windows-msvc.zip",
|
||||||
|
"etag": "0x8DC4C26252D0E28",
|
||||||
|
"hash": "27ee3a942056e3ad1c466e49da0ee028dbd8bfc3bd81c5ac4ff6a71e76c48e34"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"24.2": {
|
||||||
|
"version": "24.2.1"
|
||||||
|
},
|
||||||
|
"24.2.1": {
|
||||||
|
"x86_64_linux_gnu": {
|
||||||
|
"url": "https://github.com/sourcefrog/cargo-mutants/releases/download/v24.2.1/cargo-mutants-x86_64-unknown-linux-gnu.tar.xz",
|
||||||
|
"etag": "0x8DC3642444159AD",
|
||||||
|
"hash": "781b65f9828b9eeeb2eb87222b30a1923e83bf130f9715ee3c423db254fab759"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"url": "https://github.com/sourcefrog/cargo-mutants/releases/download/v24.2.1/cargo-mutants-x86_64-apple-darwin.tar.xz",
|
||||||
|
"etag": "0x8DC3642453EE79A",
|
||||||
|
"hash": "bca0d57fd1781109cd11e643f0e7d2b645e455ea3ec09347c5e60ecac9570128"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"url": "https://github.com/sourcefrog/cargo-mutants/releases/download/v24.2.1/cargo-mutants-x86_64-pc-windows-msvc.zip",
|
||||||
|
"etag": "0x8DC364244E5935B",
|
||||||
|
"hash": "7de241443f01d72a1c45b985b5d1fd187d6ad6c6f3ec6d1ac5560eb8cf8471f7"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"24.2.0": {
|
||||||
|
"x86_64_linux_gnu": {
|
||||||
|
"url": "https://github.com/sourcefrog/cargo-mutants/releases/download/v24.2.0/cargo-mutants-x86_64-unknown-linux-gnu.tar.xz",
|
||||||
|
"etag": "0x8DC25C8E4D499D5",
|
||||||
|
"hash": "43a4f6dce91c7c40e3d60e992b682c52ec1bc99c4ba04cca40176203be7391ea"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"url": "https://github.com/sourcefrog/cargo-mutants/releases/download/v24.2.0/cargo-mutants-x86_64-apple-darwin.tar.xz",
|
||||||
|
"etag": "0x8DC6E57B3629D95",
|
||||||
|
"hash": "f2690a68976209ab4f4aaa4dd88fc2f835f3dbbd04938bba74a60a2b06f858d9"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"url": "https://github.com/sourcefrog/cargo-mutants/releases/download/v24.2.0/cargo-mutants-x86_64-pc-windows-msvc.zip",
|
||||||
|
"etag": "0x8DC25C8E56DE34E",
|
||||||
|
"hash": "c86d54585747e28ce9f8e0fb6c309c03c831bc7ffc47ede819fd7a9e0a2e46e5"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"24.1": {
|
||||||
|
"version": "24.1.2"
|
||||||
|
},
|
||||||
|
"24.1.2": {
|
||||||
|
"x86_64_linux_gnu": {
|
||||||
|
"url": "https://github.com/sourcefrog/cargo-mutants/releases/download/v24.1.2/cargo-mutants-x86_64-unknown-linux-gnu.tar.xz",
|
||||||
|
"etag": "0x8DC1CFD31F8E32E",
|
||||||
|
"hash": "7148c146f30834d7dda837d85cb0204bb454ddcc334c6bff65945c7656539022"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"url": "https://github.com/sourcefrog/cargo-mutants/releases/download/v24.1.2/cargo-mutants-x86_64-apple-darwin.tar.xz",
|
||||||
|
"etag": "0x8DC1CFD340CC25E",
|
||||||
|
"hash": "e4451a933e33d743d53a23037738a15ca67d7af636ba2fb3ba4359aefb094b98"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"url": "https://github.com/sourcefrog/cargo-mutants/releases/download/v24.1.2/cargo-mutants-x86_64-pc-windows-msvc.zip",
|
||||||
|
"etag": "0x8DC1CFD32973022",
|
||||||
|
"hash": "39ecec1fd4fa07bdffa2a5df8dc30d128b2fa206898f33e1c69ff2b017925d87"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"24.1.1": {
|
||||||
|
"x86_64_linux_gnu": {
|
||||||
|
"url": "https://github.com/sourcefrog/cargo-mutants/releases/download/v24.1.1/cargo-mutants-x86_64-unknown-linux-gnu.tar.xz",
|
||||||
|
"etag": "0x8DC16B49E5363AF",
|
||||||
|
"hash": "f3ec93c5e85599e114eb2d732e550df20ecf145020bcd1270e2bb5dc8a0b25c0"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"url": "https://github.com/sourcefrog/cargo-mutants/releases/download/v24.1.1/cargo-mutants-x86_64-apple-darwin.tar.xz",
|
||||||
|
"etag": "0x8DC16B4A58800FF",
|
||||||
|
"hash": "7e0b8542089af53a6eed905a50f1d57ecd3f4914af0bb0433129c9087a5af836"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"url": "https://github.com/sourcefrog/cargo-mutants/releases/download/v24.1.1/cargo-mutants-x86_64-pc-windows-msvc.zip",
|
||||||
|
"etag": "0x8DC16B4A031A245",
|
||||||
|
"hash": "18daa54e718d47c5d94e94718760b7e0b54da7d220507ac44f52817eabf9865d"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"24.1.0": {
|
||||||
|
"x86_64_linux_gnu": {
|
||||||
|
"url": "https://github.com/sourcefrog/cargo-mutants/releases/download/v24.1.0/cargo-mutants-x86_64-unknown-linux-gnu.tar.xz",
|
||||||
|
"etag": "0x8DC13E7777223F9",
|
||||||
|
"hash": "03e80419baf9b4244f304b19b1baac57e08425675650c854c01a937945a1f8d4"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"url": "https://github.com/sourcefrog/cargo-mutants/releases/download/v24.1.0/cargo-mutants-x86_64-apple-darwin.tar.xz",
|
||||||
|
"etag": "0x8DC13E7798567D7",
|
||||||
|
"hash": "c01cd159db0be3c80cac1bdbdbe755cd492a3d4e90065c9235d550c48c040587"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"url": "https://github.com/sourcefrog/cargo-mutants/releases/download/v24.1.0/cargo-mutants-x86_64-pc-windows-msvc.zip",
|
||||||
|
"etag": "0x8DC13E778F699C1",
|
||||||
|
"hash": "a21ad70d36d7591d78ada6470c2394115f7d009b1572460fd51476ec334b8304"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"23": {
|
||||||
|
"version": "23.12.2"
|
||||||
|
},
|
||||||
|
"23.12": {
|
||||||
|
"version": "23.12.2"
|
||||||
|
},
|
||||||
|
"23.12.2": {
|
||||||
|
"x86_64_linux_gnu": {
|
||||||
|
"url": "https://github.com/sourcefrog/cargo-mutants/releases/download/v23.12.2/cargo-mutants-x86_64-unknown-linux-gnu.tar.xz",
|
||||||
|
"etag": "0x8DC0393B7E2DE8E",
|
||||||
|
"hash": "3208e14a514b4b61c1acaa5b37717c7a7ea50775bad186c119e1364c8dc6256b"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"url": "https://github.com/sourcefrog/cargo-mutants/releases/download/v23.12.2/cargo-mutants-x86_64-apple-darwin.tar.xz",
|
||||||
|
"etag": "0x8DC0393B96202A4",
|
||||||
|
"hash": "6aeeb89e835c9308ced743b8e8211f9ef89e5bef1817ea163fa831fa7cd24c26"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"url": "https://github.com/sourcefrog/cargo-mutants/releases/download/v23.12.2/cargo-mutants-x86_64-pc-windows-msvc.zip",
|
||||||
|
"etag": "0x8DC0393B8AEBEC7",
|
||||||
|
"hash": "4a56ad34a236af00683dd8246f87fd4eb89453dbac1afc89471c52c7f0d4267a"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
109
manifests/cargo-nextest.json
generated
109
manifests/cargo-nextest.json
generated
@@ -27,10 +27,115 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "0.9.133"
|
"version": "0.9.135"
|
||||||
},
|
},
|
||||||
"0.9": {
|
"0.9": {
|
||||||
"version": "0.9.133"
|
"version": "0.9.135"
|
||||||
|
},
|
||||||
|
"0.9.136": {
|
||||||
|
"previous_stable_version": "0.9.135",
|
||||||
|
"x86_64_linux_gnu": {
|
||||||
|
"etag": "0x8DEB3AF11CB8A66",
|
||||||
|
"hash": "a098eed56f2dd88c7fdca1e554a6b99fa1ffbd2a7a1c41b865700112981f6f52"
|
||||||
|
},
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"etag": "0x8DEB3AF6FEB7AA4",
|
||||||
|
"hash": "91fa94ff0b41fb31f28a7aa6ed95e5ee8bc6b034708f652e78851ff276710b10"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"etag": "0x8DEB3AF100180E7",
|
||||||
|
"hash": "905fa8b5150caa012b182f6e1b9234c62aed8290883f848e7416f974faada4ce"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"etag": "0x8DEB3B11B80C5C3",
|
||||||
|
"hash": "bd0213bae25c897e86a9bdc58529d5f1068ba8280540e6390d184f23d139225d"
|
||||||
|
},
|
||||||
|
"aarch64_linux_gnu": {
|
||||||
|
"etag": "0x8DEB3AF3841BDE0",
|
||||||
|
"hash": "2a6d9e1dd07b56b4bbe03b73778615dbff2f623e54c8dd4fa9642901e11494ee"
|
||||||
|
},
|
||||||
|
"aarch64_linux_musl": {
|
||||||
|
"etag": "0x8DEB3AF27BEBC61",
|
||||||
|
"hash": "36f72249f7583909598e239dbb6d3092ac300b02d067c994e9b10c9c6e8076cf"
|
||||||
|
},
|
||||||
|
"aarch64_windows": {
|
||||||
|
"etag": "0x8DEB3B0C6C5DEC8",
|
||||||
|
"hash": "dfd85c450b9fa1db1c9a2ba1db15e88bf7d0857d0a9ae24622cd2e51c32088d0"
|
||||||
|
},
|
||||||
|
"riscv64_linux_gnu": {
|
||||||
|
"etag": "0x8DEB3AF5750BF8A",
|
||||||
|
"hash": "999eda3bc44a05ceed1b52f1e1b1bd840e71bbea76207d49cc2e88fb534efeb2"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"0.9.135": {
|
||||||
|
"previous_stable_version": "0.9.134",
|
||||||
|
"x86_64_linux_gnu": {
|
||||||
|
"etag": "0x8DEB1F3CDBFBD91",
|
||||||
|
"hash": "547090eba95177d474ce7ec9d73d5d7d54363fd2bb180b7168aac1d72b2776de"
|
||||||
|
},
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"etag": "0x8DEB1F365575FAB",
|
||||||
|
"hash": "c485608adb7ed4a81abdbe432b7fe47d053fca45d645d1786f4e97aa8344cdc1"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"etag": "0x8DEB1F3416FF485",
|
||||||
|
"hash": "63d5ff2cffabe7fc9b4ee5ab7e7569cf52203a95060eeca987bdadf844e20a6e"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"etag": "0x8DEB1F3F01F0DC7",
|
||||||
|
"hash": "db1d77573f0d4d2fe0927e3b044196cf0c69c19aa41c57b4637d6dca47f93420"
|
||||||
|
},
|
||||||
|
"aarch64_linux_gnu": {
|
||||||
|
"etag": "0x8DEB1F33352DBFA",
|
||||||
|
"hash": "3cbe45dcea1a11e4134a50b5d32827db942bc070c96d6eb8b97b84a88dccba62"
|
||||||
|
},
|
||||||
|
"aarch64_linux_musl": {
|
||||||
|
"etag": "0x8DEB1F33F808BEC",
|
||||||
|
"hash": "1bd819f4a3d4bef2479d128b161718c1097818e42353dec656d176bd0b0f971d"
|
||||||
|
},
|
||||||
|
"aarch64_windows": {
|
||||||
|
"etag": "0x8DEB1F42AE18A55",
|
||||||
|
"hash": "d710fd72305af5ec235e3a588af46c9781200d92139c19ded1f293630252efb2"
|
||||||
|
},
|
||||||
|
"riscv64_linux_gnu": {
|
||||||
|
"etag": "0x8DEB1F3E113245E",
|
||||||
|
"hash": "623e4640572a4de6a7e4009704673ca83f1f4b1ccc73ce6f3cf006c9da4273b1"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"0.9.134": {
|
||||||
|
"previous_stable_version": "0.9.133",
|
||||||
|
"x86_64_linux_gnu": {
|
||||||
|
"etag": "0x8DEB1E36F11ED7F",
|
||||||
|
"hash": "3b4f60a5da132c1ccfe69377870dad227b3a05195cf8c147b1d3ce59a4f55a35"
|
||||||
|
},
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"etag": "0x8DEB1E224755F1E",
|
||||||
|
"hash": "6a7ef4ba6aaa6b11229d610bf0dcfeacf49e5394b0dafdc9d22989d0588b88f6"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"etag": "0x8DEB1E23A6E0814",
|
||||||
|
"hash": "42e692d0f1976da9adefe28a6d9608b0d9e19f4c8043a71bef878a2e19f456ec"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"etag": "0x8DEB1E33C04E37A",
|
||||||
|
"hash": "3eddef2e68b4cc4c40c9146f2a0b9b93f77364c5d89024c87502fdf4f53083ea"
|
||||||
|
},
|
||||||
|
"aarch64_linux_gnu": {
|
||||||
|
"etag": "0x8DEB1E36DA48F73",
|
||||||
|
"hash": "1de6c57858c71d0e7d455e41e5d38b4ff21c6c7fad066162cca04ea389980727"
|
||||||
|
},
|
||||||
|
"aarch64_linux_musl": {
|
||||||
|
"etag": "0x8DEB1E28562F471",
|
||||||
|
"hash": "ee68356006f7671e03ea62a13ada82fb00b064a9c0979f56797e8c994949ef41"
|
||||||
|
},
|
||||||
|
"aarch64_windows": {
|
||||||
|
"etag": "0x8DEB1E3BD39E9E6",
|
||||||
|
"hash": "511b2e114cd39695d0f49f6cc9a1117803e69599dede78254298a8fbd66362a6"
|
||||||
|
},
|
||||||
|
"riscv64_linux_gnu": {
|
||||||
|
"etag": "0x8DEB1E1BC46DD67",
|
||||||
|
"hash": "6d8b199bdd9dead86957970225e53a681424a10d8d14f1ec58afdfac8d1c2ce6"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"0.9.133": {
|
"0.9.133": {
|
||||||
"previous_stable_version": "0.9.132",
|
"previous_stable_version": "0.9.132",
|
||||||
|
|||||||
396
manifests/cargo-zigbuild.json
generated
396
manifests/cargo-zigbuild.json
generated
@@ -1,134 +1,450 @@
|
|||||||
{
|
{
|
||||||
"rust_crate": "cargo-zigbuild",
|
"rust_crate": "cargo-zigbuild",
|
||||||
"template": {
|
"template": null,
|
||||||
|
"latest": {
|
||||||
|
"version": "0.22.3"
|
||||||
|
},
|
||||||
|
"0.22": {
|
||||||
|
"version": "0.22.3"
|
||||||
|
},
|
||||||
|
"0.22.3": {
|
||||||
"x86_64_linux_musl": {
|
"x86_64_linux_musl": {
|
||||||
"url": "https://github.com/rust-cross/cargo-zigbuild/releases/download/v${version}/cargo-zigbuild-v${version}.x86_64-unknown-linux-musl.tar.gz"
|
"url": "https://github.com/rust-cross/cargo-zigbuild/releases/download/v0.22.3/cargo-zigbuild-x86_64-unknown-linux-musl.tar.xz",
|
||||||
|
"etag": "0x8DEA3421223A1E0",
|
||||||
|
"hash": "9fd7d8136cbf7ab2ae44c046f4985c7a1aa6e2ed483187396df0076bedfa196b",
|
||||||
|
"bin": "cargo-zigbuild-x86_64-unknown-linux-musl/cargo-zigbuild"
|
||||||
},
|
},
|
||||||
"x86_64_macos": {
|
"x86_64_macos": {
|
||||||
"url": "https://github.com/rust-cross/cargo-zigbuild/releases/download/v${version}/cargo-zigbuild-v${version}.apple-darwin.tar.gz"
|
"url": "https://github.com/rust-cross/cargo-zigbuild/releases/download/v0.22.3/cargo-zigbuild-x86_64-apple-darwin.tar.xz",
|
||||||
|
"etag": "0x8DEA34211D2F66A",
|
||||||
|
"hash": "ac190e1055b35656f272635a48bab3254b0e8098d2a0a943021e031f1fd66e6f",
|
||||||
|
"bin": "cargo-zigbuild-x86_64-apple-darwin/cargo-zigbuild"
|
||||||
},
|
},
|
||||||
"x86_64_windows": {
|
"x86_64_windows": {
|
||||||
"url": "https://github.com/rust-cross/cargo-zigbuild/releases/download/v${version}/cargo-zigbuild-v${version}.windows-x64.zip"
|
"url": "https://github.com/rust-cross/cargo-zigbuild/releases/download/v0.22.3/cargo-zigbuild-x86_64-pc-windows-msvc.zip",
|
||||||
|
"etag": "0x8DEA34211F131D2",
|
||||||
|
"hash": "675804464634cf068dc206e9fafc1bd4557ffcc0b1638a1ff246d899b776fe35",
|
||||||
|
"bin": "cargo-zigbuild.exe"
|
||||||
},
|
},
|
||||||
"aarch64_linux_musl": {
|
"aarch64_linux_gnu": {
|
||||||
"url": "https://github.com/rust-cross/cargo-zigbuild/releases/download/v${version}/cargo-zigbuild-v${version}.aarch64-unknown-linux-musl.tar.gz"
|
"url": "https://github.com/rust-cross/cargo-zigbuild/releases/download/v0.22.3/cargo-zigbuild-aarch64-unknown-linux-gnu.tar.xz",
|
||||||
|
"etag": "0x8DEA34211BB6A1E",
|
||||||
|
"hash": "6f86a78cf8be222ac08a68a944ffd8a1ef9d455c504097f0ffbd8bcfbe434a55",
|
||||||
|
"bin": "cargo-zigbuild-aarch64-unknown-linux-gnu/cargo-zigbuild"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"url": "https://github.com/rust-cross/cargo-zigbuild/releases/download/v0.22.3/cargo-zigbuild-aarch64-apple-darwin.tar.xz",
|
||||||
|
"etag": "0x8DEA342118A3132",
|
||||||
|
"hash": "29caf036bdbb4e6f07afea31706b6f386cb5a4db9a46a3a8b462b9b78157e08d",
|
||||||
|
"bin": "cargo-zigbuild-aarch64-apple-darwin/cargo-zigbuild"
|
||||||
},
|
},
|
||||||
"aarch64_windows": {
|
"aarch64_windows": {
|
||||||
"url": "https://github.com/rust-cross/cargo-zigbuild/releases/download/v${version}/cargo-zigbuild-v${version}.windows-arm64.zip"
|
"url": "https://github.com/rust-cross/cargo-zigbuild/releases/download/v0.22.3/cargo-zigbuild-aarch64-pc-windows-msvc.zip",
|
||||||
|
"etag": "0x8DEA342119092AA",
|
||||||
|
"hash": "f71b91912d79d8d71cd86d8ce73cc69c0615800bf34a86f6e1ac81b70084e5c5",
|
||||||
|
"bin": "cargo-zigbuild.exe"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"latest": {
|
"0.22.2": {
|
||||||
"version": "0.21.4"
|
"x86_64_linux_musl": {
|
||||||
|
"url": "https://github.com/rust-cross/cargo-zigbuild/releases/download/v0.22.2/cargo-zigbuild-x86_64-unknown-linux-musl.tar.xz",
|
||||||
|
"etag": "0x8DE9BB7B6D9505D",
|
||||||
|
"hash": "c42788ed655c4a51509356ba082c84296d82669b261c9e1cfd91eb8a13d4efb5",
|
||||||
|
"bin": "cargo-zigbuild-x86_64-unknown-linux-musl/cargo-zigbuild"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"url": "https://github.com/rust-cross/cargo-zigbuild/releases/download/v0.22.2/cargo-zigbuild-x86_64-apple-darwin.tar.xz",
|
||||||
|
"etag": "0x8DE9BB7B67FAE33",
|
||||||
|
"hash": "2f80388c3c96142b6f0117ecbdb13be60b360a8a643e252bd7f163f012fd5a8e",
|
||||||
|
"bin": "cargo-zigbuild-x86_64-apple-darwin/cargo-zigbuild"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"url": "https://github.com/rust-cross/cargo-zigbuild/releases/download/v0.22.2/cargo-zigbuild-x86_64-pc-windows-msvc.zip",
|
||||||
|
"etag": "0x8DE9BB7B698E640",
|
||||||
|
"hash": "4cedc2d2d9b6a8f021d05820cb29c0cc491d34cf1771a9a6ef6ce37c5fbf4d7c",
|
||||||
|
"bin": "cargo-zigbuild.exe"
|
||||||
|
},
|
||||||
|
"aarch64_linux_gnu": {
|
||||||
|
"url": "https://github.com/rust-cross/cargo-zigbuild/releases/download/v0.22.2/cargo-zigbuild-aarch64-unknown-linux-gnu.tar.xz",
|
||||||
|
"etag": "0x8DE9BB7B617766F",
|
||||||
|
"hash": "bb88821dfb46ffa9a4dcbc0468f668b982bfb70d20e3981a39786d53daf9d98d",
|
||||||
|
"bin": "cargo-zigbuild-aarch64-unknown-linux-gnu/cargo-zigbuild"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"url": "https://github.com/rust-cross/cargo-zigbuild/releases/download/v0.22.2/cargo-zigbuild-aarch64-apple-darwin.tar.xz",
|
||||||
|
"etag": "0x8DE9BB7B61189A4",
|
||||||
|
"hash": "fa3dd887effa1bcd9e55ed65d1fc14c45cafa9bfd936e8bed273064344811c51",
|
||||||
|
"bin": "cargo-zigbuild-aarch64-apple-darwin/cargo-zigbuild"
|
||||||
|
},
|
||||||
|
"aarch64_windows": {
|
||||||
|
"url": "https://github.com/rust-cross/cargo-zigbuild/releases/download/v0.22.2/cargo-zigbuild-aarch64-pc-windows-msvc.zip",
|
||||||
|
"etag": "0x8DE9BB7B5FF4EA1",
|
||||||
|
"hash": "4be832e9d1022c78e1d7b21a8beeb7905a88ee52d80ad90d2eb66f60c1de2886",
|
||||||
|
"bin": "cargo-zigbuild.exe"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"0.22.1": {
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"url": "https://github.com/rust-cross/cargo-zigbuild/releases/download/v0.22.1/cargo-zigbuild-x86_64-unknown-linux-musl.tar.xz",
|
||||||
|
"etag": "0x8DE6ECE4D08B61B",
|
||||||
|
"hash": "b18ca96a420b4fce29cd397308289b1f34298ca9d425daa0b4450fc95ee3260b",
|
||||||
|
"bin": "cargo-zigbuild-x86_64-unknown-linux-musl/cargo-zigbuild"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"url": "https://github.com/rust-cross/cargo-zigbuild/releases/download/v0.22.1/cargo-zigbuild-x86_64-apple-darwin.tar.xz",
|
||||||
|
"etag": "0x8DE6ECE4CB9B66F",
|
||||||
|
"hash": "604c8c6e7321af4056448b304fe6da79e3cb337d2db04a63b8c78ae5b53d59c3",
|
||||||
|
"bin": "cargo-zigbuild-x86_64-apple-darwin/cargo-zigbuild"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"url": "https://github.com/rust-cross/cargo-zigbuild/releases/download/v0.22.1/cargo-zigbuild-x86_64-pc-windows-msvc.zip",
|
||||||
|
"etag": "0x8DE6ECE4CD7564E",
|
||||||
|
"hash": "786ad41f0296caf6ce43a6b7d03415bb516e10f3f24f66dba0dd230967d6e301",
|
||||||
|
"bin": "cargo-zigbuild.exe"
|
||||||
|
},
|
||||||
|
"aarch64_linux_gnu": {
|
||||||
|
"url": "https://github.com/rust-cross/cargo-zigbuild/releases/download/v0.22.1/cargo-zigbuild-aarch64-unknown-linux-gnu.tar.xz",
|
||||||
|
"etag": "0x8DE6ECE4C5AEA05",
|
||||||
|
"hash": "09ad6d91af4c6676c4f86c0746471c33efd35d5bf659cd193f3b55838daa75ee",
|
||||||
|
"bin": "cargo-zigbuild-aarch64-unknown-linux-gnu/cargo-zigbuild"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"url": "https://github.com/rust-cross/cargo-zigbuild/releases/download/v0.22.1/cargo-zigbuild-aarch64-apple-darwin.tar.xz",
|
||||||
|
"etag": "0x8DE6ECE4C4C7B55",
|
||||||
|
"hash": "cb269d208952433d91a5c21fee10cc012c87d265dd0af9152641eb33a95e12cc",
|
||||||
|
"bin": "cargo-zigbuild-aarch64-apple-darwin/cargo-zigbuild"
|
||||||
|
},
|
||||||
|
"aarch64_windows": {
|
||||||
|
"url": "https://github.com/rust-cross/cargo-zigbuild/releases/download/v0.22.1/cargo-zigbuild-aarch64-pc-windows-msvc.zip",
|
||||||
|
"etag": "0x8DE6ECE4C5413E0",
|
||||||
|
"hash": "14588ad1c0513cc68697ecd116004ae933fd1746e5c0fa3b272296386dd78559",
|
||||||
|
"bin": "cargo-zigbuild.exe"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"0.22.0": {
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"url": "https://github.com/rust-cross/cargo-zigbuild/releases/download/v0.22.0/cargo-zigbuild-x86_64-unknown-linux-musl.tar.xz",
|
||||||
|
"etag": "0x8DE6B8BF4DF18B9",
|
||||||
|
"hash": "a534a146e7dcf330562c273106d49a59f3bf66fc47ed4d49edd90f115ebf3d8c",
|
||||||
|
"bin": "cargo-zigbuild-x86_64-unknown-linux-musl/cargo-zigbuild"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"url": "https://github.com/rust-cross/cargo-zigbuild/releases/download/v0.22.0/cargo-zigbuild-x86_64-apple-darwin.tar.xz",
|
||||||
|
"etag": "0x8DE6B8BF4A1B887",
|
||||||
|
"hash": "69144357c0377986ff3bd70edd2efeab108d4c694243f1044c9d967cb0e8d014",
|
||||||
|
"bin": "cargo-zigbuild-x86_64-apple-darwin/cargo-zigbuild"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"url": "https://github.com/rust-cross/cargo-zigbuild/releases/download/v0.22.0/cargo-zigbuild-x86_64-pc-windows-msvc.zip",
|
||||||
|
"etag": "0x8DE6B8BF4C93856",
|
||||||
|
"hash": "8c6c290e79efefd1e2067edc9c469bc19a7f94e1f08d559b8b1806f666f39447",
|
||||||
|
"bin": "cargo-zigbuild.exe"
|
||||||
|
},
|
||||||
|
"aarch64_linux_gnu": {
|
||||||
|
"url": "https://github.com/rust-cross/cargo-zigbuild/releases/download/v0.22.0/cargo-zigbuild-aarch64-unknown-linux-gnu.tar.xz",
|
||||||
|
"etag": "0x8DE6B8BF4591A61",
|
||||||
|
"hash": "4b9d4114936412f30425dbd98d49828276d367e79bf13f14beeaa66e0b3c6951",
|
||||||
|
"bin": "cargo-zigbuild-aarch64-unknown-linux-gnu/cargo-zigbuild"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"url": "https://github.com/rust-cross/cargo-zigbuild/releases/download/v0.22.0/cargo-zigbuild-aarch64-apple-darwin.tar.xz",
|
||||||
|
"etag": "0x8DE6B8BF45D5B5C",
|
||||||
|
"hash": "0aefd23f23b888cdb43fc3a6d5ecf7e571a63ac728c267cd357ae05e0353a675",
|
||||||
|
"bin": "cargo-zigbuild-aarch64-apple-darwin/cargo-zigbuild"
|
||||||
|
},
|
||||||
|
"aarch64_windows": {
|
||||||
|
"url": "https://github.com/rust-cross/cargo-zigbuild/releases/download/v0.22.0/cargo-zigbuild-aarch64-pc-windows-msvc.zip",
|
||||||
|
"etag": "0x8DE6B8BF466C6A7",
|
||||||
|
"hash": "332d5bd29070e5260940de9e12e6dddddb7916d06b6cc0069e17bff18f18872f",
|
||||||
|
"bin": "cargo-zigbuild.exe"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"0.21": {
|
"0.21": {
|
||||||
"version": "0.21.4"
|
"version": "0.21.8"
|
||||||
|
},
|
||||||
|
"0.21.8": {
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"url": "https://github.com/rust-cross/cargo-zigbuild/releases/download/v0.21.8/cargo-zigbuild-x86_64-unknown-linux-musl.tar.xz",
|
||||||
|
"etag": "0x8DE6A4CCDB6D2B9",
|
||||||
|
"hash": "d917abcdbd4340d8405a28f33e69c7ca521d3ad7c10d9694543120a585d65a17",
|
||||||
|
"bin": "cargo-zigbuild-x86_64-unknown-linux-musl/cargo-zigbuild"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"url": "https://github.com/rust-cross/cargo-zigbuild/releases/download/v0.21.8/cargo-zigbuild-x86_64-apple-darwin.tar.xz",
|
||||||
|
"etag": "0x8DE6A4CCD513050",
|
||||||
|
"hash": "4ae646349e779d88dba4d5175bd0932928c26205dcb257f8067b9ff50dfd142d",
|
||||||
|
"bin": "cargo-zigbuild-x86_64-apple-darwin/cargo-zigbuild"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"url": "https://github.com/rust-cross/cargo-zigbuild/releases/download/v0.21.8/cargo-zigbuild-x86_64-pc-windows-msvc.zip",
|
||||||
|
"etag": "0x8DE6A4CCD9283A2",
|
||||||
|
"hash": "e4e719d543dbd86d46f2f60d74c4890bc6c45102c48c9318be2d319475dd17e2",
|
||||||
|
"bin": "cargo-zigbuild.exe"
|
||||||
|
},
|
||||||
|
"aarch64_linux_gnu": {
|
||||||
|
"url": "https://github.com/rust-cross/cargo-zigbuild/releases/download/v0.21.8/cargo-zigbuild-aarch64-unknown-linux-gnu.tar.xz",
|
||||||
|
"etag": "0x8DE6A4CCCF9AEC5",
|
||||||
|
"hash": "d34d0b7d69819876429a280d2cef5dc3f0d652904ed08fc8ccdaba9d1c7f9be8",
|
||||||
|
"bin": "cargo-zigbuild-aarch64-unknown-linux-gnu/cargo-zigbuild"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"url": "https://github.com/rust-cross/cargo-zigbuild/releases/download/v0.21.8/cargo-zigbuild-aarch64-apple-darwin.tar.xz",
|
||||||
|
"etag": "0x8DE6A4CCCF9D5B3",
|
||||||
|
"hash": "d326e52def35bad8590e0ddaac6c93193c70f05dc07b7ec5dce80b997dbc6930",
|
||||||
|
"bin": "cargo-zigbuild-aarch64-apple-darwin/cargo-zigbuild"
|
||||||
|
},
|
||||||
|
"aarch64_windows": {
|
||||||
|
"url": "https://github.com/rust-cross/cargo-zigbuild/releases/download/v0.21.8/cargo-zigbuild-aarch64-pc-windows-msvc.zip",
|
||||||
|
"etag": "0x8DE6A4CCD00D2AE",
|
||||||
|
"hash": "ead4e68d077a84d7722f00efa7b57e08dd3ed3c8c55b3acf717690b6db82e907",
|
||||||
|
"bin": "cargo-zigbuild.exe"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"0.21.7": {
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"url": "https://github.com/rust-cross/cargo-zigbuild/releases/download/v0.21.7/cargo-zigbuild-x86_64-unknown-linux-musl.tar.xz",
|
||||||
|
"etag": "0x8DE69D6A0620FBE",
|
||||||
|
"hash": "82a5ec38bf32f27e99b64cbc8211cf7f20c3cb6c6de26c925fdb1173048d9e47",
|
||||||
|
"bin": "cargo-zigbuild-x86_64-unknown-linux-musl/cargo-zigbuild"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"url": "https://github.com/rust-cross/cargo-zigbuild/releases/download/v0.21.7/cargo-zigbuild-x86_64-apple-darwin.tar.xz",
|
||||||
|
"etag": "0x8DE69D6A013ABBA",
|
||||||
|
"hash": "15ee8536acc55ccbda52b93b90b4c9ef9db6a0b1c889635d32fda31c319062ca",
|
||||||
|
"bin": "cargo-zigbuild-x86_64-apple-darwin/cargo-zigbuild"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"url": "https://github.com/rust-cross/cargo-zigbuild/releases/download/v0.21.7/cargo-zigbuild-x86_64-pc-windows-msvc.zip",
|
||||||
|
"etag": "0x8DE69D6A0560F4F",
|
||||||
|
"hash": "345e69dca97bd33e5a95f138b04e7c689f4d3456cf6afbf30108ef7be74336d0",
|
||||||
|
"bin": "cargo-zigbuild.exe"
|
||||||
|
},
|
||||||
|
"aarch64_linux_gnu": {
|
||||||
|
"url": "https://github.com/rust-cross/cargo-zigbuild/releases/download/v0.21.7/cargo-zigbuild-aarch64-unknown-linux-gnu.tar.xz",
|
||||||
|
"etag": "0x8DE69D69FC520D7",
|
||||||
|
"hash": "cb7160473d372816a19615c7c2603afbbfed85369159672cadcf5e4496a39666",
|
||||||
|
"bin": "cargo-zigbuild-aarch64-unknown-linux-gnu/cargo-zigbuild"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"url": "https://github.com/rust-cross/cargo-zigbuild/releases/download/v0.21.7/cargo-zigbuild-aarch64-apple-darwin.tar.xz",
|
||||||
|
"etag": "0x8DE69D69FC15485",
|
||||||
|
"hash": "832c555bb94e9f4414c79965c94db010523871317d5d526baced5f0a1c21688f",
|
||||||
|
"bin": "cargo-zigbuild-aarch64-apple-darwin/cargo-zigbuild"
|
||||||
|
},
|
||||||
|
"aarch64_windows": {
|
||||||
|
"url": "https://github.com/rust-cross/cargo-zigbuild/releases/download/v0.21.7/cargo-zigbuild-aarch64-pc-windows-msvc.zip",
|
||||||
|
"etag": "0x8DE69D69FCE6548",
|
||||||
|
"hash": "4d00dd977fbec264d6bc58e052e9494cef845f33f9eeae204fc884132b6949d7",
|
||||||
|
"bin": "cargo-zigbuild.exe"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"0.21.6": {
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"url": "https://github.com/rust-cross/cargo-zigbuild/releases/download/v0.21.6/cargo-zigbuild-x86_64-unknown-linux-musl.tar.xz",
|
||||||
|
"etag": "0x8DE624F2B16B6CC",
|
||||||
|
"hash": "517115abfc7811825515eec0aa3157d74d4b35368b41086c43f8af629a0c2224",
|
||||||
|
"bin": "cargo-zigbuild-x86_64-unknown-linux-musl/cargo-zigbuild"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"url": "https://github.com/rust-cross/cargo-zigbuild/releases/download/v0.21.6/cargo-zigbuild-x86_64-apple-darwin.tar.xz",
|
||||||
|
"etag": "0x8DE624F2AC71B81",
|
||||||
|
"hash": "85f9fcdc4cf2315e3a48e930c941483fc9f61dfc9aa2e88e9f38d0b4917cf410",
|
||||||
|
"bin": "cargo-zigbuild-x86_64-apple-darwin/cargo-zigbuild"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"url": "https://github.com/rust-cross/cargo-zigbuild/releases/download/v0.21.6/cargo-zigbuild-x86_64-pc-windows-msvc.zip",
|
||||||
|
"etag": "0x8DE624F2AF6F66A",
|
||||||
|
"hash": "ad8ea99b2bd85791a7e957ece1fc5bb0e47cd400bcec851cd45b98031396ce09",
|
||||||
|
"bin": "cargo-zigbuild.exe"
|
||||||
|
},
|
||||||
|
"aarch64_linux_gnu": {
|
||||||
|
"url": "https://github.com/rust-cross/cargo-zigbuild/releases/download/v0.21.6/cargo-zigbuild-aarch64-unknown-linux-gnu.tar.xz",
|
||||||
|
"etag": "0x8DE624F2A7EF1F2",
|
||||||
|
"hash": "febbfb2fbadafa98b89ee00a416e61463ce412019704ebe79c3a9403aa5aa947",
|
||||||
|
"bin": "cargo-zigbuild-aarch64-unknown-linux-gnu/cargo-zigbuild"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"url": "https://github.com/rust-cross/cargo-zigbuild/releases/download/v0.21.6/cargo-zigbuild-aarch64-apple-darwin.tar.xz",
|
||||||
|
"etag": "0x8DE624F2A77CE09",
|
||||||
|
"hash": "114317fe5180ebdf3107549ae8335c7adb108ecb1b3db3783b3339ec0db59d58",
|
||||||
|
"bin": "cargo-zigbuild-aarch64-apple-darwin/cargo-zigbuild"
|
||||||
|
},
|
||||||
|
"aarch64_windows": {
|
||||||
|
"url": "https://github.com/rust-cross/cargo-zigbuild/releases/download/v0.21.6/cargo-zigbuild-aarch64-pc-windows-msvc.zip",
|
||||||
|
"etag": "0x8DE624F2A8A56D4",
|
||||||
|
"hash": "99e80faf83494fb3da3b3bbec588ed144ba0516188f3db7bc87043ed48774141",
|
||||||
|
"bin": "cargo-zigbuild.exe"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"0.21.5": {
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"url": "https://github.com/rust-cross/cargo-zigbuild/releases/download/v0.21.5/cargo-zigbuild-x86_64-unknown-linux-musl.tar.xz",
|
||||||
|
"etag": "0x8DE5F2A44CEB061",
|
||||||
|
"hash": "b66c92ddde86f0e097e833cd058ffbb3c10af4e9b238e25712230897d9335824",
|
||||||
|
"bin": "cargo-zigbuild-x86_64-unknown-linux-musl/cargo-zigbuild"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"url": "https://github.com/rust-cross/cargo-zigbuild/releases/download/v0.21.5/cargo-zigbuild-x86_64-apple-darwin.tar.xz",
|
||||||
|
"etag": "0x8DE5F2A44809A15",
|
||||||
|
"hash": "ecf5144ca2f8e4f25a71d77357c3b90190086a455b0cd26a5402fe4365bbadf6",
|
||||||
|
"bin": "cargo-zigbuild-x86_64-apple-darwin/cargo-zigbuild"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"url": "https://github.com/rust-cross/cargo-zigbuild/releases/download/v0.21.5/cargo-zigbuild-x86_64-pc-windows-msvc.zip",
|
||||||
|
"etag": "0x8DE5F2A449E87B7",
|
||||||
|
"hash": "217376a766622c26450176400f63417f43968be21da28c894db38fa210946dba",
|
||||||
|
"bin": "cargo-zigbuild.exe"
|
||||||
|
},
|
||||||
|
"aarch64_linux_gnu": {
|
||||||
|
"url": "https://github.com/rust-cross/cargo-zigbuild/releases/download/v0.21.5/cargo-zigbuild-aarch64-unknown-linux-gnu.tar.xz",
|
||||||
|
"etag": "0x8DE5F2A441AF797",
|
||||||
|
"hash": "9080be8035b42610ecf1bf316964cd659dae8b23ab927e0768cffd39c0122d64",
|
||||||
|
"bin": "cargo-zigbuild-aarch64-unknown-linux-gnu/cargo-zigbuild"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"url": "https://github.com/rust-cross/cargo-zigbuild/releases/download/v0.21.5/cargo-zigbuild-aarch64-apple-darwin.tar.xz",
|
||||||
|
"etag": "0x8DE5F2A441A5BFF",
|
||||||
|
"hash": "7fe1426e65773752127e0f858de9883704277d7e478f2b10a1ed50d6cbc7c1ae",
|
||||||
|
"bin": "cargo-zigbuild-aarch64-apple-darwin/cargo-zigbuild"
|
||||||
|
},
|
||||||
|
"aarch64_windows": {
|
||||||
|
"url": "https://github.com/rust-cross/cargo-zigbuild/releases/download/v0.21.5/cargo-zigbuild-aarch64-pc-windows-msvc.zip",
|
||||||
|
"etag": "0x8DE5F2A4423797F",
|
||||||
|
"hash": "2ddb6fe3c7546160f8d2d1081bc07d372f0736317ee5bd9570e545302b0545af",
|
||||||
|
"bin": "cargo-zigbuild.exe"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"0.21.4": {
|
"0.21.4": {
|
||||||
"x86_64_linux_musl": {
|
"x86_64_linux_musl": {
|
||||||
|
"url": "https://github.com/rust-cross/cargo-zigbuild/releases/download/v0.21.4/cargo-zigbuild-v0.21.4.x86_64-unknown-linux-musl.tar.gz",
|
||||||
"etag": "0x8DE5DA1C7B51C23",
|
"etag": "0x8DE5DA1C7B51C23",
|
||||||
"hash": "75dd8e3173f6c8b0340942ebd812eddd862fde587a75741d14f9f56fa1c27dad"
|
"hash": "75dd8e3173f6c8b0340942ebd812eddd862fde587a75741d14f9f56fa1c27dad"
|
||||||
},
|
},
|
||||||
"x86_64_macos": {
|
"x86_64_macos": {
|
||||||
|
"url": "https://github.com/rust-cross/cargo-zigbuild/releases/download/v0.21.4/cargo-zigbuild-v0.21.4.apple-darwin.tar.gz",
|
||||||
"etag": "0x8DE5DA1C7BCDB96",
|
"etag": "0x8DE5DA1C7BCDB96",
|
||||||
"hash": "30c271be5690f8bbe46f2b4164b9e0dc3f50f72d452cd2ca25172f46934a7ef4"
|
"hash": "30c271be5690f8bbe46f2b4164b9e0dc3f50f72d452cd2ca25172f46934a7ef4"
|
||||||
},
|
},
|
||||||
"x86_64_windows": {
|
"x86_64_windows": {
|
||||||
|
"url": "https://github.com/rust-cross/cargo-zigbuild/releases/download/v0.21.4/cargo-zigbuild-v0.21.4.windows-x64.zip",
|
||||||
"etag": "0x8DE5DA1C7BF70C6",
|
"etag": "0x8DE5DA1C7BF70C6",
|
||||||
"hash": "46854ace1052da2b650819f22fc00bccdb1e2f824ed9ebb2f4b53a6f00b5b8c5"
|
"hash": "46854ace1052da2b650819f22fc00bccdb1e2f824ed9ebb2f4b53a6f00b5b8c5"
|
||||||
},
|
},
|
||||||
"aarch64_linux_musl": {
|
"aarch64_linux_musl": {
|
||||||
|
"url": "https://github.com/rust-cross/cargo-zigbuild/releases/download/v0.21.4/cargo-zigbuild-v0.21.4.aarch64-unknown-linux-musl.tar.gz",
|
||||||
"etag": "0x8DE5DA1C7B78A62",
|
"etag": "0x8DE5DA1C7B78A62",
|
||||||
"hash": "9b4b49b23ecf3dcbfee44f05dd2e0f5433c690e07d63a46c4d455120a55e12cc"
|
"hash": "9b4b49b23ecf3dcbfee44f05dd2e0f5433c690e07d63a46c4d455120a55e12cc"
|
||||||
},
|
},
|
||||||
"aarch64_windows": {
|
"aarch64_windows": {
|
||||||
|
"url": "https://github.com/rust-cross/cargo-zigbuild/releases/download/v0.21.4/cargo-zigbuild-v0.21.4.windows-arm64.zip",
|
||||||
"etag": "0x8DE5DA1C7B6EED5",
|
"etag": "0x8DE5DA1C7B6EED5",
|
||||||
"hash": "da9bf7e916f86549145dee7e8bbeb4b4d36f92ef1f4aa5f89d7d72ff610df6eb"
|
"hash": "da9bf7e916f86549145dee7e8bbeb4b4d36f92ef1f4aa5f89d7d72ff610df6eb"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"0.21.3": {
|
"0.21.3": {
|
||||||
"x86_64_linux_musl": {
|
"x86_64_linux_musl": {
|
||||||
|
"url": "https://github.com/rust-cross/cargo-zigbuild/releases/download/v0.21.3/cargo-zigbuild-v0.21.3.x86_64-unknown-linux-musl.tar.gz",
|
||||||
"etag": "0x8DE5BF87D0A51B6",
|
"etag": "0x8DE5BF87D0A51B6",
|
||||||
"hash": "75357b6f733529ddd89e47f67ca63b22b4a2d6b27d118066b441c24a8a98a810"
|
"hash": "75357b6f733529ddd89e47f67ca63b22b4a2d6b27d118066b441c24a8a98a810"
|
||||||
},
|
},
|
||||||
"x86_64_macos": {
|
"x86_64_macos": {
|
||||||
|
"url": "https://github.com/rust-cross/cargo-zigbuild/releases/download/v0.21.3/cargo-zigbuild-v0.21.3.apple-darwin.tar.gz",
|
||||||
"etag": "0x8DE5BF87D18E757",
|
"etag": "0x8DE5BF87D18E757",
|
||||||
"hash": "0094f9ccc7b325e98896da77e12388f0cb0161593e7182d0235346f1150c226e"
|
"hash": "0094f9ccc7b325e98896da77e12388f0cb0161593e7182d0235346f1150c226e"
|
||||||
},
|
},
|
||||||
"x86_64_windows": {
|
"x86_64_windows": {
|
||||||
|
"url": "https://github.com/rust-cross/cargo-zigbuild/releases/download/v0.21.3/cargo-zigbuild-v0.21.3.windows-x64.zip",
|
||||||
"etag": "0x8DE5BF87D080A59",
|
"etag": "0x8DE5BF87D080A59",
|
||||||
"hash": "eab697b128ebd91e0248281c7981496e6c5801ff57c1299c77206a444018d859"
|
"hash": "eab697b128ebd91e0248281c7981496e6c5801ff57c1299c77206a444018d859"
|
||||||
},
|
},
|
||||||
"aarch64_linux_musl": {
|
"aarch64_linux_musl": {
|
||||||
|
"url": "https://github.com/rust-cross/cargo-zigbuild/releases/download/v0.21.3/cargo-zigbuild-v0.21.3.aarch64-unknown-linux-musl.tar.gz",
|
||||||
"etag": "0x8DE5BF87D12D3A6",
|
"etag": "0x8DE5BF87D12D3A6",
|
||||||
"hash": "d0f1ce33a3b9cf9280d417a04702e68cdd1d688475f7b13d54dd7cf86b4a2193"
|
"hash": "d0f1ce33a3b9cf9280d417a04702e68cdd1d688475f7b13d54dd7cf86b4a2193"
|
||||||
},
|
},
|
||||||
"aarch64_windows": {
|
"aarch64_windows": {
|
||||||
|
"url": "https://github.com/rust-cross/cargo-zigbuild/releases/download/v0.21.3/cargo-zigbuild-v0.21.3.windows-arm64.zip",
|
||||||
"etag": "0x8DE5BF87D1100FF",
|
"etag": "0x8DE5BF87D1100FF",
|
||||||
"hash": "f57a397377a27b184825d5ffc35b438ee4cda4304a5c946a6cacad6a362a9e9c"
|
"hash": "f57a397377a27b184825d5ffc35b438ee4cda4304a5c946a6cacad6a362a9e9c"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"0.21.2": {
|
"0.21.2": {
|
||||||
"x86_64_linux_musl": {
|
"x86_64_linux_musl": {
|
||||||
|
"url": "https://github.com/rust-cross/cargo-zigbuild/releases/download/v0.21.2/cargo-zigbuild-v0.21.2.x86_64-unknown-linux-musl.tar.gz",
|
||||||
"etag": "0x8DE5B61AE98AFF3",
|
"etag": "0x8DE5B61AE98AFF3",
|
||||||
"hash": "6c9192667c38090d6b554d10bc1a9ec9c9cdd56e2db957cd9bfb441c717414ef"
|
"hash": "6c9192667c38090d6b554d10bc1a9ec9c9cdd56e2db957cd9bfb441c717414ef"
|
||||||
},
|
},
|
||||||
"x86_64_macos": {
|
"x86_64_macos": {
|
||||||
|
"url": "https://github.com/rust-cross/cargo-zigbuild/releases/download/v0.21.2/cargo-zigbuild-v0.21.2.apple-darwin.tar.gz",
|
||||||
"etag": "0x8DE5B61AEA60E63",
|
"etag": "0x8DE5B61AEA60E63",
|
||||||
"hash": "0812e3d18495adca531692e98b461856c8c0cf6619e9bb329bbdbffc885700ff"
|
"hash": "0812e3d18495adca531692e98b461856c8c0cf6619e9bb329bbdbffc885700ff"
|
||||||
},
|
},
|
||||||
"x86_64_windows": {
|
"x86_64_windows": {
|
||||||
|
"url": "https://github.com/rust-cross/cargo-zigbuild/releases/download/v0.21.2/cargo-zigbuild-v0.21.2.windows-x64.zip",
|
||||||
"etag": "0x8DE5B61AE94E39E",
|
"etag": "0x8DE5B61AE94E39E",
|
||||||
"hash": "80183314db6fdf65f303b733a4906bd3fb3a4c093dcac9753b4ca0ad44a1c075"
|
"hash": "80183314db6fdf65f303b733a4906bd3fb3a4c093dcac9753b4ca0ad44a1c075"
|
||||||
},
|
},
|
||||||
"aarch64_linux_musl": {
|
"aarch64_linux_musl": {
|
||||||
|
"url": "https://github.com/rust-cross/cargo-zigbuild/releases/download/v0.21.2/cargo-zigbuild-v0.21.2.aarch64-unknown-linux-musl.tar.gz",
|
||||||
"etag": "0x8DE5B61AEA0E419",
|
"etag": "0x8DE5B61AEA0E419",
|
||||||
"hash": "d67b05434b84ee6518522ebabde47ae601c4e471c4984be95e4c208d750e9b11"
|
"hash": "d67b05434b84ee6518522ebabde47ae601c4e471c4984be95e4c208d750e9b11"
|
||||||
},
|
},
|
||||||
"aarch64_windows": {
|
"aarch64_windows": {
|
||||||
|
"url": "https://github.com/rust-cross/cargo-zigbuild/releases/download/v0.21.2/cargo-zigbuild-v0.21.2.windows-arm64.zip",
|
||||||
"etag": "0x8DE5B61AE95CCFF",
|
"etag": "0x8DE5B61AE95CCFF",
|
||||||
"hash": "5ecf6ee927a0f368771c032f992e594e3ebff9a71945c1907e2f4090b27a354f"
|
"hash": "5ecf6ee927a0f368771c032f992e594e3ebff9a71945c1907e2f4090b27a354f"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"0.21.1": {
|
"0.21.1": {
|
||||||
"x86_64_linux_musl": {
|
"x86_64_linux_musl": {
|
||||||
|
"url": "https://github.com/rust-cross/cargo-zigbuild/releases/download/v0.21.1/cargo-zigbuild-v0.21.1.x86_64-unknown-linux-musl.tar.gz",
|
||||||
"etag": "0x8DE51D0BB0C5867",
|
"etag": "0x8DE51D0BB0C5867",
|
||||||
"hash": "7ec3bc93ba853c7b8297004d93d881575af64e41ee4dd213f2c91bbfbcf9aff1"
|
"hash": "7ec3bc93ba853c7b8297004d93d881575af64e41ee4dd213f2c91bbfbcf9aff1"
|
||||||
},
|
},
|
||||||
"x86_64_macos": {
|
"x86_64_macos": {
|
||||||
|
"url": "https://github.com/rust-cross/cargo-zigbuild/releases/download/v0.21.1/cargo-zigbuild-v0.21.1.apple-darwin.tar.gz",
|
||||||
"etag": "0x8DE51D0BB1B8989",
|
"etag": "0x8DE51D0BB1B8989",
|
||||||
"hash": "8a29fe0c3cd7be8c880949032a6af06bb9725989a72c5856085dfdb34b4fbdab"
|
"hash": "8a29fe0c3cd7be8c880949032a6af06bb9725989a72c5856085dfdb34b4fbdab"
|
||||||
},
|
},
|
||||||
"x86_64_windows": {
|
"x86_64_windows": {
|
||||||
|
"url": "https://github.com/rust-cross/cargo-zigbuild/releases/download/v0.21.1/cargo-zigbuild-v0.21.1.windows-x64.zip",
|
||||||
"etag": "0x8DE51D0BB01B5F4",
|
"etag": "0x8DE51D0BB01B5F4",
|
||||||
"hash": "25d881d855523405e31fa2b8a783b66d305645ac0eb0d90dc178ff210d9f0168"
|
"hash": "25d881d855523405e31fa2b8a783b66d305645ac0eb0d90dc178ff210d9f0168"
|
||||||
},
|
},
|
||||||
"aarch64_linux_musl": {
|
"aarch64_linux_musl": {
|
||||||
|
"url": "https://github.com/rust-cross/cargo-zigbuild/releases/download/v0.21.1/cargo-zigbuild-v0.21.1.aarch64-unknown-linux-musl.tar.gz",
|
||||||
"etag": "0x8DE51D0BB033ADA",
|
"etag": "0x8DE51D0BB033ADA",
|
||||||
"hash": "98a91ee6fd155b70e7ece7f7b7ea1388b3b8d4b782ea5e0b8f014012579ea031"
|
"hash": "98a91ee6fd155b70e7ece7f7b7ea1388b3b8d4b782ea5e0b8f014012579ea031"
|
||||||
},
|
},
|
||||||
"aarch64_windows": {
|
"aarch64_windows": {
|
||||||
|
"url": "https://github.com/rust-cross/cargo-zigbuild/releases/download/v0.21.1/cargo-zigbuild-v0.21.1.windows-arm64.zip",
|
||||||
"etag": "0x8DE51D0BAFB5485",
|
"etag": "0x8DE51D0BAFB5485",
|
||||||
"hash": "3598f2ad615a5d22a0389e42dc88632228829c77d0522658d88d7ec9b147d5be"
|
"hash": "3598f2ad615a5d22a0389e42dc88632228829c77d0522658d88d7ec9b147d5be"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"0.21.0": {
|
"0.21.0": {
|
||||||
"x86_64_linux_musl": {
|
"x86_64_linux_musl": {
|
||||||
|
"url": "https://github.com/rust-cross/cargo-zigbuild/releases/download/v0.21.0/cargo-zigbuild-v0.21.0.x86_64-unknown-linux-musl.tar.gz",
|
||||||
"etag": "0x8DE51CD3148E268",
|
"etag": "0x8DE51CD3148E268",
|
||||||
"hash": "a381b0c5725992c460dafe1c5a048c0d656fe4c9eb632f9c7b20e8c9dae21b3d"
|
"hash": "a381b0c5725992c460dafe1c5a048c0d656fe4c9eb632f9c7b20e8c9dae21b3d"
|
||||||
},
|
},
|
||||||
"x86_64_macos": {
|
"x86_64_macos": {
|
||||||
|
"url": "https://github.com/rust-cross/cargo-zigbuild/releases/download/v0.21.0/cargo-zigbuild-v0.21.0.apple-darwin.tar.gz",
|
||||||
"etag": "0x8DE51CD317D99F4",
|
"etag": "0x8DE51CD317D99F4",
|
||||||
"hash": "bbe65e2228d980cf0f50b4753580c1b158198ef1d824cada727a3ad2865dc729"
|
"hash": "bbe65e2228d980cf0f50b4753580c1b158198ef1d824cada727a3ad2865dc729"
|
||||||
},
|
},
|
||||||
"x86_64_windows": {
|
"x86_64_windows": {
|
||||||
|
"url": "https://github.com/rust-cross/cargo-zigbuild/releases/download/v0.21.0/cargo-zigbuild-v0.21.0.windows-x64.zip",
|
||||||
"etag": "0x8DE51CD3183D43F",
|
"etag": "0x8DE51CD3183D43F",
|
||||||
"hash": "06adb484bb845c866e028356b4cd8ac8db00096a5ac24f528a7fa6e9183a4b04"
|
"hash": "06adb484bb845c866e028356b4cd8ac8db00096a5ac24f528a7fa6e9183a4b04"
|
||||||
},
|
},
|
||||||
"aarch64_linux_musl": {
|
"aarch64_linux_musl": {
|
||||||
|
"url": "https://github.com/rust-cross/cargo-zigbuild/releases/download/v0.21.0/cargo-zigbuild-v0.21.0.aarch64-unknown-linux-musl.tar.gz",
|
||||||
"etag": "0x8DE51CD3185CDE6",
|
"etag": "0x8DE51CD3185CDE6",
|
||||||
"hash": "e21bc69c5baed7957b8774d757ded88631c0022e6050398c37154f764c0ec4ce"
|
"hash": "e21bc69c5baed7957b8774d757ded88631c0022e6050398c37154f764c0ec4ce"
|
||||||
},
|
},
|
||||||
"aarch64_windows": {
|
"aarch64_windows": {
|
||||||
|
"url": "https://github.com/rust-cross/cargo-zigbuild/releases/download/v0.21.0/cargo-zigbuild-v0.21.0.windows-arm64.zip",
|
||||||
"etag": "0x8DE51CD319C9798",
|
"etag": "0x8DE51CD319C9798",
|
||||||
"hash": "0b11175a297e68efed2dbc449996536b35ee74a0d3210796ca9136c1044b4183"
|
"hash": "0b11175a297e68efed2dbc449996536b35ee74a0d3210796ca9136c1044b4183"
|
||||||
}
|
}
|
||||||
@@ -138,44 +454,54 @@
|
|||||||
},
|
},
|
||||||
"0.20.1": {
|
"0.20.1": {
|
||||||
"x86_64_linux_musl": {
|
"x86_64_linux_musl": {
|
||||||
|
"url": "https://github.com/rust-cross/cargo-zigbuild/releases/download/v0.20.1/cargo-zigbuild-v0.20.1.x86_64-unknown-linux-musl.tar.gz",
|
||||||
"etag": "0x8DDC591D69ED443",
|
"etag": "0x8DDC591D69ED443",
|
||||||
"hash": "742ed281f15fef6eaf49535ac10ffe98fb57913d0c4c88d6888d794043c05618"
|
"hash": "742ed281f15fef6eaf49535ac10ffe98fb57913d0c4c88d6888d794043c05618"
|
||||||
},
|
},
|
||||||
"x86_64_macos": {
|
"x86_64_macos": {
|
||||||
|
"url": "https://github.com/rust-cross/cargo-zigbuild/releases/download/v0.20.1/cargo-zigbuild-v0.20.1.apple-darwin.tar.gz",
|
||||||
"etag": "0x8DDC59218EDC22E",
|
"etag": "0x8DDC59218EDC22E",
|
||||||
"hash": "d5c7ac2e6f25fb76083dff84640cdf679c5da858b9c97631555c3185be2fbf35"
|
"hash": "d5c7ac2e6f25fb76083dff84640cdf679c5da858b9c97631555c3185be2fbf35"
|
||||||
},
|
},
|
||||||
"x86_64_windows": {
|
"x86_64_windows": {
|
||||||
|
"url": "https://github.com/rust-cross/cargo-zigbuild/releases/download/v0.20.1/cargo-zigbuild-v0.20.1.windows-x64.zip",
|
||||||
"etag": "0x8DDC59251305DF1",
|
"etag": "0x8DDC59251305DF1",
|
||||||
"hash": "b0bb728ba068ee61342f40a2124b3d8d234af8f716dd416b7c1f794dfeb4e478"
|
"hash": "b0bb728ba068ee61342f40a2124b3d8d234af8f716dd416b7c1f794dfeb4e478"
|
||||||
},
|
},
|
||||||
"aarch64_linux_musl": {
|
"aarch64_linux_musl": {
|
||||||
|
"url": "https://github.com/rust-cross/cargo-zigbuild/releases/download/v0.20.1/cargo-zigbuild-v0.20.1.aarch64-unknown-linux-musl.tar.gz",
|
||||||
"etag": "0x8DDC5923C1E9B21",
|
"etag": "0x8DDC5923C1E9B21",
|
||||||
"hash": "e9631045cc5f33ef0d6d9186196192d70b8018bf7633626c3a7c1384e81b7f67"
|
"hash": "e9631045cc5f33ef0d6d9186196192d70b8018bf7633626c3a7c1384e81b7f67"
|
||||||
},
|
},
|
||||||
"aarch64_windows": {
|
"aarch64_windows": {
|
||||||
|
"url": "https://github.com/rust-cross/cargo-zigbuild/releases/download/v0.20.1/cargo-zigbuild-v0.20.1.windows-arm64.zip",
|
||||||
"etag": "0x8DDC5925BF8E6C9",
|
"etag": "0x8DDC5925BF8E6C9",
|
||||||
"hash": "c33134882efe6d0f83751650e4b1617411ecf62e8ba3eaf764ad5a4bbf5e083b"
|
"hash": "c33134882efe6d0f83751650e4b1617411ecf62e8ba3eaf764ad5a4bbf5e083b"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"0.20.0": {
|
"0.20.0": {
|
||||||
"x86_64_linux_musl": {
|
"x86_64_linux_musl": {
|
||||||
|
"url": "https://github.com/rust-cross/cargo-zigbuild/releases/download/v0.20.0/cargo-zigbuild-v0.20.0.x86_64-unknown-linux-musl.tar.gz",
|
||||||
"etag": "0x8DD848CAA98CB24",
|
"etag": "0x8DD848CAA98CB24",
|
||||||
"hash": "91b3317243437a5830830fb1b50677daae6ef192a38dbe96cf2db60a6a38e0c0"
|
"hash": "91b3317243437a5830830fb1b50677daae6ef192a38dbe96cf2db60a6a38e0c0"
|
||||||
},
|
},
|
||||||
"x86_64_macos": {
|
"x86_64_macos": {
|
||||||
|
"url": "https://github.com/rust-cross/cargo-zigbuild/releases/download/v0.20.0/cargo-zigbuild-v0.20.0.apple-darwin.tar.gz",
|
||||||
"etag": "0x8DD848C425C065A",
|
"etag": "0x8DD848C425C065A",
|
||||||
"hash": "c3ef9c657853968fae8d1d7f35e9ebb82e74c727afbb4ce0cae45847a1b71ff1"
|
"hash": "c3ef9c657853968fae8d1d7f35e9ebb82e74c727afbb4ce0cae45847a1b71ff1"
|
||||||
},
|
},
|
||||||
"x86_64_windows": {
|
"x86_64_windows": {
|
||||||
|
"url": "https://github.com/rust-cross/cargo-zigbuild/releases/download/v0.20.0/cargo-zigbuild-v0.20.0.windows-x64.zip",
|
||||||
"etag": "0x8DD848CA41F7F47",
|
"etag": "0x8DD848CA41F7F47",
|
||||||
"hash": "8a1103d46dc65c8ced3166170bef8137aecda0378574e58f7d141a9a3477a241"
|
"hash": "8a1103d46dc65c8ced3166170bef8137aecda0378574e58f7d141a9a3477a241"
|
||||||
},
|
},
|
||||||
"aarch64_linux_musl": {
|
"aarch64_linux_musl": {
|
||||||
|
"url": "https://github.com/rust-cross/cargo-zigbuild/releases/download/v0.20.0/cargo-zigbuild-v0.20.0.aarch64-unknown-linux-musl.tar.gz",
|
||||||
"etag": "0x8DD848CDCEAB516",
|
"etag": "0x8DD848CDCEAB516",
|
||||||
"hash": "cc8d81e701587e6726d488f9a72a5048ebe7565050e933a8a0ff192ffaa986f4"
|
"hash": "cc8d81e701587e6726d488f9a72a5048ebe7565050e933a8a0ff192ffaa986f4"
|
||||||
},
|
},
|
||||||
"aarch64_windows": {
|
"aarch64_windows": {
|
||||||
|
"url": "https://github.com/rust-cross/cargo-zigbuild/releases/download/v0.20.0/cargo-zigbuild-v0.20.0.windows-arm64.zip",
|
||||||
"etag": "0x8DD848CB0D358D8",
|
"etag": "0x8DD848CB0D358D8",
|
||||||
"hash": "ea121bd4c5649e38af203af8fb2dcab51a0a8b5aad98a5bd7326b2ac6384099f"
|
"hash": "ea121bd4c5649e38af203af8fb2dcab51a0a8b5aad98a5bd7326b2ac6384099f"
|
||||||
}
|
}
|
||||||
@@ -185,198 +511,243 @@
|
|||||||
},
|
},
|
||||||
"0.19.8": {
|
"0.19.8": {
|
||||||
"x86_64_linux_musl": {
|
"x86_64_linux_musl": {
|
||||||
|
"url": "https://github.com/rust-cross/cargo-zigbuild/releases/download/v0.19.8/cargo-zigbuild-v0.19.8.x86_64-unknown-linux-musl.tar.gz",
|
||||||
"etag": "0x8DD490D612D2ABC",
|
"etag": "0x8DD490D612D2ABC",
|
||||||
"hash": "f7fe3a25727e5b58e1b1d7fb8119a845675d441276214039cd1c2e3e49376180"
|
"hash": "f7fe3a25727e5b58e1b1d7fb8119a845675d441276214039cd1c2e3e49376180"
|
||||||
},
|
},
|
||||||
"x86_64_macos": {
|
"x86_64_macos": {
|
||||||
|
"url": "https://github.com/rust-cross/cargo-zigbuild/releases/download/v0.19.8/cargo-zigbuild-v0.19.8.apple-darwin.tar.gz",
|
||||||
"etag": "0x8DD490D767A3640",
|
"etag": "0x8DD490D767A3640",
|
||||||
"hash": "9a807773528537ffd60d3b09a657a0a63b237a6cefb31155584646bf01aae302"
|
"hash": "9a807773528537ffd60d3b09a657a0a63b237a6cefb31155584646bf01aae302"
|
||||||
},
|
},
|
||||||
"x86_64_windows": {
|
"x86_64_windows": {
|
||||||
|
"url": "https://github.com/rust-cross/cargo-zigbuild/releases/download/v0.19.8/cargo-zigbuild-v0.19.8.windows-x64.zip",
|
||||||
"etag": "0x8DD490D84454E90",
|
"etag": "0x8DD490D84454E90",
|
||||||
"hash": "8a35efb6041d35fea144e05e730531acfd232b1193dd2272804aeb1205452ed6"
|
"hash": "8a35efb6041d35fea144e05e730531acfd232b1193dd2272804aeb1205452ed6"
|
||||||
},
|
},
|
||||||
"aarch64_linux_musl": {
|
"aarch64_linux_musl": {
|
||||||
|
"url": "https://github.com/rust-cross/cargo-zigbuild/releases/download/v0.19.8/cargo-zigbuild-v0.19.8.aarch64-unknown-linux-musl.tar.gz",
|
||||||
"etag": "0x8DD490D610F8ADB",
|
"etag": "0x8DD490D610F8ADB",
|
||||||
"hash": "ca193cab2f29cb1380992fe51ed7e13ea759be519a4afdd045f70f01508f1853"
|
"hash": "ca193cab2f29cb1380992fe51ed7e13ea759be519a4afdd045f70f01508f1853"
|
||||||
},
|
},
|
||||||
"aarch64_windows": {
|
"aarch64_windows": {
|
||||||
|
"url": "https://github.com/rust-cross/cargo-zigbuild/releases/download/v0.19.8/cargo-zigbuild-v0.19.8.windows-arm64.zip",
|
||||||
"etag": "0x8DD490DBC8F876E",
|
"etag": "0x8DD490DBC8F876E",
|
||||||
"hash": "2f60fdbe8e2c7b8bd0562225a97a6c66f87f8966f532bc24bd86309961b5728b"
|
"hash": "2f60fdbe8e2c7b8bd0562225a97a6c66f87f8966f532bc24bd86309961b5728b"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"0.19.7": {
|
"0.19.7": {
|
||||||
"x86_64_linux_musl": {
|
"x86_64_linux_musl": {
|
||||||
|
"url": "https://github.com/rust-cross/cargo-zigbuild/releases/download/v0.19.7/cargo-zigbuild-v0.19.7.x86_64-unknown-linux-musl.tar.gz",
|
||||||
"etag": "0x8DD1DD6FF709E0F",
|
"etag": "0x8DD1DD6FF709E0F",
|
||||||
"hash": "f0888b50dfaa353885a6eeb1979f3ad42a153b34e388d4e6c944dbed5940d1c5"
|
"hash": "f0888b50dfaa353885a6eeb1979f3ad42a153b34e388d4e6c944dbed5940d1c5"
|
||||||
},
|
},
|
||||||
"x86_64_macos": {
|
"x86_64_macos": {
|
||||||
|
"url": "https://github.com/rust-cross/cargo-zigbuild/releases/download/v0.19.7/cargo-zigbuild-v0.19.7.apple-darwin.tar.gz",
|
||||||
"etag": "0x8DD1DD91C5DB4A4",
|
"etag": "0x8DD1DD91C5DB4A4",
|
||||||
"hash": "d57225a8e3574c0cf4bb1e7ade0acdfd8ea37a70803c8f17b1087c69246c0b5d"
|
"hash": "d57225a8e3574c0cf4bb1e7ade0acdfd8ea37a70803c8f17b1087c69246c0b5d"
|
||||||
},
|
},
|
||||||
"x86_64_windows": {
|
"x86_64_windows": {
|
||||||
|
"url": "https://github.com/rust-cross/cargo-zigbuild/releases/download/v0.19.7/cargo-zigbuild-v0.19.7.windows-x64.zip",
|
||||||
"etag": "0x8DD1DD6E31A46A4",
|
"etag": "0x8DD1DD6E31A46A4",
|
||||||
"hash": "aa2de5926d125e0248dd7181d894d3a0d5873349da5ddacc32ed5380de49d07c"
|
"hash": "aa2de5926d125e0248dd7181d894d3a0d5873349da5ddacc32ed5380de49d07c"
|
||||||
},
|
},
|
||||||
"aarch64_linux_musl": {
|
"aarch64_linux_musl": {
|
||||||
|
"url": "https://github.com/rust-cross/cargo-zigbuild/releases/download/v0.19.7/cargo-zigbuild-v0.19.7.aarch64-unknown-linux-musl.tar.gz",
|
||||||
"etag": "0x8DD1DD6D01D2225",
|
"etag": "0x8DD1DD6D01D2225",
|
||||||
"hash": "64c0c8c8387f3ac3c5f610cd2f973eca50ca351c03bb4c386fdc981f09aa97a6"
|
"hash": "64c0c8c8387f3ac3c5f610cd2f973eca50ca351c03bb4c386fdc981f09aa97a6"
|
||||||
},
|
},
|
||||||
"aarch64_windows": {
|
"aarch64_windows": {
|
||||||
|
"url": "https://github.com/rust-cross/cargo-zigbuild/releases/download/v0.19.7/cargo-zigbuild-v0.19.7.windows-arm64.zip",
|
||||||
"etag": "0x8DD1DD715E23D42",
|
"etag": "0x8DD1DD715E23D42",
|
||||||
"hash": "2997e25a9d591f2c1de275c19fa0e50bf536a6129f83147530a2df4b816d39e1"
|
"hash": "2997e25a9d591f2c1de275c19fa0e50bf536a6129f83147530a2df4b816d39e1"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"0.19.6": {
|
"0.19.6": {
|
||||||
"x86_64_linux_musl": {
|
"x86_64_linux_musl": {
|
||||||
|
"url": "https://github.com/rust-cross/cargo-zigbuild/releases/download/v0.19.6/cargo-zigbuild-v0.19.6.x86_64-unknown-linux-musl.tar.gz",
|
||||||
"etag": "0x8DD1D6C197AF968",
|
"etag": "0x8DD1D6C197AF968",
|
||||||
"hash": "4e96fa4c6949f769b1d9765534eeeecc1cff1c68a2f14c2133ce725aaf2ab25b"
|
"hash": "4e96fa4c6949f769b1d9765534eeeecc1cff1c68a2f14c2133ce725aaf2ab25b"
|
||||||
},
|
},
|
||||||
"x86_64_macos": {
|
"x86_64_macos": {
|
||||||
|
"url": "https://github.com/rust-cross/cargo-zigbuild/releases/download/v0.19.6/cargo-zigbuild-v0.19.6.apple-darwin.tar.gz",
|
||||||
"etag": "0x8DD1D6D66BE92B9",
|
"etag": "0x8DD1D6D66BE92B9",
|
||||||
"hash": "1a6ca0ba81d2ebfef6ca3b77c37924c87e994ba20acbf479f285b55d82c2bc60"
|
"hash": "1a6ca0ba81d2ebfef6ca3b77c37924c87e994ba20acbf479f285b55d82c2bc60"
|
||||||
},
|
},
|
||||||
"x86_64_windows": {
|
"x86_64_windows": {
|
||||||
|
"url": "https://github.com/rust-cross/cargo-zigbuild/releases/download/v0.19.6/cargo-zigbuild-v0.19.6.windows-x64.zip",
|
||||||
"etag": "0x8DD1D6C1F3C234E",
|
"etag": "0x8DD1D6C1F3C234E",
|
||||||
"hash": "96c62f249de011c1171bfec8e8f0167a8ea6fd2acc235ee0b159864be1f00fc0"
|
"hash": "96c62f249de011c1171bfec8e8f0167a8ea6fd2acc235ee0b159864be1f00fc0"
|
||||||
},
|
},
|
||||||
"aarch64_linux_musl": {
|
"aarch64_linux_musl": {
|
||||||
|
"url": "https://github.com/rust-cross/cargo-zigbuild/releases/download/v0.19.6/cargo-zigbuild-v0.19.6.aarch64-unknown-linux-musl.tar.gz",
|
||||||
"etag": "0x8DD1D6BF3997E3D",
|
"etag": "0x8DD1D6BF3997E3D",
|
||||||
"hash": "7f1e6ae0163a604d18d39eeebd1ddf0ff1227a94831c516210c7d0b77efd5c0c"
|
"hash": "7f1e6ae0163a604d18d39eeebd1ddf0ff1227a94831c516210c7d0b77efd5c0c"
|
||||||
},
|
},
|
||||||
"aarch64_windows": {
|
"aarch64_windows": {
|
||||||
|
"url": "https://github.com/rust-cross/cargo-zigbuild/releases/download/v0.19.6/cargo-zigbuild-v0.19.6.windows-arm64.zip",
|
||||||
"etag": "0x8DD1D6C3E89704C",
|
"etag": "0x8DD1D6C3E89704C",
|
||||||
"hash": "8217239a1bbd6ee937da66e87d2aaacbb5afd10d275d72f5e54a481f67245332"
|
"hash": "8217239a1bbd6ee937da66e87d2aaacbb5afd10d275d72f5e54a481f67245332"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"0.19.5": {
|
"0.19.5": {
|
||||||
"x86_64_linux_musl": {
|
"x86_64_linux_musl": {
|
||||||
|
"url": "https://github.com/rust-cross/cargo-zigbuild/releases/download/v0.19.5/cargo-zigbuild-v0.19.5.x86_64-unknown-linux-musl.tar.gz",
|
||||||
"etag": "0x8DD10EB499E98B9",
|
"etag": "0x8DD10EB499E98B9",
|
||||||
"hash": "3d4baf2a9067e13577a31623f9fa628c6415caea188591dca48aa378783e3913"
|
"hash": "3d4baf2a9067e13577a31623f9fa628c6415caea188591dca48aa378783e3913"
|
||||||
},
|
},
|
||||||
"x86_64_macos": {
|
"x86_64_macos": {
|
||||||
|
"url": "https://github.com/rust-cross/cargo-zigbuild/releases/download/v0.19.5/cargo-zigbuild-v0.19.5.apple-darwin.tar.gz",
|
||||||
"etag": "0x8DD10EC07B2E36C",
|
"etag": "0x8DD10EC07B2E36C",
|
||||||
"hash": "ecc421030d2db57d4e4bd2a29904243c9f59920e2634a0d2e9480ea4dedb00e5"
|
"hash": "ecc421030d2db57d4e4bd2a29904243c9f59920e2634a0d2e9480ea4dedb00e5"
|
||||||
},
|
},
|
||||||
"x86_64_windows": {
|
"x86_64_windows": {
|
||||||
|
"url": "https://github.com/rust-cross/cargo-zigbuild/releases/download/v0.19.5/cargo-zigbuild-v0.19.5.windows-x64.zip",
|
||||||
"etag": "0x8DD10EAE6228CF5",
|
"etag": "0x8DD10EAE6228CF5",
|
||||||
"hash": "589254e208526d901d2193f4470a14241ad636a35df60bfeb35058e93e2e0d1c"
|
"hash": "589254e208526d901d2193f4470a14241ad636a35df60bfeb35058e93e2e0d1c"
|
||||||
},
|
},
|
||||||
"aarch64_linux_musl": {
|
"aarch64_linux_musl": {
|
||||||
|
"url": "https://github.com/rust-cross/cargo-zigbuild/releases/download/v0.19.5/cargo-zigbuild-v0.19.5.aarch64-unknown-linux-musl.tar.gz",
|
||||||
"etag": "0x8DD10EA7C976517",
|
"etag": "0x8DD10EA7C976517",
|
||||||
"hash": "0715fcfb3881a51e2e663f176c4ba6ba8c3f9a7a346668cc5b957d237ad4d401"
|
"hash": "0715fcfb3881a51e2e663f176c4ba6ba8c3f9a7a346668cc5b957d237ad4d401"
|
||||||
},
|
},
|
||||||
"aarch64_windows": {
|
"aarch64_windows": {
|
||||||
|
"url": "https://github.com/rust-cross/cargo-zigbuild/releases/download/v0.19.5/cargo-zigbuild-v0.19.5.windows-arm64.zip",
|
||||||
"etag": "0x8DD10EAF12FE9A3",
|
"etag": "0x8DD10EAF12FE9A3",
|
||||||
"hash": "abd4b87c1b22ed02df55b166fc86ab5269a16c3186f99786c4663fb64dfeea7e"
|
"hash": "abd4b87c1b22ed02df55b166fc86ab5269a16c3186f99786c4663fb64dfeea7e"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"0.19.4": {
|
"0.19.4": {
|
||||||
"x86_64_linux_musl": {
|
"x86_64_linux_musl": {
|
||||||
|
"url": "https://github.com/rust-cross/cargo-zigbuild/releases/download/v0.19.4/cargo-zigbuild-v0.19.4.x86_64-unknown-linux-musl.tar.gz",
|
||||||
"etag": "0x8DCF74715BF6C29",
|
"etag": "0x8DCF74715BF6C29",
|
||||||
"hash": "3fbf6d78dc23d413c3c1196cc790598e6162baaf523f3ceebf565d6ed1738545"
|
"hash": "3fbf6d78dc23d413c3c1196cc790598e6162baaf523f3ceebf565d6ed1738545"
|
||||||
},
|
},
|
||||||
"x86_64_macos": {
|
"x86_64_macos": {
|
||||||
|
"url": "https://github.com/rust-cross/cargo-zigbuild/releases/download/v0.19.4/cargo-zigbuild-v0.19.4.apple-darwin.tar.gz",
|
||||||
"etag": "0x8DCF7471D5CB591",
|
"etag": "0x8DCF7471D5CB591",
|
||||||
"hash": "51b376a3b1a41dc09eeb197c4d25e6fd23e6a440e2a58956a52ecf88c8177679"
|
"hash": "51b376a3b1a41dc09eeb197c4d25e6fd23e6a440e2a58956a52ecf88c8177679"
|
||||||
},
|
},
|
||||||
"x86_64_windows": {
|
"x86_64_windows": {
|
||||||
|
"url": "https://github.com/rust-cross/cargo-zigbuild/releases/download/v0.19.4/cargo-zigbuild-v0.19.4.windows-x64.zip",
|
||||||
"etag": "0x8DCF7472F0600BC",
|
"etag": "0x8DCF7472F0600BC",
|
||||||
"hash": "bfc9c836fce7d0f0ca829b63a53f646b6f0ba35e6e0518ebbc18bcb5dee83020"
|
"hash": "bfc9c836fce7d0f0ca829b63a53f646b6f0ba35e6e0518ebbc18bcb5dee83020"
|
||||||
},
|
},
|
||||||
"aarch64_linux_musl": {
|
"aarch64_linux_musl": {
|
||||||
|
"url": "https://github.com/rust-cross/cargo-zigbuild/releases/download/v0.19.4/cargo-zigbuild-v0.19.4.aarch64-unknown-linux-musl.tar.gz",
|
||||||
"etag": "0x8DCF74713191958",
|
"etag": "0x8DCF74713191958",
|
||||||
"hash": "2f84b923075b0fb62a5069b485c80005888e4ffba7ecf984f327b2d2fc8f3c6f"
|
"hash": "2f84b923075b0fb62a5069b485c80005888e4ffba7ecf984f327b2d2fc8f3c6f"
|
||||||
},
|
},
|
||||||
"aarch64_windows": {
|
"aarch64_windows": {
|
||||||
|
"url": "https://github.com/rust-cross/cargo-zigbuild/releases/download/v0.19.4/cargo-zigbuild-v0.19.4.windows-arm64.zip",
|
||||||
"etag": "0x8DCF747939158DE",
|
"etag": "0x8DCF747939158DE",
|
||||||
"hash": "39d64a306be35497d66325983974db9d16d1dda3de8fd30ba7bf4799ff280fc8"
|
"hash": "39d64a306be35497d66325983974db9d16d1dda3de8fd30ba7bf4799ff280fc8"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"0.19.3": {
|
"0.19.3": {
|
||||||
"x86_64_linux_musl": {
|
"x86_64_linux_musl": {
|
||||||
|
"url": "https://github.com/rust-cross/cargo-zigbuild/releases/download/v0.19.3/cargo-zigbuild-v0.19.3.x86_64-unknown-linux-musl.tar.gz",
|
||||||
"etag": "0x8DCDCA2DC25EFC6",
|
"etag": "0x8DCDCA2DC25EFC6",
|
||||||
"hash": "49d4796319f0b85039783675499d092cfbb95f33f9cc9e6feef239f7f23efe5c"
|
"hash": "49d4796319f0b85039783675499d092cfbb95f33f9cc9e6feef239f7f23efe5c"
|
||||||
},
|
},
|
||||||
"x86_64_macos": {
|
"x86_64_macos": {
|
||||||
|
"url": "https://github.com/rust-cross/cargo-zigbuild/releases/download/v0.19.3/cargo-zigbuild-v0.19.3.apple-darwin.tar.gz",
|
||||||
"etag": "0x8DCDCA0D37AABD0",
|
"etag": "0x8DCDCA0D37AABD0",
|
||||||
"hash": "60348c23e14e212b11bb68eec3cf3b5db2d18461f02efb0066ee6b1ec87790de"
|
"hash": "60348c23e14e212b11bb68eec3cf3b5db2d18461f02efb0066ee6b1ec87790de"
|
||||||
},
|
},
|
||||||
"x86_64_windows": {
|
"x86_64_windows": {
|
||||||
|
"url": "https://github.com/rust-cross/cargo-zigbuild/releases/download/v0.19.3/cargo-zigbuild-v0.19.3.windows-x64.zip",
|
||||||
"etag": "0x8DCDC9F69902822",
|
"etag": "0x8DCDC9F69902822",
|
||||||
"hash": "ba09c9f260500ffcf6837f57b06f1fc826695bdc28f69b0258067345b25661e1"
|
"hash": "ba09c9f260500ffcf6837f57b06f1fc826695bdc28f69b0258067345b25661e1"
|
||||||
},
|
},
|
||||||
"aarch64_linux_musl": {
|
"aarch64_linux_musl": {
|
||||||
|
"url": "https://github.com/rust-cross/cargo-zigbuild/releases/download/v0.19.3/cargo-zigbuild-v0.19.3.aarch64-unknown-linux-musl.tar.gz",
|
||||||
"etag": "0x8DCDCA2DC4E31F3",
|
"etag": "0x8DCDCA2DC4E31F3",
|
||||||
"hash": "b3bd9e02e1fa8ef4cd0c96a9686f2a9ed8ddf17c175c4de71f8709ca11e83c4a"
|
"hash": "b3bd9e02e1fa8ef4cd0c96a9686f2a9ed8ddf17c175c4de71f8709ca11e83c4a"
|
||||||
},
|
},
|
||||||
"aarch64_windows": {
|
"aarch64_windows": {
|
||||||
|
"url": "https://github.com/rust-cross/cargo-zigbuild/releases/download/v0.19.3/cargo-zigbuild-v0.19.3.windows-arm64.zip",
|
||||||
"etag": "0x8DCDC9F9CE2DE4D",
|
"etag": "0x8DCDC9F9CE2DE4D",
|
||||||
"hash": "c624ac2b937991dd9d08e3d4b4c248ad3ea6ab6ea8e302754ad52b77856193e4"
|
"hash": "c624ac2b937991dd9d08e3d4b4c248ad3ea6ab6ea8e302754ad52b77856193e4"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"0.19.2": {
|
"0.19.2": {
|
||||||
"x86_64_linux_musl": {
|
"x86_64_linux_musl": {
|
||||||
|
"url": "https://github.com/rust-cross/cargo-zigbuild/releases/download/v0.19.2/cargo-zigbuild-v0.19.2.x86_64-unknown-linux-musl.tar.gz",
|
||||||
"etag": "0x8DCD7F42717DB9B",
|
"etag": "0x8DCD7F42717DB9B",
|
||||||
"hash": "004df391aa3bedcda64ce887a1e28f4c560a5afa417985f2e6a43dd57d1f7704"
|
"hash": "004df391aa3bedcda64ce887a1e28f4c560a5afa417985f2e6a43dd57d1f7704"
|
||||||
},
|
},
|
||||||
"x86_64_macos": {
|
"x86_64_macos": {
|
||||||
|
"url": "https://github.com/rust-cross/cargo-zigbuild/releases/download/v0.19.2/cargo-zigbuild-v0.19.2.apple-darwin.tar.gz",
|
||||||
"etag": "0x8DCD7F991A9561E",
|
"etag": "0x8DCD7F991A9561E",
|
||||||
"hash": "8dc56fc231d55522dcb88fa96b35db352711a7a86a9abaed76013c712ae58515"
|
"hash": "8dc56fc231d55522dcb88fa96b35db352711a7a86a9abaed76013c712ae58515"
|
||||||
},
|
},
|
||||||
"x86_64_windows": {
|
"x86_64_windows": {
|
||||||
|
"url": "https://github.com/rust-cross/cargo-zigbuild/releases/download/v0.19.2/cargo-zigbuild-v0.19.2.windows-x64.zip",
|
||||||
"etag": "0x8DCD7F3EC049C4B",
|
"etag": "0x8DCD7F3EC049C4B",
|
||||||
"hash": "2ef56bf18329eafd2a8948b695c19178fe4f2fe7f8bef295f570f1492c916988"
|
"hash": "2ef56bf18329eafd2a8948b695c19178fe4f2fe7f8bef295f570f1492c916988"
|
||||||
},
|
},
|
||||||
"aarch64_linux_musl": {
|
"aarch64_linux_musl": {
|
||||||
|
"url": "https://github.com/rust-cross/cargo-zigbuild/releases/download/v0.19.2/cargo-zigbuild-v0.19.2.aarch64-unknown-linux-musl.tar.gz",
|
||||||
"etag": "0x8DCD7F3F7DE776A",
|
"etag": "0x8DCD7F3F7DE776A",
|
||||||
"hash": "7b323b138a49a684a811bb774f7a868131318bb5e0bd5bad20d44e7f6bf016a2"
|
"hash": "7b323b138a49a684a811bb774f7a868131318bb5e0bd5bad20d44e7f6bf016a2"
|
||||||
},
|
},
|
||||||
"aarch64_windows": {
|
"aarch64_windows": {
|
||||||
|
"url": "https://github.com/rust-cross/cargo-zigbuild/releases/download/v0.19.2/cargo-zigbuild-v0.19.2.windows-arm64.zip",
|
||||||
"etag": "0x8DCD7F4493614C5",
|
"etag": "0x8DCD7F4493614C5",
|
||||||
"hash": "9da4d347bb1b26a10de5c9025561703c12ae78dc222205a2901a7ece739231fd"
|
"hash": "9da4d347bb1b26a10de5c9025561703c12ae78dc222205a2901a7ece739231fd"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"0.19.1": {
|
"0.19.1": {
|
||||||
"x86_64_linux_musl": {
|
"x86_64_linux_musl": {
|
||||||
|
"url": "https://github.com/rust-cross/cargo-zigbuild/releases/download/v0.19.1/cargo-zigbuild-v0.19.1.x86_64-unknown-linux-musl.tar.gz",
|
||||||
"etag": "0x8DCA02F57E9832F",
|
"etag": "0x8DCA02F57E9832F",
|
||||||
"hash": "d90450f3b6cc40294263f09c1b8c04231e6b526f811f506812501de814737888"
|
"hash": "d90450f3b6cc40294263f09c1b8c04231e6b526f811f506812501de814737888"
|
||||||
},
|
},
|
||||||
"x86_64_macos": {
|
"x86_64_macos": {
|
||||||
|
"url": "https://github.com/rust-cross/cargo-zigbuild/releases/download/v0.19.1/cargo-zigbuild-v0.19.1.apple-darwin.tar.gz",
|
||||||
"etag": "0x8DCA030EA6943FA",
|
"etag": "0x8DCA030EA6943FA",
|
||||||
"hash": "e11ca1c260632e10e439f28e8d87453a61fb6b8cd938d24523c4132f85fe3d37"
|
"hash": "e11ca1c260632e10e439f28e8d87453a61fb6b8cd938d24523c4132f85fe3d37"
|
||||||
},
|
},
|
||||||
"x86_64_windows": {
|
"x86_64_windows": {
|
||||||
|
"url": "https://github.com/rust-cross/cargo-zigbuild/releases/download/v0.19.1/cargo-zigbuild-v0.19.1.windows-x64.zip",
|
||||||
"etag": "0x8DCA02FA6F628E7",
|
"etag": "0x8DCA02FA6F628E7",
|
||||||
"hash": "2e3f5f44d6619e0aab9ad80e9a46d98489f913af90a966386532bb359136ac51"
|
"hash": "2e3f5f44d6619e0aab9ad80e9a46d98489f913af90a966386532bb359136ac51"
|
||||||
},
|
},
|
||||||
"aarch64_linux_musl": {
|
"aarch64_linux_musl": {
|
||||||
|
"url": "https://github.com/rust-cross/cargo-zigbuild/releases/download/v0.19.1/cargo-zigbuild-v0.19.1.aarch64-unknown-linux-musl.tar.gz",
|
||||||
"etag": "0x8DCA02F301C95E4",
|
"etag": "0x8DCA02F301C95E4",
|
||||||
"hash": "149035fc30323cb683aea8f8800983007da27f3de22a1beb12d05e9fefc8ef06"
|
"hash": "149035fc30323cb683aea8f8800983007da27f3de22a1beb12d05e9fefc8ef06"
|
||||||
},
|
},
|
||||||
"aarch64_windows": {
|
"aarch64_windows": {
|
||||||
|
"url": "https://github.com/rust-cross/cargo-zigbuild/releases/download/v0.19.1/cargo-zigbuild-v0.19.1.windows-arm64.zip",
|
||||||
"etag": "0x8DCA02FEBAFBE0D",
|
"etag": "0x8DCA02FEBAFBE0D",
|
||||||
"hash": "26955ffa45d67751682ece010c640601127f7a4e00711eb251e59c8864a46569"
|
"hash": "26955ffa45d67751682ece010c640601127f7a4e00711eb251e59c8864a46569"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"0.19.0": {
|
"0.19.0": {
|
||||||
"x86_64_linux_musl": {
|
"x86_64_linux_musl": {
|
||||||
|
"url": "https://github.com/rust-cross/cargo-zigbuild/releases/download/v0.19.0/cargo-zigbuild-v0.19.0.x86_64-unknown-linux-musl.tar.gz",
|
||||||
"etag": "0x8DC9119E4DF0AC7",
|
"etag": "0x8DC9119E4DF0AC7",
|
||||||
"hash": "ab2e2f3a22409470ec7d71badc22ab89351a6ddaba5c4785a39689856809404c"
|
"hash": "ab2e2f3a22409470ec7d71badc22ab89351a6ddaba5c4785a39689856809404c"
|
||||||
},
|
},
|
||||||
"x86_64_macos": {
|
"x86_64_macos": {
|
||||||
|
"url": "https://github.com/rust-cross/cargo-zigbuild/releases/download/v0.19.0/cargo-zigbuild-v0.19.0.apple-darwin.tar.gz",
|
||||||
"etag": "0x8DC911B3D433D97",
|
"etag": "0x8DC911B3D433D97",
|
||||||
"hash": "9173594204eaacadd62e2f26a3c2365887ec24a4fa15f309023b8d4bbbc09dec"
|
"hash": "9173594204eaacadd62e2f26a3c2365887ec24a4fa15f309023b8d4bbbc09dec"
|
||||||
},
|
},
|
||||||
"x86_64_windows": {
|
"x86_64_windows": {
|
||||||
|
"url": "https://github.com/rust-cross/cargo-zigbuild/releases/download/v0.19.0/cargo-zigbuild-v0.19.0.windows-x64.zip",
|
||||||
"etag": "0x8DC911A1AA0FEBC",
|
"etag": "0x8DC911A1AA0FEBC",
|
||||||
"hash": "640b03357f568deb976cd0e0732db04f723498a0d4706d71ebaec05f8fc35db2"
|
"hash": "640b03357f568deb976cd0e0732db04f723498a0d4706d71ebaec05f8fc35db2"
|
||||||
},
|
},
|
||||||
"aarch64_linux_musl": {
|
"aarch64_linux_musl": {
|
||||||
|
"url": "https://github.com/rust-cross/cargo-zigbuild/releases/download/v0.19.0/cargo-zigbuild-v0.19.0.aarch64-unknown-linux-musl.tar.gz",
|
||||||
"etag": "0x8DC9119C072F83B",
|
"etag": "0x8DC9119C072F83B",
|
||||||
"hash": "edc3d0966ed8c80056d36ace8998eb75ed2f3a71342e0825960d98c9eb3398a0"
|
"hash": "edc3d0966ed8c80056d36ace8998eb75ed2f3a71342e0825960d98c9eb3398a0"
|
||||||
},
|
},
|
||||||
"aarch64_windows": {
|
"aarch64_windows": {
|
||||||
|
"url": "https://github.com/rust-cross/cargo-zigbuild/releases/download/v0.19.0/cargo-zigbuild-v0.19.0.windows-arm64.zip",
|
||||||
"etag": "0x8DC911A3FFF6228",
|
"etag": "0x8DC911A3FFF6228",
|
||||||
"hash": "6affe535f6d37768cc20be30b8b65a1bcc196ae1efdad71d2a5c44049a081b7e"
|
"hash": "6affe535f6d37768cc20be30b8b65a1bcc196ae1efdad71d2a5c44049a081b7e"
|
||||||
}
|
}
|
||||||
@@ -386,22 +757,27 @@
|
|||||||
},
|
},
|
||||||
"0.18.4": {
|
"0.18.4": {
|
||||||
"x86_64_linux_musl": {
|
"x86_64_linux_musl": {
|
||||||
|
"url": "https://github.com/rust-cross/cargo-zigbuild/releases/download/v0.18.4/cargo-zigbuild-v0.18.4.x86_64-unknown-linux-musl.tar.gz",
|
||||||
"etag": "0x8DC64512B96B7E2",
|
"etag": "0x8DC64512B96B7E2",
|
||||||
"hash": "bfcef631fe5ec5c0381d0028d47765dd4cef54ece10ebf2d76e62de6e7941d4e"
|
"hash": "bfcef631fe5ec5c0381d0028d47765dd4cef54ece10ebf2d76e62de6e7941d4e"
|
||||||
},
|
},
|
||||||
"x86_64_macos": {
|
"x86_64_macos": {
|
||||||
|
"url": "https://github.com/rust-cross/cargo-zigbuild/releases/download/v0.18.4/cargo-zigbuild-v0.18.4.apple-darwin.tar.gz",
|
||||||
"etag": "0x8DC645162138D32",
|
"etag": "0x8DC645162138D32",
|
||||||
"hash": "b04e989f6df22d46be292af8c4f799467d6e60305fe6ab55f9bdf1c795a0c70f"
|
"hash": "b04e989f6df22d46be292af8c4f799467d6e60305fe6ab55f9bdf1c795a0c70f"
|
||||||
},
|
},
|
||||||
"x86_64_windows": {
|
"x86_64_windows": {
|
||||||
|
"url": "https://github.com/rust-cross/cargo-zigbuild/releases/download/v0.18.4/cargo-zigbuild-v0.18.4.windows-x64.zip",
|
||||||
"etag": "0x8DC645155E600B1",
|
"etag": "0x8DC645155E600B1",
|
||||||
"hash": "5a5ea2b4d2dcd6d9196d5ca72e76c0d0714dae1ad287d313b89b1d78bcdc8364"
|
"hash": "5a5ea2b4d2dcd6d9196d5ca72e76c0d0714dae1ad287d313b89b1d78bcdc8364"
|
||||||
},
|
},
|
||||||
"aarch64_linux_musl": {
|
"aarch64_linux_musl": {
|
||||||
|
"url": "https://github.com/rust-cross/cargo-zigbuild/releases/download/v0.18.4/cargo-zigbuild-v0.18.4.aarch64-unknown-linux-musl.tar.gz",
|
||||||
"etag": "0x8DC64512690B73D",
|
"etag": "0x8DC64512690B73D",
|
||||||
"hash": "8271acf32a08fc6073153fffeca5d9289dce7ae13a3a9d64cacf0600904fa7f5"
|
"hash": "8271acf32a08fc6073153fffeca5d9289dce7ae13a3a9d64cacf0600904fa7f5"
|
||||||
},
|
},
|
||||||
"aarch64_windows": {
|
"aarch64_windows": {
|
||||||
|
"url": "https://github.com/rust-cross/cargo-zigbuild/releases/download/v0.18.4/cargo-zigbuild-v0.18.4.windows-arm64.zip",
|
||||||
"etag": "0x8DC64516B51DB3B",
|
"etag": "0x8DC64516B51DB3B",
|
||||||
"hash": "f5166b64a037508c4698e03bde3a57a53fde530fe604866050e1fef43cd5df6d"
|
"hash": "f5166b64a037508c4698e03bde3a57a53fde530fe604866050e1fef43cd5df6d"
|
||||||
}
|
}
|
||||||
|
|||||||
23
manifests/covgate.json
generated
23
manifests/covgate.json
generated
@@ -19,7 +19,28 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "0.1.4"
|
"version": "0.2.0"
|
||||||
|
},
|
||||||
|
"0.2": {
|
||||||
|
"version": "0.2.0"
|
||||||
|
},
|
||||||
|
"0.2.0": {
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"etag": "0x8DEB08EEA0C6D64",
|
||||||
|
"hash": "2b3e8aae7e26f584db9dec00cc70d27876dad929f3230fcd0a85f39e4a1f0e36"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"etag": "0x8DEB08EEA0D2FD4",
|
||||||
|
"hash": "29d2049edbdb78e67895ab8bc13d8400dec4bd7d9de075e73f7c62466ce5a6e9"
|
||||||
|
},
|
||||||
|
"aarch64_linux_musl": {
|
||||||
|
"etag": "0x8DEB08EEA0FC504",
|
||||||
|
"hash": "6f13614a312f70090d071bd2ce8d4cebd665be97bc7a6d93589f25c14e2e22ef"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"etag": "0x8DEB08EEA0A4CE2",
|
||||||
|
"hash": "23b784619d5bb8040916d0a625e563d9ca244c05f3b20e813b6ab6f79a0487b7"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"0.1": {
|
"0.1": {
|
||||||
"version": "0.1.4"
|
"version": "0.1.4"
|
||||||
|
|||||||
31
manifests/cyclonedx.json
generated
31
manifests/cyclonedx.json
generated
@@ -21,7 +21,36 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "0.31.0"
|
"version": "0.32.0"
|
||||||
|
},
|
||||||
|
"0.32": {
|
||||||
|
"version": "0.32.0"
|
||||||
|
},
|
||||||
|
"0.32.0": {
|
||||||
|
"x86_64_linux_gnu": {
|
||||||
|
"etag": "0x8DEB1C0D0F942CE",
|
||||||
|
"hash": "454879e6a4a405c8a13bff49b8982adcb0596f3019b26b0811c66e4d7f0783e1"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"etag": "0x8DEB1C0E6600350",
|
||||||
|
"hash": "a13a5de12d10cfccf8f222614b99af243fee5491b0ec73850b1d6fa050d4ad4a"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"etag": "0x8DEB1C0DDE8B2F2",
|
||||||
|
"hash": "b1c00dbb40e628ec8c1252771871341ac4d4aaf032f832d83bd22cb2b1d258ae"
|
||||||
|
},
|
||||||
|
"aarch64_linux_gnu": {
|
||||||
|
"etag": "0x8DEB1C0D8F3B26A",
|
||||||
|
"hash": "abf0b7c5648a5b127791d691cad41f004aceea27c75bb42c9572fdc9694770cf"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"etag": "0x8DEB1C106F3BE09",
|
||||||
|
"hash": "83be8a9599f1dce1252208bd4d0bb15308eca0546814fb72b48b7246d35e832e"
|
||||||
|
},
|
||||||
|
"aarch64_windows": {
|
||||||
|
"etag": "0x8DEB1C0E3DAA66B",
|
||||||
|
"hash": "88a8f99667909da3b69b74ab0368082305d52595d1dfc694114e29b4d9139d20"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"0.31": {
|
"0.31": {
|
||||||
"version": "0.31.0"
|
"version": "0.31.0"
|
||||||
|
|||||||
27
manifests/gungraun-runner.json
generated
27
manifests/gungraun-runner.json
generated
@@ -23,7 +23,32 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "0.18.2"
|
"version": "0.19.0"
|
||||||
|
},
|
||||||
|
"0.19": {
|
||||||
|
"version": "0.19.0"
|
||||||
|
},
|
||||||
|
"0.19.0": {
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"etag": "0x8DEB2939FC5A8D0",
|
||||||
|
"hash": "3048fd4f7642385564c5a9dafe8ed483f3bcf07bd8d853c41795ebb64821bfe2"
|
||||||
|
},
|
||||||
|
"aarch64_linux_gnu": {
|
||||||
|
"etag": "0x8DEB29373596C89",
|
||||||
|
"hash": "69a52c4165d27c74acbe9ab06ce8bf838d74bc1759246612fdb6e096309298fe"
|
||||||
|
},
|
||||||
|
"powerpc64le_linux_gnu": {
|
||||||
|
"etag": "0x8DEB2936A9F24F3",
|
||||||
|
"hash": "27a69e4a1daf5e644914d3ca1a3fd93bdda5f47536f61c6b7b11d933c4e2386e"
|
||||||
|
},
|
||||||
|
"riscv64_linux_gnu": {
|
||||||
|
"etag": "0x8DEB2936EA942A0",
|
||||||
|
"hash": "807cd7dd58ae90e02096c4f955008c7ab84366300ddd23690af671b428bfd859"
|
||||||
|
},
|
||||||
|
"s390x_linux_gnu": {
|
||||||
|
"etag": "0x8DEB293B0817BFE",
|
||||||
|
"hash": "6ae6eb74c8daf0542fd172367463f6ea620738bec3ade22518807a5dc0cf16a9"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"0.18": {
|
"0.18": {
|
||||||
"version": "0.18.2"
|
"version": "0.18.2"
|
||||||
|
|||||||
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"
|
||||||
|
|||||||
24
manifests/martin.json
generated
24
manifests/martin.json
generated
@@ -31,13 +31,31 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "1.9.0"
|
"version": "1.9.1"
|
||||||
},
|
},
|
||||||
"1": {
|
"1": {
|
||||||
"version": "1.9.0"
|
"version": "1.9.1"
|
||||||
},
|
},
|
||||||
"1.9": {
|
"1.9": {
|
||||||
"version": "1.9.0"
|
"version": "1.9.1"
|
||||||
|
},
|
||||||
|
"1.9.1": {
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"etag": "0x8DEB0597AC2C520",
|
||||||
|
"hash": "6467f9ccfa847deb6098a0070990d68039b866576ee64af4492099431562a3d6"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"etag": "0x8DEB05979E1046A",
|
||||||
|
"hash": "de6cc3706968c90e97cb1d59ab7b1ba95c4aa22a4237a82f6ece94e8dd398fec"
|
||||||
|
},
|
||||||
|
"aarch64_linux_musl": {
|
||||||
|
"etag": "0x8DEB05979E0DD8A",
|
||||||
|
"hash": "f42d0e1e729d2e840f4bd211f06254b07817e1919a86a4e9c3f547503b0449df"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"etag": "0x8DEB05979DF0AD3",
|
||||||
|
"hash": "e0537a58c9eb09b8b2c638fd07f9cc3885db13194859d29eef71a1eb4972180a"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"1.9.0": {
|
"1.9.0": {
|
||||||
"x86_64_linux_musl": {
|
"x86_64_linux_musl": {
|
||||||
|
|||||||
188
manifests/mise.json
generated
188
manifests/mise.json
generated
@@ -27,13 +27,195 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "2026.5.1"
|
"version": "2026.5.9"
|
||||||
},
|
},
|
||||||
"2026": {
|
"2026": {
|
||||||
"version": "2026.5.1"
|
"version": "2026.5.9"
|
||||||
},
|
},
|
||||||
"2026.5": {
|
"2026.5": {
|
||||||
"version": "2026.5.1"
|
"version": "2026.5.9"
|
||||||
|
},
|
||||||
|
"2026.5.10": {
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"etag": "0x8DEB33BE5AD7B48",
|
||||||
|
"hash": "0badd6ac6188cbf4aa7d9159c612ed54b26d966ba1e9ea4841f6c973e13d90ca"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"etag": "0x8DEB33BE7C8F2F5",
|
||||||
|
"hash": "4d1b38f30589e96dc5280280caf9f16ce40978aa1dab606a3cbff710d2c43ddb"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"etag": "0x8DEB33BE917A0E1",
|
||||||
|
"hash": "0c23d98ec8eafc5eb790188df68d402ad545913673cd40da41d183b6f3c5ae2b"
|
||||||
|
},
|
||||||
|
"aarch64_linux_musl": {
|
||||||
|
"etag": "0x8DEB33BE27D3761",
|
||||||
|
"hash": "3a4cf82ea33ee9ea903fe0d7bcb037b917a53aa155d6f5a7388d7661a47f6a73"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"etag": "0x8DEB33BE703C1C8",
|
||||||
|
"hash": "f3eb105f2dc79dd920918fb38f0825f9ec9f0bef3a4478e201a94a352743a1fb"
|
||||||
|
},
|
||||||
|
"aarch64_windows": {
|
||||||
|
"etag": "0x8DEB33BE88C0393",
|
||||||
|
"hash": "b2764f48f3c910f7a10cb540ea84c476e9ba79937bf7fde4e67826d7270b2c3e"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"2026.5.9": {
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"etag": "0x8DEB275BF874C14",
|
||||||
|
"hash": "13fa1fcad6a0e0e1cc8a016601e72a9ca203aa2a4a5f9f845e63aa735ce15540"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"etag": "0x8DEB275C29D6F60",
|
||||||
|
"hash": "29cb947094aa0b5097c378ad02f7ebdfdfe2cec0e123232d93744afda52266b2"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"etag": "0x8DEB275C43667B3",
|
||||||
|
"hash": "c0de9d8206636dc0627159f0ba87b2ed3287bfdc54676b99d73d9e76d24f43a3"
|
||||||
|
},
|
||||||
|
"aarch64_linux_musl": {
|
||||||
|
"etag": "0x8DEB275BA8A4112",
|
||||||
|
"hash": "adedc3ea9e888cd4856aff142aa27783e06a9df08a61e388fd482776a9351eec"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"etag": "0x8DEB275C15218BC",
|
||||||
|
"hash": "1695b7b2e7b1ed601a80e6f4a1379ace88b146a8f8d73c1c388a9a57fffe1968"
|
||||||
|
},
|
||||||
|
"aarch64_windows": {
|
||||||
|
"etag": "0x8DEB275C38150CE",
|
||||||
|
"hash": "4968e47666292e1f890ff3fa99bc4970c6fe94cafe327a4b4c605233463eb307"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"2026.5.8": {
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"etag": "0x8DEB1FDEEFE723C",
|
||||||
|
"hash": "4bfcd3a5c513bfa6036d8d7cad3cfb6989155d913d39333ab493d1988bc93e62"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"etag": "0x8DEB1FDF1C91467",
|
||||||
|
"hash": "05e72a6f57017a3edbde784720e7d11ff79ac9b48ad4aa8f4ca2b1dcc638da1b"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"etag": "0x8DEB1FDF35DCBAC",
|
||||||
|
"hash": "1e58abd24ac23aa09c6d9ed35762ce27c1abd1c0739397a1a2cd9c0f56f9bff9"
|
||||||
|
},
|
||||||
|
"aarch64_linux_musl": {
|
||||||
|
"etag": "0x8DEB1FDEAF53C58",
|
||||||
|
"hash": "80036a854f6e4b0d96ca86cea6b72355b618516441728f067c6b3a4d79103c47"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"etag": "0x8DEB1FDF0EB1FB4",
|
||||||
|
"hash": "7f9733967c152753a4dd5c99a90b5632c4efdfd157ed534d5b3c78d9d43cf9a6"
|
||||||
|
},
|
||||||
|
"aarch64_windows": {
|
||||||
|
"etag": "0x8DEB1FDF2E0C3E4",
|
||||||
|
"hash": "e174c7a09b8f61c3758162e8a1b13b1529d41eb8927b53bb10de8bea7168cfa1"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"2026.5.7": {
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"etag": "0x8DEB10A2897A9EF",
|
||||||
|
"hash": "844536d1da057de8cbe9a1eea0416f462bd96973402bc643029a0e0d7271dd5a"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"etag": "0x8DEB10A2B8DBDF3",
|
||||||
|
"hash": "32741fe6e31b01f81cbdb98f0abf7469cc682eeefa67908b932ccd17ed97e73e"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"etag": "0x8DEB10A2D502EE9",
|
||||||
|
"hash": "7930487f8d4cfd9a2349b24e2698bcb1eef4b952e8c52e3444a8c1bb1c6d2aa2"
|
||||||
|
},
|
||||||
|
"aarch64_linux_musl": {
|
||||||
|
"etag": "0x8DEB10A24A9F4FA",
|
||||||
|
"hash": "a13239c0e822b3261e6ea05b9b8c6c98d78bdeebe5ba20ab22c0fa25bbf72e68"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"etag": "0x8DEB10A2A96B890",
|
||||||
|
"hash": "40fd197440938ca71b07862eacce640fdf136df75aba6ed5fc397be9f9117c77"
|
||||||
|
},
|
||||||
|
"aarch64_windows": {
|
||||||
|
"etag": "0x8DEB10A2CB5D542",
|
||||||
|
"hash": "e598fe431ec5f8b0c522615440ee27c955e5cb6656ba2f3c4b40acf42c2fd647"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"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": {
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"etag": "0x8DEADBA8BC5AE8D",
|
||||||
|
"hash": "96aaa896d9d3c02a7f72ff92f85b879afb7e9dcf92d81f72d873aa4d330b2615"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"etag": "0x8DEADBA8E5CF79B",
|
||||||
|
"hash": "301b5f875b9ac34d5535126aec6400c2c2b540761f137cec874fcb73d577e116"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"etag": "0x8DEADBA8FDB59F9",
|
||||||
|
"hash": "3c66193570f51ca33198e31d6f685ebd9d094aa28b46619be18f8c3825df015e"
|
||||||
|
},
|
||||||
|
"aarch64_linux_musl": {
|
||||||
|
"etag": "0x8DEADBA877F3EE8",
|
||||||
|
"hash": "3c2ec2ee50066c731d4c4492409ed234a2275f9836df02807637c1ea72c96ce9"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"etag": "0x8DEADBA8D9F37F9",
|
||||||
|
"hash": "740210925b3dd87de72b0e6dc428176716a9870c16831f762916567dbb9252f4"
|
||||||
|
},
|
||||||
|
"aarch64_windows": {
|
||||||
|
"etag": "0x8DEADBA8F6B150C",
|
||||||
|
"hash": "c9c9ff3708df345b9c32cc449f230865136e2d854d4896d15c951c209313d4ee"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"2026.5.3": {
|
"2026.5.3": {
|
||||||
"x86_64_linux_musl": {
|
"x86_64_linux_musl": {
|
||||||
|
|||||||
6
manifests/osv-scanner.json
generated
6
manifests/osv-scanner.json
generated
@@ -2,13 +2,13 @@
|
|||||||
"rust_crate": null,
|
"rust_crate": null,
|
||||||
"template": null,
|
"template": null,
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "2.3.6"
|
"version": "2.3.8"
|
||||||
},
|
},
|
||||||
"2": {
|
"2": {
|
||||||
"version": "2.3.6"
|
"version": "2.3.8"
|
||||||
},
|
},
|
||||||
"2.3": {
|
"2.3": {
|
||||||
"version": "2.3.6"
|
"version": "2.3.8"
|
||||||
},
|
},
|
||||||
"2.3.8": {
|
"2.3.8": {
|
||||||
"x86_64_linux_musl": {
|
"x86_64_linux_musl": {
|
||||||
|
|||||||
39
manifests/prek.json
generated
39
manifests/prek.json
generated
@@ -39,7 +39,44 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "0.3.13"
|
"version": "0.4.0"
|
||||||
|
},
|
||||||
|
"0.4": {
|
||||||
|
"version": "0.4.0"
|
||||||
|
},
|
||||||
|
"0.4.0": {
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"etag": "0x8DEB1A6F82BDB36",
|
||||||
|
"hash": "56c555b33eb8ddcc6d7a33525225ddb536c6a516a2db0c83b3ab456ca3259022"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"etag": "0x8DEB1A6F7A17502",
|
||||||
|
"hash": "fd1a81e1659859c537b274afc44f8c500e400118592aa70cf3d5f8f40877a0d9"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"etag": "0x8DEB1A6F7DC8DD0",
|
||||||
|
"hash": "8180ebab47427c4adc029b02b2e91e743cad01f7335063d6e28a0e7748f724f7"
|
||||||
|
},
|
||||||
|
"aarch64_linux_musl": {
|
||||||
|
"etag": "0x8DEB1A6F608F1B2",
|
||||||
|
"hash": "4f64e600ca19f0a7f98ed76afbe764336d1d333a80a431dfc48f4108accc488a"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"etag": "0x8DEB1A6F5C49471",
|
||||||
|
"hash": "952667b826c7f9ce764b0a567568c3e09146ebf35c5912bfd42c2c6eda4d344b"
|
||||||
|
},
|
||||||
|
"aarch64_windows": {
|
||||||
|
"etag": "0x8DEB1A6F5B369AC",
|
||||||
|
"hash": "92c7107ddec8309d65acbd2e0da8ff4d9a27a026c777980f40fd2be5a9beba25"
|
||||||
|
},
|
||||||
|
"riscv64_linux_gnu": {
|
||||||
|
"etag": "0x8DEB1A6F76E6970",
|
||||||
|
"hash": "175d291ede5e5b651deb29f231e836b80ab3993fe11e053b8919562b014e13f6"
|
||||||
|
},
|
||||||
|
"s390x_linux_gnu": {
|
||||||
|
"etag": "0x8DEB1A6F78166E1",
|
||||||
|
"hash": "41c947a788c670b18c01d310e82a25f2e24211df81c3380829184ebb01f453a2"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"0.3": {
|
"0.3": {
|
||||||
"version": "0.3.13"
|
"version": "0.3.13"
|
||||||
|
|||||||
32
manifests/rclone.json
generated
32
manifests/rclone.json
generated
@@ -27,13 +27,39 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "1.74.0"
|
"version": "1.74.1"
|
||||||
},
|
},
|
||||||
"1": {
|
"1": {
|
||||||
"version": "1.74.0"
|
"version": "1.74.1"
|
||||||
},
|
},
|
||||||
"1.74": {
|
"1.74": {
|
||||||
"version": "1.74.0"
|
"version": "1.74.1"
|
||||||
|
},
|
||||||
|
"1.74.1": {
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"etag": "0x8DEAD1B458A41BC",
|
||||||
|
"hash": "67df3059a6233b6e32e604bcd637654bb294ff86291b65ede77123e94818d911"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"etag": "0x8DEAD1C25E09770",
|
||||||
|
"hash": "4f10d7845422d8568e187a0f6813f124bca9b657ac7becd8bdf8508fa968a336"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"etag": "0x8DEAD1C6237A9FA",
|
||||||
|
"hash": "51326acc0d9cf60234aa5787d8da66a621430aa373542a6b35bad8a4a26ca43e"
|
||||||
|
},
|
||||||
|
"aarch64_linux_musl": {
|
||||||
|
"etag": "0x8DEAD1B5EE81512",
|
||||||
|
"hash": "c816ed0e568de4dd1bba1a4d0cd47523d3dd54337dd5fde73f1b068857ecf877"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"etag": "0x8DEAD1C2F373459",
|
||||||
|
"hash": "98c04f5f678fe87d435d6f4b1fe204103c5906b151357e631ba0111410691213"
|
||||||
|
},
|
||||||
|
"aarch64_windows": {
|
||||||
|
"etag": "0x8DEAD1C6A934E14",
|
||||||
|
"hash": "317d2080debf0d941b12efb3a327d06e5cc1815c1dc4d79cb3665811b29ed12f"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"1.74.0": {
|
"1.74.0": {
|
||||||
"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": {
|
||||||
|
|||||||
185
manifests/tombi.json
generated
185
manifests/tombi.json
generated
@@ -2,7 +2,190 @@
|
|||||||
"rust_crate": null,
|
"rust_crate": null,
|
||||||
"template": null,
|
"template": null,
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "0.10.6"
|
"version": "0.11.4"
|
||||||
|
},
|
||||||
|
"0.11": {
|
||||||
|
"version": "0.11.4"
|
||||||
|
},
|
||||||
|
"0.11.5": {
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"url": "https://github.com/tombi-toml/tombi/releases/download/v0.11.5/tombi-cli-0.11.5-x86_64-unknown-linux-musl.tar.gz",
|
||||||
|
"etag": "0x8DEB3B63E3B5BE1",
|
||||||
|
"hash": "1014df3fb672ecd7c7e060539c305b93fe8d6eec936e5f2aff4fdac45339783b",
|
||||||
|
"bin": "tombi-cli-0.11.5-x86_64-unknown-linux-musl/tombi"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"url": "https://github.com/tombi-toml/tombi/releases/download/v0.11.5/tombi-cli-0.11.5-x86_64-apple-darwin.tar.gz",
|
||||||
|
"etag": "0x8DEB3B63E34AC9E",
|
||||||
|
"hash": "1e4dbf0c75c5c681a8081e0d55d78572895a1a60e18ae8e8e9e87135fea8d2e6",
|
||||||
|
"bin": "tombi-cli-0.11.5-x86_64-apple-darwin/tombi"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"url": "https://github.com/tombi-toml/tombi/releases/download/v0.11.5/tombi-cli-0.11.5-x86_64-pc-windows-msvc.zip",
|
||||||
|
"etag": "0x8DEB3B63E3EB381",
|
||||||
|
"hash": "099a3632f1a2c08d2b87eae8c1faacb44d5977c9215026814bfe43ffa3b5d98c"
|
||||||
|
},
|
||||||
|
"aarch64_linux_musl": {
|
||||||
|
"url": "https://github.com/tombi-toml/tombi/releases/download/v0.11.5/tombi-cli-0.11.5-aarch64-unknown-linux-musl.tar.gz",
|
||||||
|
"etag": "0x8DEB3B63E44A045",
|
||||||
|
"hash": "962051888913737f1bd95602ca73276a78e3161c63c108eb99ba95737edb414a",
|
||||||
|
"bin": "tombi-cli-0.11.5-aarch64-unknown-linux-musl/tombi"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"url": "https://github.com/tombi-toml/tombi/releases/download/v0.11.5/tombi-cli-0.11.5-aarch64-apple-darwin.tar.gz",
|
||||||
|
"etag": "0x8DEB3B63E35E3CA",
|
||||||
|
"hash": "f763beba6764a6533ebb9a2692762df0a1c27953fcd4fb6824b087909b01878e",
|
||||||
|
"bin": "tombi-cli-0.11.5-aarch64-apple-darwin/tombi"
|
||||||
|
},
|
||||||
|
"aarch64_windows": {
|
||||||
|
"url": "https://github.com/tombi-toml/tombi/releases/download/v0.11.5/tombi-cli-0.11.5-aarch64-pc-windows-msvc.zip",
|
||||||
|
"etag": "0x8DEB3B63EBD8E1C",
|
||||||
|
"hash": "ca5390c6e52bb0ecca91f50c420bf4fb6ed9ddf0dfdac77c46aec4b3da7ee39c"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"0.11.4": {
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"url": "https://github.com/tombi-toml/tombi/releases/download/v0.11.4/tombi-cli-0.11.4-x86_64-unknown-linux-musl.tar.gz",
|
||||||
|
"etag": "0x8DEB0A365D54227",
|
||||||
|
"hash": "05fd1fb924588e25b575e5178fae22f5725ad852358a69966c93309b6b69d478",
|
||||||
|
"bin": "tombi-cli-0.11.4-x86_64-unknown-linux-musl/tombi"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"url": "https://github.com/tombi-toml/tombi/releases/download/v0.11.4/tombi-cli-0.11.4-x86_64-apple-darwin.tar.gz",
|
||||||
|
"etag": "0x8DEB0A36550C89F",
|
||||||
|
"hash": "1c0c0b7ae2b6d151345ac0d2c0aa8b8038a12850b046c0734f5dd38b830ea3f6",
|
||||||
|
"bin": "tombi-cli-0.11.4-x86_64-apple-darwin/tombi"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"url": "https://github.com/tombi-toml/tombi/releases/download/v0.11.4/tombi-cli-0.11.4-x86_64-pc-windows-msvc.zip",
|
||||||
|
"etag": "0x8DEB0A3655619D4",
|
||||||
|
"hash": "1fef31f3338b82759e6ad6c8292a1b1aea0640c441cd44ca57599ab23221c061"
|
||||||
|
},
|
||||||
|
"aarch64_linux_musl": {
|
||||||
|
"url": "https://github.com/tombi-toml/tombi/releases/download/v0.11.4/tombi-cli-0.11.4-aarch64-unknown-linux-musl.tar.gz",
|
||||||
|
"etag": "0x8DEB0A365EFD827",
|
||||||
|
"hash": "b328200ed71260cc6e08de2560afbe08de722ac5f3bc433dbff49f740c4b3e95",
|
||||||
|
"bin": "tombi-cli-0.11.4-aarch64-unknown-linux-musl/tombi"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"url": "https://github.com/tombi-toml/tombi/releases/download/v0.11.4/tombi-cli-0.11.4-aarch64-apple-darwin.tar.gz",
|
||||||
|
"etag": "0x8DEB0A36545B192",
|
||||||
|
"hash": "8e413ca597a883f2b0e3c58fedfafcc339e8cfe90eb38dbdc0eba3e4e0952b2a",
|
||||||
|
"bin": "tombi-cli-0.11.4-aarch64-apple-darwin/tombi"
|
||||||
|
},
|
||||||
|
"aarch64_windows": {
|
||||||
|
"url": "https://github.com/tombi-toml/tombi/releases/download/v0.11.4/tombi-cli-0.11.4-aarch64-pc-windows-msvc.zip",
|
||||||
|
"etag": "0x8DEB0A3654E3373",
|
||||||
|
"hash": "76c68dd31075e9b596bbdff419281cd06348e7355fb51f2b7eed29f375745ab6"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"0.11.3": {
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"url": "https://github.com/tombi-toml/tombi/releases/download/v0.11.3/tombi-cli-0.11.3-x86_64-unknown-linux-musl.tar.gz",
|
||||||
|
"etag": "0x8DEB04145BC79ED",
|
||||||
|
"hash": "99a575bb0285f5384ed261e4687ab89e3fa5ebf1e4f44f973a2a0c935f54642c",
|
||||||
|
"bin": "tombi-cli-0.11.3-x86_64-unknown-linux-musl/tombi"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"url": "https://github.com/tombi-toml/tombi/releases/download/v0.11.3/tombi-cli-0.11.3-x86_64-apple-darwin.tar.gz",
|
||||||
|
"etag": "0x8DEB04145B7C44D",
|
||||||
|
"hash": "c60d9962139a97291358b9119e6e029b35dacaa19aed79d03251585ee595889d",
|
||||||
|
"bin": "tombi-cli-0.11.3-x86_64-apple-darwin/tombi"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"url": "https://github.com/tombi-toml/tombi/releases/download/v0.11.3/tombi-cli-0.11.3-x86_64-pc-windows-msvc.zip",
|
||||||
|
"etag": "0x8DEB04145BC79ED",
|
||||||
|
"hash": "004745c0cb2868d4a8d7276ab343705f29e0ffecad5d8388c66e9df3dcd9f485"
|
||||||
|
},
|
||||||
|
"aarch64_linux_musl": {
|
||||||
|
"url": "https://github.com/tombi-toml/tombi/releases/download/v0.11.3/tombi-cli-0.11.3-aarch64-unknown-linux-musl.tar.gz",
|
||||||
|
"etag": "0x8DEB04145BB42DC",
|
||||||
|
"hash": "52b71a30803b60c89dd88dc0f9724554dbab3559605a75ca360073329796d9cd",
|
||||||
|
"bin": "tombi-cli-0.11.3-aarch64-unknown-linux-musl/tombi"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"url": "https://github.com/tombi-toml/tombi/releases/download/v0.11.3/tombi-cli-0.11.3-aarch64-apple-darwin.tar.gz",
|
||||||
|
"etag": "0x8DEB0414690DC1D",
|
||||||
|
"hash": "25c9ac125500650002ac5c3190f6a4c62ba04af9e54af91dd5fd429f605075f2",
|
||||||
|
"bin": "tombi-cli-0.11.3-aarch64-apple-darwin/tombi"
|
||||||
|
},
|
||||||
|
"aarch64_windows": {
|
||||||
|
"url": "https://github.com/tombi-toml/tombi/releases/download/v0.11.3/tombi-cli-0.11.3-aarch64-pc-windows-msvc.zip",
|
||||||
|
"etag": "0x8DEB04145B3F803",
|
||||||
|
"hash": "66a9ac3de1fdcbcfff087ba412ae9e52133171abb02a32ea92e7b3f2d8cd6ee8"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"0.11.2": {
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"url": "https://github.com/tombi-toml/tombi/releases/download/v0.11.2/tombi-cli-0.11.2-x86_64-unknown-linux-musl.tar.gz",
|
||||||
|
"etag": "0x8DEB02D9B33A9ED",
|
||||||
|
"hash": "d0ca6daabdb408934d135db66d8e23802dc543d9a3dbf2a3b55d718a8786d010",
|
||||||
|
"bin": "tombi-cli-0.11.2-x86_64-unknown-linux-musl/tombi"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"url": "https://github.com/tombi-toml/tombi/releases/download/v0.11.2/tombi-cli-0.11.2-x86_64-apple-darwin.tar.gz",
|
||||||
|
"etag": "0x8DEB02D9BD3A270",
|
||||||
|
"hash": "daf6a1df9fa5c2e14600a99ef79d7db5bbab41492766690d198d57ed98b02c3b",
|
||||||
|
"bin": "tombi-cli-0.11.2-x86_64-apple-darwin/tombi"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"url": "https://github.com/tombi-toml/tombi/releases/download/v0.11.2/tombi-cli-0.11.2-x86_64-pc-windows-msvc.zip",
|
||||||
|
"etag": "0x8DEB02D9BE01785",
|
||||||
|
"hash": "9a6d139ea53836a24b0e5c79aa7e94482c9fb98d3431fdca160754c5d095fada"
|
||||||
|
},
|
||||||
|
"aarch64_linux_musl": {
|
||||||
|
"url": "https://github.com/tombi-toml/tombi/releases/download/v0.11.2/tombi-cli-0.11.2-aarch64-unknown-linux-musl.tar.gz",
|
||||||
|
"etag": "0x8DEB02D9B281E31",
|
||||||
|
"hash": "b68b4071fade4ffd146f782b02f4c73114f504c7a2905c0196d48bb2027dd9f1",
|
||||||
|
"bin": "tombi-cli-0.11.2-aarch64-unknown-linux-musl/tombi"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"url": "https://github.com/tombi-toml/tombi/releases/download/v0.11.2/tombi-cli-0.11.2-aarch64-apple-darwin.tar.gz",
|
||||||
|
"etag": "0x8DEB02D9B163118",
|
||||||
|
"hash": "b744bee1505e32fa2d77918d9a123d6cb7ef360e292925562b49afd1cd34683d",
|
||||||
|
"bin": "tombi-cli-0.11.2-aarch64-apple-darwin/tombi"
|
||||||
|
},
|
||||||
|
"aarch64_windows": {
|
||||||
|
"url": "https://github.com/tombi-toml/tombi/releases/download/v0.11.2/tombi-cli-0.11.2-aarch64-pc-windows-msvc.zip",
|
||||||
|
"etag": "0x8DEB02D9B4B5CF3",
|
||||||
|
"hash": "af5cacd1b60ad32a41991ec328c7999708cf620488092103300de1ceaf61e046"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"0.11.1": {
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"url": "https://github.com/tombi-toml/tombi/releases/download/v0.11.1/tombi-cli-0.11.1-x86_64-unknown-linux-musl.tar.gz",
|
||||||
|
"etag": "0x8DEADA939853E26",
|
||||||
|
"hash": "827a8de6959b37b28e9a4d2dc3bfdb28e647d6de690d81a9a6751afabaa73763",
|
||||||
|
"bin": "tombi-cli-0.11.1-x86_64-unknown-linux-musl/tombi"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"url": "https://github.com/tombi-toml/tombi/releases/download/v0.11.1/tombi-cli-0.11.1-x86_64-apple-darwin.tar.gz",
|
||||||
|
"etag": "0x8DEADA9397FECFB",
|
||||||
|
"hash": "c9245de0d601154d01e0cd6d57f0b92465b1fa03f95221faca13a929b1e4648e",
|
||||||
|
"bin": "tombi-cli-0.11.1-x86_64-apple-darwin/tombi"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"url": "https://github.com/tombi-toml/tombi/releases/download/v0.11.1/tombi-cli-0.11.1-x86_64-pc-windows-msvc.zip",
|
||||||
|
"etag": "0x8DEADA9398013E0",
|
||||||
|
"hash": "ad90d99ed4a525b820afeb414946e9bfe20770913d1975da04f57a350729e7d4"
|
||||||
|
},
|
||||||
|
"aarch64_linux_musl": {
|
||||||
|
"url": "https://github.com/tombi-toml/tombi/releases/download/v0.11.1/tombi-cli-0.11.1-aarch64-unknown-linux-musl.tar.gz",
|
||||||
|
"etag": "0x8DEADA93A1E12DD",
|
||||||
|
"hash": "f08c006ac16e8cf100c41e66276b22d29ea1a051f0d8a36b5a07dbfa36ce41fd",
|
||||||
|
"bin": "tombi-cli-0.11.1-aarch64-unknown-linux-musl/tombi"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"url": "https://github.com/tombi-toml/tombi/releases/download/v0.11.1/tombi-cli-0.11.1-aarch64-apple-darwin.tar.gz",
|
||||||
|
"etag": "0x8DEADA9399668E8",
|
||||||
|
"hash": "e8624e4fce53073c0ae85b759eb0b901c95d9ae28c025586e4c629ac9ea2cf67",
|
||||||
|
"bin": "tombi-cli-0.11.1-aarch64-apple-darwin/tombi"
|
||||||
|
},
|
||||||
|
"aarch64_windows": {
|
||||||
|
"url": "https://github.com/tombi-toml/tombi/releases/download/v0.11.1/tombi-cli-0.11.1-aarch64-pc-windows-msvc.zip",
|
||||||
|
"etag": "0x8DEADA9398B9F9F",
|
||||||
|
"hash": "b9d8f1614b33691ff0ff7258c57c83f193f758dd378081a5ffb6c8bcb1910e4d"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"0.11.0": {
|
"0.11.0": {
|
||||||
"x86_64_linux_musl": {
|
"x86_64_linux_musl": {
|
||||||
|
|||||||
50
manifests/typos.json
generated
50
manifests/typos.json
generated
@@ -21,13 +21,57 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "1.46.0"
|
"version": "1.46.1"
|
||||||
},
|
},
|
||||||
"1": {
|
"1": {
|
||||||
"version": "1.46.0"
|
"version": "1.46.1"
|
||||||
},
|
},
|
||||||
"1.46": {
|
"1.46": {
|
||||||
"version": "1.46.0"
|
"version": "1.46.1"
|
||||||
|
},
|
||||||
|
"1.46.2": {
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"etag": "0x8DEB372839007A6",
|
||||||
|
"hash": "d68c1a9c5abd8de11f7749edfa414087c8bc828e89064714487d23c89f36b06e"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"etag": "0x8DEB372B2A73255",
|
||||||
|
"hash": "3652f90d82d38f64e40c1791d2d82209979048ef3abd715b0eb1488cf483ce1d"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"etag": "0x8DEB372CF13B6DE",
|
||||||
|
"hash": "ddc4ae26822e806ce84bc410643d02a3dac53aac9ab2a5f389624418c5654a17"
|
||||||
|
},
|
||||||
|
"aarch64_linux_musl": {
|
||||||
|
"etag": "0x8DEB37276E3ED4A",
|
||||||
|
"hash": "311f2a15e8433c895cd9ee3198530bbff552f59609eba739f5bd9ceb2a2c0887"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"etag": "0x8DEB372B94FBD80",
|
||||||
|
"hash": "4b15ee9548cd68cf22d6e67af8a12ceb608ea4dbc34e0346792d09994222d694"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"1.46.1": {
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"etag": "0x8DEAD0A44E0E9A4",
|
||||||
|
"hash": "c574fa505596922ba2e7b1027a0a5b2df528f399b86b6915d85748186a65ca44"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"etag": "0x8DEAD0A2BE512D2",
|
||||||
|
"hash": "bc585c22f2c4f5963ad782df1d4764a91476d3079477a08833ff87dfa416bb72"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"etag": "0x8DEAD0A88A2D8F4",
|
||||||
|
"hash": "a7b042fc79bf7b73b00ece054ec3109858e001136c2642f28004544b571d37a2"
|
||||||
|
},
|
||||||
|
"aarch64_linux_musl": {
|
||||||
|
"etag": "0x8DEAD0A3E45E3B0",
|
||||||
|
"hash": "70a8e5a2c6272e25438ed8a9f10c40c9becf79f2800183fd34603a0840162eac"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"etag": "0x8DEAD0A7F8A3770",
|
||||||
|
"hash": "bb5e07df5c938f41b95903ca8943d9230eb5a4cfbc8a2ff1f3a029d5370926a8"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"1.46.0": {
|
"1.46.0": {
|
||||||
"x86_64_linux_musl": {
|
"x86_64_linux_musl": {
|
||||||
|
|||||||
118
manifests/uv.json
generated
118
manifests/uv.json
generated
@@ -68,10 +68,124 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "0.11.11"
|
"version": "0.11.14"
|
||||||
},
|
},
|
||||||
"0.11": {
|
"0.11": {
|
||||||
"version": "0.11.11"
|
"version": "0.11.14"
|
||||||
|
},
|
||||||
|
"0.11.14": {
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"etag": "0x8DEB050ECCD9CDA",
|
||||||
|
"hash": "077d36f45a0cc6d440b653b2d5c53e7731121e99e54b0221267eec5d1cae76ce"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"etag": "0x8DEB050EC38467C",
|
||||||
|
"hash": "9836c1440b0bd6aa5f81793648a339bd01d593b7b8f575de3b855dae4ab64654"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"etag": "0x8DEB050EC64F08E",
|
||||||
|
"hash": "52ba5d19409aaa688a8a1a6ec8dfb6a4817230d20186e75f4006105c3e39a846"
|
||||||
|
},
|
||||||
|
"aarch64_linux_musl": {
|
||||||
|
"etag": "0x8DEB050E9089DDA",
|
||||||
|
"hash": "d7d3966e46915c5f6932692aaf152a2473eecb1d2517ca4f8e88a07484b380b6"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"etag": "0x8DEB050E84C1570",
|
||||||
|
"hash": "4333af5c0730d94323a7819bbdf87ce92dd07fc857d67fff0059e0fca31b5c02"
|
||||||
|
},
|
||||||
|
"aarch64_windows": {
|
||||||
|
"etag": "0x8DEB050E884991D",
|
||||||
|
"hash": "d66c76ba912ba66fed011e0189dfbc4527dd9e620a2b5d5d5ecd2ad8936601b8"
|
||||||
|
},
|
||||||
|
"powerpc64le_linux_gnu": {
|
||||||
|
"etag": "0x8DEB050EB574817",
|
||||||
|
"hash": "d2da5ba5911b86dfec96f0737b7d1053ed78c0c65e51585db03fb4969b2a3825"
|
||||||
|
},
|
||||||
|
"riscv64_linux_gnu": {
|
||||||
|
"etag": "0x8DEB050EB6E38BF",
|
||||||
|
"hash": "55731359293842826cd82d5fbd826a6bce542c3fec458214604e308b352560ed"
|
||||||
|
},
|
||||||
|
"s390x_linux_gnu": {
|
||||||
|
"etag": "0x8DEB050EBA25488",
|
||||||
|
"hash": "cc7b233541a76dd484516a39c06d9d14100d1048708483e6f49ee20b6cc5761b"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"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": {
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"etag": "0x8DEAD528B9020D3",
|
||||||
|
"hash": "591a7557f5ba7e51565f338dd4c50cebc12820ec2ebb8403a4304685f8d53ab9"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"etag": "0x8DEAD528B0CB7B0",
|
||||||
|
"hash": "32fb217e6181384bf6534b31adcc66cd552eff98643c4bb35832be8552486912"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"etag": "0x8DEAD528B4B2817",
|
||||||
|
"hash": "e46956a6b088a0382101c797eef945c1b03826e629e968d434cf838d42d85b6b"
|
||||||
|
},
|
||||||
|
"aarch64_linux_musl": {
|
||||||
|
"etag": "0x8DEAD5288CE4ED4",
|
||||||
|
"hash": "b70e87f15f12d750d218042c4ed36e41de0757eab249d332ee2e242e4174b5d5"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"etag": "0x8DEAD528805515D",
|
||||||
|
"hash": "bb7c6ef869ec00cd1452f4884acf23d00b153c356ba9197ae99a1bc1ceadb7f3"
|
||||||
|
},
|
||||||
|
"aarch64_windows": {
|
||||||
|
"etag": "0x8DEAD52883FA7B4",
|
||||||
|
"hash": "393de1abc2f663cb9dd24405c7a7b31119e2a734609a233d9b89415821f39bf9"
|
||||||
|
},
|
||||||
|
"powerpc64le_linux_gnu": {
|
||||||
|
"etag": "0x8DEAD528A58159E",
|
||||||
|
"hash": "36619f91357b240648caed6557fe893922c7986319c070f4feb225e8f3180b49"
|
||||||
|
},
|
||||||
|
"riscv64_linux_gnu": {
|
||||||
|
"etag": "0x8DEAD528A83AF88",
|
||||||
|
"hash": "9bdcac006731a2094ad002d93c4fe84a259484e4d35566e29fcb76962961cef9"
|
||||||
|
},
|
||||||
|
"s390x_linux_gnu": {
|
||||||
|
"etag": "0x8DEAD528ADCDCD9",
|
||||||
|
"hash": "c9ae09f73066fb9c48beaec2ab4ad2407ce94354c5224e2982196577d6bf4581"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"0.11.11": {
|
"0.11.11": {
|
||||||
"x86_64_linux_musl": {
|
"x86_64_linux_musl": {
|
||||||
|
|||||||
37
manifests/wasm-pack.json
generated
37
manifests/wasm-pack.json
generated
@@ -2,28 +2,53 @@
|
|||||||
"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"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "0.14.0"
|
"version": "0.15.0"
|
||||||
|
},
|
||||||
|
"0.15": {
|
||||||
|
"version": "0.15.0"
|
||||||
|
},
|
||||||
|
"0.15.0": {
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"etag": "0x8DEB25AE375D548",
|
||||||
|
"hash": "c09f971ecaed9a2efc80fdcea7a00ef6b53c7fadc8c57d1f61b53a6aa66b668a"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"etag": "0x8DEB25AE6000D91",
|
||||||
|
"hash": "d3f1a4a33e95f8f0d7801b024e08624c479999ac96aa150908b2394015cd0363"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"etag": "0x8DEB25AE48D84D3",
|
||||||
|
"hash": "518dc51180c7bc864699c9279b3bc99025bc109123e0249a34ba34d130a509bf"
|
||||||
|
},
|
||||||
|
"aarch64_linux_musl": {
|
||||||
|
"etag": "0x8DEB25AE40282F1",
|
||||||
|
"hash": "e17ef0806381c3a0acb9c9ddad643a49facaa5a2ecf657a421d4d8f3357a24b7"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"etag": "0x8DEB25AE6C97FE0",
|
||||||
|
"hash": "0abff4a03d670b6c00ea31d0e1608a72407e355f3d3765e9c30eb45cd5b7e318"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"0.14": {
|
"0.14": {
|
||||||
"version": "0.14.0"
|
"version": "0.14.0"
|
||||||
|
|||||||
29
manifests/wasm-tools.json
generated
29
manifests/wasm-tools.json
generated
@@ -23,10 +23,35 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "1.248.0"
|
"version": "1.249.0"
|
||||||
},
|
},
|
||||||
"1": {
|
"1": {
|
||||||
"version": "1.248.0"
|
"version": "1.249.0"
|
||||||
|
},
|
||||||
|
"1.249": {
|
||||||
|
"version": "1.249.0"
|
||||||
|
},
|
||||||
|
"1.249.0": {
|
||||||
|
"x86_64_linux_gnu": {
|
||||||
|
"etag": "0x8DEB299AA3D6D62",
|
||||||
|
"hash": "d9b2ef3031b009cf2bfa0b0e7a8a159843d4a7d483b65f998d0c52253de2fb23"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"etag": "0x8DEB299AA638F2F",
|
||||||
|
"hash": "f3da9ded0e7a78d6559cfbc76cca342ff347342930d892c6ece76b76cd023f7b"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"etag": "0x8DEB299AA5CDFF4",
|
||||||
|
"hash": "37803b65dccdfe8fb25c3468ce763bbb5676bc4306ca8cb1f4881946fa58bdf4"
|
||||||
|
},
|
||||||
|
"aarch64_linux_gnu": {
|
||||||
|
"etag": "0x8DEB299A9C9354D",
|
||||||
|
"hash": "8ee09f5fbd18b46232e4cd3c53bb8c86169064b59e5c05e90da96d6129cf5213"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"etag": "0x8DEB299A9C95C34",
|
||||||
|
"hash": "6b8fec94840635e261395883a1cd1b1f7fe6e5c44d364a8cbeac2552567a6117"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"1.248": {
|
"1.248": {
|
||||||
"version": "1.248.0"
|
"version": "1.248.0"
|
||||||
|
|||||||
73
manifests/zizmor.json
generated
73
manifests/zizmor.json
generated
@@ -18,10 +18,79 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "1.24.1"
|
"version": "1.25.2"
|
||||||
},
|
},
|
||||||
"1": {
|
"1": {
|
||||||
"version": "1.24.1"
|
"version": "1.25.2"
|
||||||
|
},
|
||||||
|
"1.25": {
|
||||||
|
"version": "1.25.2"
|
||||||
|
},
|
||||||
|
"1.25.2": {
|
||||||
|
"x86_64_linux_gnu": {
|
||||||
|
"etag": "0x8DEB3144492DC4D",
|
||||||
|
"hash": "aa1facd105f0d83fe5c55b1adcd9d7417de5d83aa27471f91dc0b66cf3803577"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"etag": "0x8DEB31444881304",
|
||||||
|
"hash": "353271b9ec301dd4ba158af481323c831c6e9b494d5ac3f5aa58cf4b207699cc"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"etag": "0x8DEB31444AA6870",
|
||||||
|
"hash": "65d46a8144f701200621b580f632076d80d082d60856de9f88793a95fb5882d7"
|
||||||
|
},
|
||||||
|
"aarch64_linux_gnu": {
|
||||||
|
"etag": "0x8DEB314448B43BA",
|
||||||
|
"hash": "4b4b9491112c2a09b318101c0d3349b73af1c4f532e097dd6d0164f2abda760d"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"etag": "0x8DEB314448997E5",
|
||||||
|
"hash": "624ef0e09521aecd862126be0f6d7754669af2646750d68ac48a114be33c3146"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"1.25.1": {
|
||||||
|
"x86_64_linux_gnu": {
|
||||||
|
"etag": "0x8DEB2BDA03A3439",
|
||||||
|
"hash": "3f481529c684f20ff421fe0dcf3c874eeb23b0ba31c45e7ad3ddf34c8d165648"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"etag": "0x8DEB2BDA0379F16",
|
||||||
|
"hash": "805d11869ab436bc7ce7d3296e657cf843b2cc3c87693d8a67e35329d897c06c"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"etag": "0x8DEB2BDA02DE60F",
|
||||||
|
"hash": "c667587918f9f014a85d7955a87df59dc87dbc0f50969d8ae19a3dfc403419fd"
|
||||||
|
},
|
||||||
|
"aarch64_linux_gnu": {
|
||||||
|
"etag": "0x8DEB2BDA03509F1",
|
||||||
|
"hash": "6784343853c37957df70e305fcea00b47d38a02fc30320442c23561286f3a8fc"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"etag": "0x8DEB2BDA02D2395",
|
||||||
|
"hash": "2f4d8a7a331f282e813feb5ffe133df498c57fe803ccd9ad17707f7a0dd203ed"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"1.25.0": {
|
||||||
|
"x86_64_linux_gnu": {
|
||||||
|
"etag": "0x8DEB1FA8CE475E0",
|
||||||
|
"hash": "a16853f39c9e059aed04f3f7961acb75468af67b235ae36a9faff337d61e3d24"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"etag": "0x8DEB1FA8CF0019E",
|
||||||
|
"hash": "3c4b4faeb40779cbb0063eb934809c03a570dd367892c2b41a1e87e27721da01"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"etag": "0x8DEB1FA8CE317D7",
|
||||||
|
"hash": "63620198d7c1292fdcc3500abfc7b72f706c99807c5f76e96ac127f1d62254d3"
|
||||||
|
},
|
||||||
|
"aarch64_linux_gnu": {
|
||||||
|
"etag": "0x8DEB1FA8CE8B6DF",
|
||||||
|
"hash": "6214a8e291a07a3b33c652260ee5caa6501e192cf20ff3a06db7a350e93bad93"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"etag": "0x8DEB1FA8CE64898",
|
||||||
|
"hash": "d57861fd237055b2730e6a008289ffd8e8107e7d348ca31564d25863b7c66e64"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"1.24": {
|
"1.24": {
|
||||||
"version": "1.24.1"
|
"version": "1.24.1"
|
||||||
|
|||||||
@@ -9,6 +9,7 @@ cd -- "$(dirname -- "$0")"/../..
|
|||||||
# version `GLIBC_2.39' not found
|
# version `GLIBC_2.39' not found
|
||||||
glibc_pre_2_39_incompat=(
|
glibc_pre_2_39_incompat=(
|
||||||
cargo-deb
|
cargo-deb
|
||||||
|
cargo-mutants
|
||||||
cargo-spellcheck
|
cargo-spellcheck
|
||||||
zizmor
|
zizmor
|
||||||
)
|
)
|
||||||
@@ -118,14 +119,19 @@ case "$(uname -s)" in
|
|||||||
if ! type -P apt-get >/dev/null; then
|
if ! type -P apt-get >/dev/null; then
|
||||||
incompat_tools+=(cyclonedx)
|
incompat_tools+=(cyclonedx)
|
||||||
fi
|
fi
|
||||||
if [[ "${runner}" == "ubuntu:14.04" ]]; then
|
if [[ "${runner}" == 'ubuntu:14.04' ]]; then
|
||||||
incompat_tools+=(cyclonedx)
|
incompat_tools+=(cyclonedx)
|
||||||
fi
|
fi
|
||||||
if [[ "${runner}" == "almalinux:10"* ]]; then
|
if [[ "${runner}" == 'almalinux:10'* ]]; then
|
||||||
incompat_tools+=(cargo-deb) # no dpkg in package manager
|
incompat_tools+=(cargo-deb) # no dpkg in package manager
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
Darwin) host_os=macos ;;
|
Darwin)
|
||||||
|
host_os=macos
|
||||||
|
if [[ "${runner}" == 'macos-15-intel' ]]; then
|
||||||
|
incompat_tools+=(release-plz) # no prebuilt binary
|
||||||
|
fi
|
||||||
|
;;
|
||||||
MINGW* | MSYS* | CYGWIN* | Windows_NT) host_os=windows ;;
|
MINGW* | MSYS* | CYGWIN* | Windows_NT) host_os=windows ;;
|
||||||
*) bail "unrecognized OS type '$(uname -s)'" ;;
|
*) bail "unrecognized OS type '$(uname -s)'" ;;
|
||||||
esac
|
esac
|
||||||
|
|||||||
17
tools/codegen/base/cargo-mutants.json
Normal file
17
tools/codegen/base/cargo-mutants.json
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
{
|
||||||
|
"repository": "https://github.com/sourcefrog/cargo-mutants",
|
||||||
|
"license_markdown": "[MIT](https://github.com/sourcefrog/cargo-mutants/blob/main/LICENSE)",
|
||||||
|
"tag_prefix": "v",
|
||||||
|
"rust_crate": "${package}",
|
||||||
|
"asset_name": [
|
||||||
|
"${package}-${rust_target}.tar.gz",
|
||||||
|
"${package}-${rust_target}.tar.xz"
|
||||||
|
],
|
||||||
|
"platform": {
|
||||||
|
"x86_64_linux_gnu": {},
|
||||||
|
"x86_64_macos": {},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"asset_name": "${package}-${rust_target}.zip"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -3,19 +3,21 @@
|
|||||||
"license_markdown": "[MIT](https://github.com/rust-cross/cargo-zigbuild/blob/main/LICENSE)",
|
"license_markdown": "[MIT](https://github.com/rust-cross/cargo-zigbuild/blob/main/LICENSE)",
|
||||||
"tag_prefix": "v",
|
"tag_prefix": "v",
|
||||||
"rust_crate": "${package}",
|
"rust_crate": "${package}",
|
||||||
"asset_name": "${package}-v${version}.${rust_target}.tar.gz",
|
"asset_name": "${package}-${rust_target}.tar.xz",
|
||||||
"version_range": ">= 0.18.4",
|
"version_range": ">= 0.21.5",
|
||||||
|
"bin": "${package}-${rust_target}/${package}${exe}",
|
||||||
"platform": {
|
"platform": {
|
||||||
"x86_64_linux_musl": {},
|
"x86_64_linux_musl": {},
|
||||||
"x86_64_macos": {
|
"x86_64_macos": {},
|
||||||
"asset_name": "${package}-v${version}.apple-darwin.tar.gz"
|
|
||||||
},
|
|
||||||
"x86_64_windows": {
|
"x86_64_windows": {
|
||||||
"asset_name": "${package}-v${version}.windows-x64.zip"
|
"asset_name": "${package}-${rust_target}.zip",
|
||||||
|
"bin": "${package}${exe}"
|
||||||
},
|
},
|
||||||
"aarch64_linux_musl": {},
|
"aarch64_linux_gnu": {},
|
||||||
|
"aarch64_macos": {},
|
||||||
"aarch64_windows": {
|
"aarch64_windows": {
|
||||||
"asset_name": "${package}-v${version}.windows-arm64.zip"
|
"asset_name": "${package}-${rust_target}.zip",
|
||||||
|
"bin": "${package}${exe}"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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");
|
||||||
|
|||||||
@@ -37,10 +37,10 @@ image='ghcr.io/taiki-e/tidy'
|
|||||||
if [[ -n "${TIDY_DEV:-}" ]]; then
|
if [[ -n "${TIDY_DEV:-}" ]]; then
|
||||||
image+=':latest'
|
image+=':latest'
|
||||||
else
|
else
|
||||||
image+='@sha256:4d7ec52a86bd3c0a2d96627b0ec3aa534afc02c2d56fc9a898df64e29aa03312'
|
image+='@sha256:1d3a5d57c486cbac02ef3d8ee29bb0768ebd1fbffef61a61d282215464e2551d'
|
||||||
fi
|
fi
|
||||||
user="$(id -u):$(id -g)"
|
user="$(id -u):$(id -g)"
|
||||||
workdir=$(pwd)
|
workdir="${PWD}"
|
||||||
tmp=$(mktemp -d)
|
tmp=$(mktemp -d)
|
||||||
trap -- 'rm -rf -- "${tmp:?}"' EXIT
|
trap -- 'rm -rf -- "${tmp:?}"' EXIT
|
||||||
mkdir -p -- "${tmp}"/{pwsh-cache,pwsh-local,zizmor-cache,dummy-dir,tmp}
|
mkdir -p -- "${tmp}"/{pwsh-cache,pwsh-local,zizmor-cache,dummy-dir,tmp}
|
||||||
@@ -111,7 +111,9 @@ while IFS= read -r path; do
|
|||||||
done < <(git status --porcelain --ignored | grep -E '^!!' | cut -d' ' -f2)
|
done < <(git status --porcelain --ignored | grep -E '^!!' | cut -d' ' -f2)
|
||||||
|
|
||||||
docker_run() {
|
docker_run() {
|
||||||
"${docker}" "${common_args[@]}" "$@"
|
local script="$1"
|
||||||
|
shift
|
||||||
|
"${docker}" "${common_args[@]}" "$@" "${image}" /checks/"${script}"
|
||||||
code2="$?"
|
code2="$?"
|
||||||
if [[ ${code} -eq 0 ]] && [[ ${code2} -ne 0 ]]; then
|
if [[ ${code} -eq 0 ]] && [[ ${code2} -ne 0 ]]; then
|
||||||
code="${code2}"
|
code="${code2}"
|
||||||
@@ -119,29 +121,23 @@ docker_run() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
set +e
|
set +e
|
||||||
docker_run \
|
docker_run offline.sh \
|
||||||
--mount "type=bind,source=${workdir},target=${workdir}" --workdir "${workdir}" \
|
--mount "type=bind,source=${workdir},target=${workdir}" --workdir "${workdir}" \
|
||||||
--mount "type=bind,source=${workdir}/.git,target=${workdir}/.git,readonly" \
|
--mount "type=bind,source=${workdir}/.git,target=${workdir}/.git,readonly" \
|
||||||
--mount "type=bind,source=${tmp}/tmp,target=/tmp/tidy" \
|
--mount "type=bind,source=${tmp}/tmp,target=/tmp/tidy" \
|
||||||
--mount "type=bind,source=${tmp}/pwsh-cache,target=/.cache/powershell" \
|
--mount "type=bind,source=${tmp}/pwsh-cache,target=/.cache/powershell" \
|
||||||
--mount "type=bind,source=${tmp}/pwsh-local,target=/.local/share/powershell" \
|
--mount "type=bind,source=${tmp}/pwsh-local,target=/.local/share/powershell" \
|
||||||
--network=none \
|
--network=none
|
||||||
"${image}" \
|
|
||||||
/checks/offline.sh
|
|
||||||
# Some good audits requires access to GitHub API.
|
# Some good audits requires access to GitHub API.
|
||||||
docker_run \
|
docker_run zizmor.sh \
|
||||||
--mount "type=bind,source=${workdir},target=${workdir},readonly" --workdir "${workdir}" \
|
--mount "type=bind,source=${workdir},target=${workdir},readonly" --workdir "${workdir}" \
|
||||||
--mount "type=bind,source=${tmp}/zizmor-cache,target=/.cache/zizmor" \
|
--mount "type=bind,source=${tmp}/zizmor-cache,target=/.cache/zizmor" \
|
||||||
--env GH_TOKEN --env GITHUB_TOKEN --env ZIZMOR_GITHUB_TOKEN \
|
--env GH_TOKEN --env GITHUB_TOKEN --env ZIZMOR_GITHUB_TOKEN
|
||||||
"${image}" \
|
|
||||||
/checks/zizmor.sh
|
|
||||||
# We use remote dictionary.
|
# We use remote dictionary.
|
||||||
docker_run \
|
docker_run cspell.sh \
|
||||||
--mount "type=bind,source=${workdir},target=${workdir},readonly" --workdir "${workdir}" \
|
--mount "type=bind,source=${workdir},target=${workdir},readonly" --workdir "${workdir}" \
|
||||||
--mount "type=bind,source=${workdir}/.github/.cspell/project-dictionary.txt,target=${workdir}/.github/.cspell/project-dictionary.txt" \
|
--mount "type=bind,source=${workdir}/.github/.cspell/project-dictionary.txt,target=${workdir}/.github/.cspell/project-dictionary.txt" \
|
||||||
--mount "type=bind,source=${workdir}/.github/.cspell/rust-dependencies.txt,target=${workdir}/.github/.cspell/rust-dependencies.txt" \
|
--mount "type=bind,source=${workdir}/.github/.cspell/rust-dependencies.txt,target=${workdir}/.github/.cspell/rust-dependencies.txt" \
|
||||||
--mount "type=bind,source=${tmp}/tmp,target=/tmp/tidy" \
|
--mount "type=bind,source=${tmp}/tmp,target=/tmp/tidy"
|
||||||
"${image}" \
|
|
||||||
/checks/cspell.sh
|
|
||||||
|
|
||||||
exit "${code}"
|
exit "${code}"
|
||||||
|
|||||||
Reference in New Issue
Block a user