1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2024-06-11 04:42:20 +00:00

build(deps): update dependency cargo-wix to 0.3.3

This commit is contained in:
renovate[bot] 2022-10-04 02:46:27 +00:00
parent c69d371d10
commit 867a89a862
2 changed files with 2 additions and 2 deletions

View File

@ -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: ''

View File

@ -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: ''