author | Chris Manchester <cmanchester@mozilla.com> |
Tue, 07 Aug 2018 13:21:29 -0700 | |
changeset 430434 | 6f39c71a8f6ce42ca894c7d609c8016e78b3e6ed |
parent 430433 | ed8b7ca3f5bec194607d09ac74f5a8d3032dee45 |
child 430435 | 2ab02d99fe7e1733f20429d2228f261b97b34d85 |
push id | 34405 |
push user | ncsoregi@mozilla.com |
push date | Wed, 08 Aug 2018 09:57:26 +0000 |
treeherder | mozilla-central@c65991f3fa10 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | froydnj, mshal |
bugs | 1450077 |
milestone | 63.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
--- a/python/mozboot/mozboot/base.py +++ b/python/mozboot/mozboot/base.py @@ -146,17 +146,17 @@ ac_add_options --enable-artifact-builds # This should match OLDEST_NON_LEGACY_VERSION from # the hg setup wizard in version-control-tools. MODERN_MERCURIAL_VERSION = LooseVersion('4.3.3') # Upgrade Python older than this. MODERN_PYTHON_VERSION = LooseVersion('2.7.3') # Upgrade rust older than this. -MODERN_RUST_VERSION = LooseVersion('1.27.0') +MODERN_RUST_VERSION = LooseVersion('1.28.0') class BaseBootstrapper(object): """Base class for system bootstrappers.""" def __init__(self, no_interactive=False): self.package_manager_updated = False self.no_interactive = no_interactive