[Updated] D10675: automation: update rust in Linux environment
indygreg (Gregory Szorc)
phabricator at mercurial-scm.org
Sat May 15 23:23:21 UTC 2021
Closed by commit rHG2df655f682a6: automation: update rust in Linux environment (authored by indygreg).
This revision was automatically updated to reflect the committed changes.
REPOSITORY
rHG Mercurial
CHANGES SINCE LAST UPDATE
https://phab.mercurial-scm.org/D10675?vs=27782&id=27934
CHANGES SINCE LAST ACTION
https://phab.mercurial-scm.org/D10675/new/
REVISION DETAIL
https://phab.mercurial-scm.org/D10675
AFFECTED FILES
contrib/automation/hgautomation/linux.py
CHANGE DETAILS
diff --git a/contrib/automation/hgautomation/linux.py b/contrib/automation/hgautomation/linux.py
--- a/contrib/automation/hgautomation/linux.py
+++ b/contrib/automation/hgautomation/linux.py
@@ -85,7 +85,7 @@
chmod +x rustup-init
sudo -H -u hg -g hg ./rustup-init -y
-sudo -H -u hg -g hg /home/hg/.cargo/bin/rustup install 1.31.1 1.46.0
+sudo -H -u hg -g hg /home/hg/.cargo/bin/rustup install 1.41.1 1.52.0
sudo -H -u hg -g hg /home/hg/.cargo/bin/rustup component add clippy
sudo -H -u hg -g hg /home/hg/.cargo/bin/cargo install --version 0.10.3 pyoxidizer
To: indygreg, #hg-reviewers, pulkit
Cc: mercurial-patches
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mercurial-scm.org/pipermail/mercurial-patches/attachments/20210515/764be420/attachment-0002.html>
More information about the Mercurial-patches
mailing list