From df5a04288c082d5365db5286e7e9651a4ce2d1dd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 12 Nov 2022 16:51:30 +0000 Subject: [PATCH] build(deps): update dependency cargo-wix to 0.3.4 --- .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 126489b8..351d16c7 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.3 cargo-wix + run: cargo install --version 0.3.4 cargo-wix env: # cargo-wix does not require static crt RUSTFLAGS: '' diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index ae3657ee..191d71be 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.3 cargo-wix + run: cargo install --version 0.3.4 cargo-wix env: # cargo-wix does not require static crt RUSTFLAGS: ''