build: Bump our target Rust version to 1.79.0; MSRV to 1.76.0.
This matches the latest versions used in m-c: * https://bugzilla.mozilla.org/show_bug.cgi?id=1886058 for the target version. * https://bugzilla.mozilla.org/show_bug.cgi?id=1890935 for the MSRV.
This commit is contained in:
Родитель
516f0dd45b
Коммит
04956ad25b
|
@ -12,8 +12,7 @@ commands:
|
|||
# Our minimum supported rust version is specified here.
|
||||
setup-rust-min-version:
|
||||
steps:
|
||||
# https://searchfox.org/mozilla-central/source/python/mozboot/mozboot/util.py#26
|
||||
- run: rustup override set 1.70.0
|
||||
- run: rustup override set 1.76.0
|
||||
|
||||
full-checkout:
|
||||
steps:
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
# supported and used in CI.
|
||||
|
||||
[toolchain]
|
||||
channel = "1.75.0"
|
||||
channel = "1.79.0"
|
||||
targets = [
|
||||
"aarch64-linux-android",
|
||||
"armv7-linux-androideabi",
|
||||
|
|
Загрузка…
Ссылка в новой задаче