Skip to content

Commit

Permalink
Merge pull request #301 from takonomura/renovate/cargo-zigbuild-0.x
Browse files Browse the repository at this point in the history
Update dependency cargo-zigbuild to v0.19.5
  • Loading branch information
renovate[bot] authored Nov 30, 2024
2 parents 9657f8a + f5e2130 commit 5ab0b11
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

- name: Install cargo-zigbuild
run: |
CARGO_ZIGBUILD_VERSION=v0.19.4
CARGO_ZIGBUILD_VERSION=v0.19.5
curl -sSLO "https://github.com/rust-cross/cargo-zigbuild/releases/download/${CARGO_ZIGBUILD_VERSION}/cargo-zigbuild-${CARGO_ZIGBUILD_VERSION}.x86_64-unknown-linux-musl.tar.gz"
tar xf "cargo-zigbuild-${CARGO_ZIGBUILD_VERSION}.x86_64-unknown-linux-musl.tar.gz" cargo-zigbuild
mv cargo-zigbuild /usr/local/bin/
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:

- name: Install cargo-zigbuild
run: |
CARGO_ZIGBUILD_VERSION=v0.19.4
CARGO_ZIGBUILD_VERSION=v0.19.5
curl -sSLO "https://github.com/rust-cross/cargo-zigbuild/releases/download/${CARGO_ZIGBUILD_VERSION}/cargo-zigbuild-${CARGO_ZIGBUILD_VERSION}.x86_64-unknown-linux-musl.tar.gz"
tar xf "cargo-zigbuild-${CARGO_ZIGBUILD_VERSION}.x86_64-unknown-linux-musl.tar.gz" cargo-zigbuild
mv cargo-zigbuild /usr/local/bin/
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:

- name: Install cargo-zigbuild
run: |
CARGO_ZIGBUILD_VERSION=v0.19.4
CARGO_ZIGBUILD_VERSION=v0.19.5
curl -sSLO "https://github.com/rust-cross/cargo-zigbuild/releases/download/${CARGO_ZIGBUILD_VERSION}/cargo-zigbuild-${CARGO_ZIGBUILD_VERSION}.x86_64-unknown-linux-musl.tar.gz"
tar xf "cargo-zigbuild-${CARGO_ZIGBUILD_VERSION}.x86_64-unknown-linux-musl.tar.gz" cargo-zigbuild
mv cargo-zigbuild /usr/local/bin/
Expand Down

0 comments on commit 5ab0b11

Please sign in to comment.