contrib/install-windows-dependencies.ps1
branchstable
changeset 46353 a6c5ec6b4728
parent 45749 f95b16796688
child 47198 e768294a7182
--- a/contrib/install-windows-dependencies.ps1	Fri Jan 08 16:58:23 2021 +0100
+++ b/contrib/install-windows-dependencies.ps1	Sun Jan 24 18:24:11 2021 -0800
@@ -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 --version 0.9.0 pyoxidizer"
+    Invoke-Process "${prefix}\cargo\bin\cargo.exe" "install --version 0.10.3 pyoxidizer"
 }
 
 function Install-Dependencies($prefix) {