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:
Lina Butler 2024-07-10 10:49:57 -07:00
Родитель 516f0dd45b
Коммит 04956ad25b
2 изменённых файлов: 2 добавлений и 3 удалений

Просмотреть файл

@ -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",