mirror of
https://github.com/taiki-e/install-action.git
synced 2026-05-17 09:30:17 +00:00
Compare commits
12 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a64388d7ba | ||
|
|
0e01fba183 | ||
|
|
a27acddb1d | ||
|
|
f028577576 | ||
|
|
258938f477 | ||
|
|
e22b9c4d37 | ||
|
|
bcc3289ff6 | ||
|
|
46f1d11f46 | ||
|
|
a90441de11 | ||
|
|
b9b485bdff | ||
|
|
208cedb9a1 | ||
|
|
eb7967a634 |
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
|
||||||
|
|||||||
372
.github/workflows/ci.yml
vendored
372
.github/workflows/ci.yml
vendored
@@ -32,13 +32,16 @@ concurrency:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
miri:
|
miri:
|
||||||
|
needs: tidy
|
||||||
uses: taiki-e/github-actions/.github/workflows/miri.yml@931686d4e4cf88b13e790040727ccde2dba8ec62 # main
|
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:
|
||||||
|
needs: tidy
|
||||||
uses: taiki-e/github-actions/.github/workflows/msrv.yml@931686d4e4cf88b13e790040727ccde2dba8ec62 # main
|
uses: taiki-e/github-actions/.github/workflows/msrv.yml@931686d4e4cf88b13e790040727ccde2dba8ec62 # main
|
||||||
test-manifest-schema:
|
test-manifest-schema:
|
||||||
|
needs: tidy
|
||||||
uses: taiki-e/github-actions/.github/workflows/test.yml@931686d4e4cf88b13e790040727ccde2dba8ec62 # main
|
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
|
||||||
@@ -50,15 +53,18 @@ jobs:
|
|||||||
security-events: write # for github/codeql-action/*
|
security-events: write # for github/codeql-action/*
|
||||||
|
|
||||||
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
|
||||||
@@ -66,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
|
||||||
@@ -87,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)
|
||||||
@@ -258,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
|
||||||
@@ -301,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
|
||||||
@@ -311,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'
|
||||||
|
|||||||
13
CHANGELOG.md
13
CHANGELOG.md
@@ -10,6 +10,16 @@ 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
|
## [2.78.2] - 2026-05-16
|
||||||
|
|
||||||
- Update `wasm-pack@latest` to 0.15.0.
|
- Update `wasm-pack@latest` to 0.15.0.
|
||||||
@@ -6560,7 +6570,8 @@ 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.78.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.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.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.78.0]: https://github.com/taiki-e/install-action/compare/v2.77.7...v2.78.0
|
||||||
|
|||||||
@@ -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: auto-doc
|
||||||
checksum:
|
checksum:
|
||||||
description: Whether to enable checksums (strongly discouraged to disable)
|
description: Whether to enable checksums (strongly discouraged to disable)
|
||||||
required: false
|
required: false
|
||||||
|
|||||||
35
manifests/cargo-nextest.json
generated
35
manifests/cargo-nextest.json
generated
@@ -32,6 +32,41 @@
|
|||||||
"0.9": {
|
"0.9": {
|
||||||
"version": "0.9.135"
|
"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": {
|
"0.9.135": {
|
||||||
"previous_stable_version": "0.9.134",
|
"previous_stable_version": "0.9.134",
|
||||||
"x86_64_linux_gnu": {
|
"x86_64_linux_gnu": {
|
||||||
|
|||||||
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"
|
||||||
}
|
}
|
||||||
|
|||||||
5
manifests/gungraun-runner.json
generated
5
manifests/gungraun-runner.json
generated
@@ -23,7 +23,10 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "0.18.2"
|
"version": "0.19.0"
|
||||||
|
},
|
||||||
|
"0.19": {
|
||||||
|
"version": "0.19.0"
|
||||||
},
|
},
|
||||||
"0.19.0": {
|
"0.19.0": {
|
||||||
"x86_64_linux_musl": {
|
"x86_64_linux_musl": {
|
||||||
|
|||||||
36
manifests/tombi.json
generated
36
manifests/tombi.json
generated
@@ -7,6 +7,42 @@
|
|||||||
"0.11": {
|
"0.11": {
|
||||||
"version": "0.11.4"
|
"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": {
|
"0.11.4": {
|
||||||
"x86_64_linux_musl": {
|
"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",
|
"url": "https://github.com/tombi-toml/tombi/releases/download/v0.11.4/tombi-cli-0.11.4-x86_64-unknown-linux-musl.tar.gz",
|
||||||
|
|||||||
22
manifests/typos.json
generated
22
manifests/typos.json
generated
@@ -29,6 +29,28 @@
|
|||||||
"1.46": {
|
"1.46": {
|
||||||
"version": "1.46.1"
|
"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": {
|
"1.46.1": {
|
||||||
"x86_64_linux_musl": {
|
"x86_64_linux_musl": {
|
||||||
"etag": "0x8DEAD0A44E0E9A4",
|
"etag": "0x8DEAD0A44E0E9A4",
|
||||||
|
|||||||
7
manifests/wasm-tools.json
generated
7
manifests/wasm-tools.json
generated
@@ -23,10 +23,13 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"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": {
|
"1.249.0": {
|
||||||
"x86_64_linux_gnu": {
|
"x86_64_linux_gnu": {
|
||||||
|
|||||||
6
manifests/zizmor.json
generated
6
manifests/zizmor.json
generated
@@ -18,13 +18,13 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "1.25.0"
|
"version": "1.25.2"
|
||||||
},
|
},
|
||||||
"1": {
|
"1": {
|
||||||
"version": "1.25.0"
|
"version": "1.25.2"
|
||||||
},
|
},
|
||||||
"1.25": {
|
"1.25": {
|
||||||
"version": "1.25.0"
|
"version": "1.25.2"
|
||||||
},
|
},
|
||||||
"1.25.2": {
|
"1.25.2": {
|
||||||
"x86_64_linux_gnu": {
|
"x86_64_linux_gnu": {
|
||||||
|
|||||||
@@ -119,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
|
||||||
|
|||||||
@@ -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}"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user