mirror of
https://github.com/starship/starship.git
synced 2025-03-12 05:59:17 +01:00
build(deps): update dependency cargo-wix to 0.3.8 (#6535)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
fbaa15f588
commit
1699fdad32
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -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: ""
|
||||
|
2
.github/workflows/workflow.yml
vendored
2
.github/workflows/workflow.yml
vendored
@ -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: ""
|
||||
|
Loading…
Reference in New Issue
Block a user