[Windows] cargo-audit 0.15.0 is broken, stick to 0.14.1 (#3822)
This commit is contained in:
@@ -20,7 +20,8 @@ $env:Path = Get-MachinePath
|
|||||||
|
|
||||||
# Install common tools
|
# Install common tools
|
||||||
rustup component add rustfmt clippy
|
rustup component add rustfmt clippy
|
||||||
cargo install --locked bindgen cbindgen cargo-audit cargo-outdated
|
# Temporary hardcode cargo-audit 0.14.1 as 0.15.0 is broken https://docs.rs/crate/cargo-audit/0.15.0
|
||||||
|
cargo install --locked bindgen cbindgen cargo-audit --version 0.14.1 cargo-outdated
|
||||||
|
|
||||||
# Run script at startup for all users
|
# Run script at startup for all users
|
||||||
$cmdRustSymScript = @"
|
$cmdRustSymScript = @"
|
||||||
|
|||||||
Reference in New Issue
Block a user