Skip to content

Commit e0fecbc

Browse files
committed
deps: update temporal_rs to 0.2.3
Refs: v8/v8@7d9b7e0 Signed-off-by: Renegade334 <contact.9a5d6388@renegade334.me.uk>
1 parent af100d1 commit e0fecbc

1,820 files changed

Lines changed: 547386 additions & 22029 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.86'
6364

6465
permissions:
6566
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.82'
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.82'
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.82'
69+
RUSTC_VERSION: '1.86'
7070

7171
permissions:
7272
contents: read

0 commit comments

Comments
 (0)