[windows] add locked flag to cargo (#2546)

This commit is contained in:
Mikhail Timofeev
2021-01-26 10:30:38 +03:00
committed by GitHub
parent 06b88bd6ed
commit 0d1d77da0e

View File

@@ -20,7 +20,7 @@ $env:Path = Get-MachinePath
# Install common tools
rustup component add rustfmt clippy
cargo install bindgen cbindgen cargo-audit cargo-outdated
cargo install --locked bindgen cbindgen cargo-audit cargo-outdated
# Run script at startup for all users
$cmdRustSymScript = @"