##// END OF EJS Templates
contrib: upgrade Rust in Windows automation...
Gregory Szorc -
r47970:b128a3ae default
parent child Browse files
Show More
@@ -121,7 +121,7 b' function Install-Rust($prefix) {'
121
121
122 Invoke-Process "${prefix}\assets\rustup-init.exe" "-y --default-host x86_64-pc-windows-msvc"
122 Invoke-Process "${prefix}\assets\rustup-init.exe" "-y --default-host x86_64-pc-windows-msvc"
123 Invoke-Process "${prefix}\cargo\bin\rustup.exe" "target add i686-pc-windows-msvc"
123 Invoke-Process "${prefix}\cargo\bin\rustup.exe" "target add i686-pc-windows-msvc"
124 Invoke-Process "${prefix}\cargo\bin\rustup.exe" "install 1.46.0"
124 Invoke-Process "${prefix}\cargo\bin\rustup.exe" "install 1.52.0"
125 Invoke-Process "${prefix}\cargo\bin\rustup.exe" "component add clippy"
125 Invoke-Process "${prefix}\cargo\bin\rustup.exe" "component add clippy"
126
126
127 # Install PyOxidizer for packaging.
127 # Install PyOxidizer for packaging.
General Comments 0
You need to be logged in to leave comments. Login now