Submitter | phabricator |
---|---|
Date | May 7, 2021, 12:01 a.m. |
Message ID | <differential-rev-PHID-DREV-frgbd2rdsjcxyk3uy3tk-req@mercurial-scm.org> |
Download | mbox | patch |
Permalink | /patch/48996/ |
State | Superseded |
Headers | show |
Comments
Patch
diff --git a/contrib/install-windows-dependencies.ps1 b/contrib/install-windows-dependencies.ps1 --- a/contrib/install-windows-dependencies.ps1 +++ b/contrib/install-windows-dependencies.ps1 @@ -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.