Skip to content

Commit 2023cdc

Browse files
committed
use 1.93 in CI
1 parent b2f2f5d commit 2023cdc

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

.github/actions/build-tests/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ runs:
5757
with:
5858
buildtargets: ${{ inputs.soc }}
5959
default: true
60-
version: 1.92.0.0
60+
version: 1.93.0.0
6161

6262
- name: Build tests
6363
shell: bash

.github/workflows/api-baseline-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
- uses: esp-rs/[email protected]
8484
if: github.event_name != 'merge_group' || steps.skip_in_merge_queue.outputs.skip_check != 'true'
8585
with:
86-
version: 1.92.0.0
86+
version: 1.93.0.0
8787

8888
# Install the Rust stable toolchain for RISC-V devices:
8989
- uses: dtolnay/rust-toolchain@v1

.github/workflows/api-baseline-generation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
- name: Install xtensa toolchain
7272
uses: esp-rs/[email protected]
7373
with:
74-
version: 1.92.0.0
74+
version: 1.93.0.0
7575

7676
- name: Check if baseline generation is needed
7777
id: check-generation

.github/workflows/binary_size.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
with:
5050
buildtargets: ${{ matrix.target.soc }}
5151
default: true
52-
version: 1.92.0.0
52+
version: 1.93.0.0
5353

5454
- name: Install Binutils and Hub
5555
run: |

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
- uses: esp-rs/[email protected]
7575
if: env.SKIP_CI != 'true' && matrix.group == 'xtensa'
7676
with:
77-
version: 1.92.0.0
77+
version: 1.93.0.0
7878

7979
# Install the Rust stable toolchain for RISC-V devices:
8080
- uses: dtolnay/rust-toolchain@v1

.github/workflows/ci_nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
# Install the Rust toolchain for Xtensa devices:
6666
- uses: esp-rs/[email protected]
6767
with:
68-
version: 1.92.0.0
68+
version: 1.93.0.0
6969

7070
# Check all chips at once only for esp-hal
7171
- name: Run check-global-symbols

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
- uses: esp-rs/[email protected]
9090
with:
9191
default: true
92-
version: 1.92.0.0
92+
version: 1.93.0.0
9393

9494
# xtensa-toolchain installs rustup and a basic toolchain, but doesn't install rust-src
9595
- name: rust-src

0 commit comments

Comments
 (0)