From 1699fdad32b991aee9c47c15960bca286f48fdab Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2025 21:49:05 +0000 Subject: [PATCH] build(deps): update dependency cargo-wix to 0.3.8 (#6535) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/release.yml | 2 +- .github/workflows/workflow.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1d30f7432..e07f7e817 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -99,7 +99,7 @@ jobs: - name: Setup | Install cargo-wix [Windows] continue-on-error: true if: matrix.os == 'windows-latest' - run: cargo install --version 0.3.4 cargo-wix + run: cargo install --version 0.3.8 cargo-wix env: # cargo-wix does not require static crt RUSTFLAGS: "" diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 355a872c9..a5c96c7c0 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -176,7 +176,7 @@ jobs: - name: Install cargo-wix [Windows] continue-on-error: true if: matrix.os == 'windows-latest' && matrix.rust == 'stable' - run: cargo install --version 0.3.4 cargo-wix + run: cargo install --version 0.3.8 cargo-wix env: # cargo-wix does not require static crt RUSTFLAGS: ""