From 0b3a4c4bdb362b470098e9d8b7693baae2f11c19 Mon Sep 17 00:00:00 2001 From: Aleksandr Chebotov <47745270+al-cheb@users.noreply.github.com> Date: Tue, 14 Sep 2021 09:59:22 +0300 Subject: [PATCH] Revert "[Windows] Install cargo-audit 0.14.1 as 0.15.0 is broken" (#4076) --- images/win/scripts/Installers/Install-Rust.ps1 | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/images/win/scripts/Installers/Install-Rust.ps1 b/images/win/scripts/Installers/Install-Rust.ps1 index 6417b767..0acf3279 100644 --- a/images/win/scripts/Installers/Install-Rust.ps1 +++ b/images/win/scripts/Installers/Install-Rust.ps1 @@ -20,10 +20,7 @@ $env:Path = Get-MachinePath # Install common tools rustup component add rustfmt clippy -# 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-outdated -cargo install cargo-audit --version 0.14.1 - +cargo install --locked bindgen cbindgen cargo-audit cargo-outdated # Run script at startup for all users $cmdRustSymScript = @"