Skip to content
This repository has been archived by the owner on Aug 4, 2022. It is now read-only.

Commit

Permalink
Bug 1616396 - Install rustc 1.41.0 in bootstrap r=firefox-build-syste…
Browse files Browse the repository at this point in the history
…m-reviewers,rstewart

Differential Revision: https://phabricator.services.mozilla.com/D63258
  • Loading branch information
chmanchester committed Feb 18, 2020
1 parent 464fe3c commit 6381e90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/mozboot/mozboot/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@
MODERN_PYTHON_VERSION = LooseVersion('2.7.3')

# Upgrade rust older than this.
MODERN_RUST_VERSION = LooseVersion('1.39.0')
MODERN_RUST_VERSION = LooseVersion('1.41.0')

# Upgrade nasm older than this.
MODERN_NASM_VERSION = LooseVersion('2.14')
Expand Down

0 comments on commit 6381e90

Please sign in to comment.