Skip to content

Commit 8b02434

Browse files
Bug 1943149 - build(rust): bump minimum Rust version 1.76 → 1.82 r=glandium
Differential Revision: https://phabricator.services.mozilla.com/D236028
1 parent e75b10a commit 8b02434

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ exclude = [
5858
resolver = "2"
5959

6060
[workspace.package]
61-
rust-version = "1.76.0"
61+
rust-version = "1.82.0"
6262

6363
[workspace.dependencies]
6464
# Shared across multiple UniFFI consumers.

docs/writing-rust-code/update-policy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,9 +162,9 @@ Here are the Rust versions for each Firefox version.
162162
| Firefox 133 | Rust 1.81.0 | 1.76.0 | 2024 September 5 | 2024 October 24 | 2024 November 26
163163
| Firefox 134 | Rust 1.81.0 | 1.76.0 | 2024 September 5 | 2024 November 21 | 2025 January 7
164164
| Firefox 135 | Rust 1.83.0 | 1.76.0 | 2024 November 28 | 2025 January 2 | 2025 February 4
165+
| Firefox 136 | Rust 1.84.0 | 1.76.0 | 2025 January 9 | 2025 January 30 | 2025 March 4
165166
| **Estimated** |
166-
| Firefox 136 | Rust 1.84.0 | ? | 2025 January 9 | 2025 January 30 | 2025 March 4
167-
| Firefox 137 | Rust 1.85.0 | ? | 2025 February 20 | 2025 February 27 | 2025 April 1
167+
| Firefox 137 | Rust 1.85.0 | 1.83.0 | 2025 February 20 | 2025 February 27 | 2025 April 1
168168
| Firefox 138 | Rust 1.85.0 | ? | 2025 February 20 | 2025 March 27 | 2025 April 29
169169
| Firefox 139 | Rust 1.86.0 | ? | 2025 April 3 | 2025 April 24 | 2025 May 27
170170
| Firefox 140 | Rust 1.87.0 | ? | 2025 May 15 | 2025 May 22 | 2025 June 24

python/mozboot/mozboot/util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
from mach.util import get_state_dir
1414

1515
# Keep in sync with rust-version in top-level Cargo.toml.
16-
MINIMUM_RUST_VERSION = "1.76.0"
16+
MINIMUM_RUST_VERSION = "1.82.0"
1717

1818

1919
def get_tools_dir(srcdir=False):

taskcluster/kinds/toolchain/rust.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ task-defaults:
1111
script: repack_rust.py
1212
toolchain-artifact: public/build/rustc.tar.zst
1313

14-
linux64-rust-1.76:
14+
linux64-rust-1.82:
1515
treeherder:
16-
symbol: TL(rust-1.76)
16+
symbol: TL(rust-1.82)
1717
run:
1818
arguments: [
19-
'--channel', '1.76.0',
19+
'--channel', '1.82.0',
2020
'--host', 'x86_64-unknown-linux-gnu',
2121
'--target', 'x86_64-unknown-linux-gnu',
2222
'--target', 'i686-unknown-linux-gnu',

0 commit comments

Comments
 (0)