Skip to content

Commit 623d022

Browse files
committed
use 1.91.1.0 in CI
1 parent 1e508e2 commit 623d022

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
@@ -38,7 +38,7 @@ runs:
3838
with:
3939
buildtargets: ${{ inputs.soc }}
4040
default: true
41-
version: 1.90.0.0
41+
version: 1.91.1.0
4242

4343
- name: Build tests
4444
shell: bash

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
# Install the Rust toolchain for Xtensa devices:
3030
- uses: esp-rs/[email protected]
3131
with:
32-
version: 1.90.0.0
32+
version: 1.91.1.0
3333

3434
# Install the Rust stable toolchain for RISC-V devices:
3535
- 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
@@ -63,7 +63,7 @@ jobs:
6363
- name: Install xtensa toolchain
6464
uses: esp-rs/[email protected]
6565
with:
66-
version: 1.90.0.0
66+
version: 1.91.1.0
6767

6868
- name: Check if baseline generation is needed
6969
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.90.0.0
52+
version: 1.91.1.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
@@ -65,7 +65,7 @@ jobs:
6565
- uses: esp-rs/[email protected]
6666
if: matrix.group == 'xtensa'
6767
with:
68-
version: 1.90.0.0
68+
version: 1.91.1.0
6969

7070
# Install the Rust stable toolchain for RISC-V devices:
7171
- 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.90.0.0
68+
version: 1.91.1.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.90.0.0
92+
version: 1.91.1.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)