Bug 1558996 - Require rust 1.35 r=glandium

Differential Revision: https://phabricator.services.mozilla.com/D34794

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Chris Manchester 2019-06-13 06:02:05 +00:00
parent 50f64995b8
commit c74a1fa131
3 changed files with 6 additions and 6 deletions

View File

@ -141,7 +141,7 @@ def rust_compiler(rustc_info, cargo_info, build_project):
rustc_min_version = Version('1.22.0')
cargo_min_version = Version('0.23.0')
else:
rustc_min_version = Version('1.34.0')
rustc_min_version = Version('1.35.0')
cargo_min_version = rustc_min_version
version = rustc_info.version

View File

@ -151,7 +151,7 @@ MODERN_MERCURIAL_VERSION = LooseVersion('4.3.3')
MODERN_PYTHON_VERSION = LooseVersion('2.7.3')
# Upgrade rust older than this.
MODERN_RUST_VERSION = LooseVersion('1.34.0')
MODERN_RUST_VERSION = LooseVersion('1.35.0')
# Upgrade nasm older than this.
MODERN_NASM_VERSION = LooseVersion('2.14')

View File

@ -247,7 +247,7 @@ linux64-base-toolchains/opt:
toolchains:
- linux64-clang-4.0
- linux64-gcc-6
- linux64-rust-1.34
- linux64-rust-1.35
- linux64-cbindgen
- linux64-sccache
- linux64-nasm-2.13.02
@ -283,7 +283,7 @@ linux64-base-toolchains/debug:
toolchains:
- linux64-clang-4.0
- linux64-gcc-6
- linux64-rust-1.34
- linux64-rust-1.35
- linux64-cbindgen
- linux64-sccache
- linux64-nasm-2.13.02
@ -316,7 +316,7 @@ linux64-base-toolchains-clang/opt:
toolchains:
- linux64-binutils
- linux64-clang-4.0
- linux64-rust-1.34
- linux64-rust-1.35
- linux64-cbindgen
- linux64-nasm-2.13.02
- linux64-node
@ -350,7 +350,7 @@ linux64-base-toolchains-clang/debug:
toolchains:
- linux64-binutils
- linux64-clang-4.0
- linux64-rust-1.34
- linux64-rust-1.35
- linux64-cbindgen
- linux64-nasm-2.13.02
- linux64-node