Skip to content

Commit ee873b7

Browse files
committed
tools: bump temporal_rs version
Signed-off-by: Antoine du Hamel <duhamelantoine1995@gmail.com> PR-URL: #63281 Reviewed-By: Michaël Zasso <targos@protonmail.com>
1 parent 999a83c commit ee873b7

862 files changed

Lines changed: 39018 additions & 17864 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/coverage-windows.yml

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

6465
permissions:
6566
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.82'
47+
RUSTC_VERSION: '1.83'
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.82'
69+
RUSTC_VERSION: '1.83'
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.82 (with LLVM >= 19)
1061-
* cargo >= 1.82
1060+
* rustc >= 1.83 (with LLVM >= 19)
1061+
* cargo >= 1.83
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)