diff contrib/install-windows-dependencies.ps1 @ 45749:f95b16796688 stable

pyoxidizer: update to PyOxidizer 0.9 We were previously using a Git commit from a few days before the 0.8 release. This commit upgrades us to the just-released 0.9 release. This required some Starlark changes due to backwards incompatible changes. Differential Revision: https://phab.mercurial-scm.org/D9228
author Gregory Szorc <gregory.szorc@gmail.com>
date Sun, 18 Oct 2020 22:48:00 -0700
parents 7a907388a4a5
children a6c5ec6b4728
line wrap: on
line diff
--- a/contrib/install-windows-dependencies.ps1	Tue Oct 20 22:06:30 2020 +0530
+++ b/contrib/install-windows-dependencies.ps1	Sun Oct 18 22:48:00 2020 -0700
@@ -125,7 +125,7 @@
     Invoke-Process "${prefix}\cargo\bin\rustup.exe" "component add clippy"
 
     # Install PyOxidizer for packaging.
-    Invoke-Process "${prefix}\cargo\bin\cargo.exe" "install --git https://github.com/indygreg/PyOxidizer.git --rev 4697fb25918dfad6dc73288daeea501063963a08 pyoxidizer"
+    Invoke-Process "${prefix}\cargo\bin\cargo.exe" "install --version 0.9.0 pyoxidizer"
 }
 
 function Install-Dependencies($prefix) {