changeset 47199:b128a3ae98ef

contrib: upgrade Rust in Windows automation I'm not sure why we don't install the minimum required Rust version here like we do for Linux. Whatever: that's unrelated to wanting to stay modern. Differential Revision: https://phab.mercurial-scm.org/D10677
author Gregory Szorc <gregory.szorc@gmail.com>
date Thu, 06 May 2021 15:45:04 -0700
parents e768294a7182
children 3e18a29deec9
files contrib/install-windows-dependencies.ps1
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/contrib/install-windows-dependencies.ps1	Thu May 06 15:44:29 2021 -0700
+++ b/contrib/install-windows-dependencies.ps1	Thu May 06 15:45:04 2021 -0700
@@ -121,7 +121,7 @@
 
     Invoke-Process "${prefix}\assets\rustup-init.exe" "-y --default-host x86_64-pc-windows-msvc"
     Invoke-Process "${prefix}\cargo\bin\rustup.exe" "target add i686-pc-windows-msvc"
-    Invoke-Process "${prefix}\cargo\bin\rustup.exe" "install 1.46.0"
+    Invoke-Process "${prefix}\cargo\bin\rustup.exe" "install 1.52.0"
     Invoke-Process "${prefix}\cargo\bin\rustup.exe" "component add clippy"
 
     # Install PyOxidizer for packaging.