From 867a89a862b2776f39abcc6b6745ed6705c1d545 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 4 Oct 2022 02:46:27 +0000 Subject: [PATCH] build(deps): update dependency cargo-wix to 0.3.3 --- .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 7d9dcbc3..126489b8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -103,7 +103,7 @@ jobs: continue-on-error: true # aarch64 is only supported in wix 4.0 development builds if: matrix.os == 'windows-latest' && matrix.target != 'aarch64-pc-windows-msvc' - run: cargo install --version 0.3.2 cargo-wix + run: cargo install --version 0.3.3 cargo-wix env: # cargo-wix does not require static crt RUSTFLAGS: '' diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 73ca0722..60290aed 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -197,7 +197,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.2 cargo-wix + run: cargo install --version 0.3.3 cargo-wix env: # cargo-wix does not require static crt RUSTFLAGS: ''