Skip to content

Commit

Permalink
build(deps): bump esp-rs/xtensa-toolchain from 1.5.2 to 1.5.3
Browse files Browse the repository at this point in the history
Bumps [esp-rs/xtensa-toolchain](https://github.com/esp-rs/xtensa-toolchain) from 1.5.2 to 1.5.3.
- [Release notes](https://github.com/esp-rs/xtensa-toolchain/releases)
- [Commits](esp-rs/xtensa-toolchain@v1.5.2...v1.5.3)

---
updated-dependencies:
- dependency-name: esp-rs/xtensa-toolchain
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 16, 2024
1 parent f8bcbd5 commit 28373bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_cargo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
components: clippy, rustfmt, rust-src
- name: Setup | Rust (Xtensa)
if: matrix.target == 'esp32' || matrix.target == 'esp32s2' || matrix.target == 'esp32s3'
uses: esp-rs/[email protected].2
uses: esp-rs/[email protected].3
with:
default: true
buildtargets: ${{ matrix.target }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
components: clippy, rustfmt, rust-src
- name: Setup | Rust (Xtensa)
if: matrix.target.mcu == 'esp32' || matrix.target.mcu == 'esp32s2' || matrix.target.mcu == 'esp32s3'
uses: esp-rs/[email protected].2
uses: esp-rs/[email protected].3
with:
default: true
buildtargets: ${{ matrix.target.mcu }}
Expand Down

0 comments on commit 28373bf

Please sign in to comment.