| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 7bc4c17 commit ab5f076
6 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -60,7 +60,7 @@ concurrency: | |||
| 60 | 60 | env: | |
| 61 | 61 | PYTHON_VERSION: '3.14' | |
| 62 | 62 | FLAKY_TESTS: keep_retrying | |
| 63 | - RUSTC_VERSION: '1.83' | ||
| 63 | + RUSTC_VERSION: '1.86' | ||
| 64 | 64 | ||
| 65 | 65 | permissions: | |
| 66 | 66 | contents: read | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -36,7 +36,7 @@ env: | |||
| 36 | 36 | PYTHON_VERSION: '3.14' | |
| 37 | 37 | XCODE_VERSION: '16.4' | |
| 38 | 38 | CLANG_VERSION: '19' | |
| 39 | - RUSTC_VERSION: '1.83' | ||
| 39 | + RUSTC_VERSION: '1.86' | ||
| 40 | 40 | ||
| 41 | 41 | permissions: | |
| 42 | 42 | contents: read | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -37,7 +37,7 @@ env: | |||
| 37 | 37 | CXX: ${{ (github.base_ref == 'main' || github.ref_name == 'main') && 'sccache' || '' }} clang++-19 | |
| 38 | 38 | SCCACHE_GHA_ENABLED: ${{ github.base_ref == 'main' || github.ref_name == 'main' }} | |
| 39 | 39 | SCCACHE_IDLE_TIMEOUT: '0' | |
| 40 | - RUSTC_VERSION: '1.83' | ||
| 40 | + RUSTC_VERSION: '1.86' | ||
| 41 | 41 | ||
| 42 | 42 | permissions: | |
| 43 | 43 | contents: read | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -44,7 +44,7 @@ env: | |||
| 44 | 44 | CXX: ${{ (github.base_ref == 'main' || github.ref_name == 'main') && 'sccache' || '' }} clang++-19 | |
| 45 | 45 | SCCACHE_GHA_ENABLED: ${{ github.base_ref == 'main' || github.ref_name == 'main' }} | |
| 46 | 46 | SCCACHE_IDLE_TIMEOUT: '0' | |
| 47 | - RUSTC_VERSION: '1.83' | ||
| 47 | + RUSTC_VERSION: '1.86' | ||
| 48 | 48 | ||
| 49 | 49 | permissions: | |
| 50 | 50 | contents: read | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -66,7 +66,7 @@ env: | |||
| 66 | 66 | PYTHON_VERSION: '3.14' | |
| 67 | 67 | XCODE_VERSION: '16.4' | |
| 68 | 68 | FLAKY_TESTS: keep_retrying | |
| 69 | - RUSTC_VERSION: '1.83' | ||
| 69 | + RUSTC_VERSION: '1.86' | ||
| 70 | 70 | ||
| 71 | 71 | permissions: | |
| 72 | 72 | contents: read | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1057,8 +1057,8 @@ Node.js supports the [Temporal](https://github.com/tc39/proposal-temporal) APIs, | |||
| 1057 | 1057 | linking statically or dynamically with a version of [temporal\_rs](https://github.com/boa-dev/temporal). | |
| 1058 | 1058 | Building it requires a Rust toolchain: | |
| 1059 | 1059 | ||
| 1060 | - * rustc >= 1.83 (with LLVM >= 19) | ||
| 1061 | - * cargo >= 1.83 | ||
| 1060 | + * rustc >= 1.86 (with LLVM >= 19) | ||
| 1061 | + * cargo >= 1.86 | ||
| 1062 | 1062 | ||
| 1063 | 1063 | Refer to [Install Rust](https://rust-lang.org/tools/install/) for instructions. | |
| 1064 | 1064 | Individual packages such as `rust` and `cargo` in some operating system distributions may be considered | |
| Back | FazBrowse Home | New Git URL |
0 commit comments