Skip to content

Commit ee65bb2

Browse files
Renegade334aduh95
authored andcommitted
build: bump rustc requirement to >=1.86
Signed-off-by: Renegade334 <contact.9a5d6388@renegade334.me.uk> PR-URL: #64543 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
1 parent f7a3237 commit ee65bb2

6 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/coverage-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ concurrency:
6060
env:
6161
PYTHON_VERSION: '3.14'
6262
FLAKY_TESTS: keep_retrying
63-
RUSTC_VERSION: '1.83'
63+
RUSTC_VERSION: '1.86'
6464

6565
permissions:
6666
contents: read

.github/workflows/stress-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ env:
3636
PYTHON_VERSION: '3.14'
3737
XCODE_VERSION: '16.4'
3838
CLANG_VERSION: '19'
39-
RUSTC_VERSION: '1.83'
39+
RUSTC_VERSION: '1.86'
4040

4141
permissions:
4242
contents: read

.github/workflows/test-linux-quic.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ env:
3737
CXX: ${{ (github.base_ref == 'main' || github.ref_name == 'main') && 'sccache' || '' }} clang++-19
3838
SCCACHE_GHA_ENABLED: ${{ github.base_ref == 'main' || github.ref_name == 'main' }}
3939
SCCACHE_IDLE_TIMEOUT: '0'
40-
RUSTC_VERSION: '1.83'
40+
RUSTC_VERSION: '1.86'
4141

4242
permissions:
4343
contents: read

.github/workflows/test-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ env:
4444
CXX: ${{ (github.base_ref == 'main' || github.ref_name == 'main') && 'sccache' || '' }} clang++-19
4545
SCCACHE_GHA_ENABLED: ${{ github.base_ref == 'main' || github.ref_name == 'main' }}
4646
SCCACHE_IDLE_TIMEOUT: '0'
47-
RUSTC_VERSION: '1.83'
47+
RUSTC_VERSION: '1.86'
4848

4949
permissions:
5050
contents: read

.github/workflows/test-macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ env:
6666
PYTHON_VERSION: '3.14'
6767
XCODE_VERSION: '16.4'
6868
FLAKY_TESTS: keep_retrying
69-
RUSTC_VERSION: '1.83'
69+
RUSTC_VERSION: '1.86'
7070

7171
permissions:
7272
contents: read

BUILDING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1057,8 +1057,8 @@ Node.js supports the [Temporal](https://github.com/tc39/proposal-temporal) APIs,
10571057
linking statically or dynamically with a version of [temporal\_rs](https://github.com/boa-dev/temporal).
10581058
Building it requires a Rust toolchain:
10591059

1060-
* rustc >= 1.83 (with LLVM >= 19)
1061-
* cargo >= 1.83
1060+
* rustc >= 1.86 (with LLVM >= 19)
1061+
* cargo >= 1.86
10621062

10631063
Refer to [Install Rust](https://rust-lang.org/tools/install/) for instructions.
10641064
Individual packages such as `rust` and `cargo` in some operating system distributions may be considered

0 commit comments

Comments
 (0)