Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/actions/build-tests/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ runs:
with:
buildtargets: ${{ inputs.soc }}
default: true
version: 1.97.0.0
version: 1.98.0.0

- name: Check if chip is supported by this ref's xtask
id: chip
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/api-baseline-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
# Install the Rust toolchain for Xtensa devices:
- uses: esp-rs/xtensa-toolchain@v1.6
with:
version: 1.97.0.0
version: 1.98.0.0

# Install the Rust stable toolchain for RISC-V devices:
- uses: dtolnay/rust-toolchain@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/api-baseline-generation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
- name: Install xtensa toolchain
uses: esp-rs/xtensa-toolchain@v1.6
with:
version: 1.97.0.0
version: 1.98.0.0

- name: Check if baseline generation is needed
id: check-generation
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/binary-size.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
with:
buildtargets: ${{ matrix.soc }}
default: true
version: 1.97.0.0
version: 1.98.0.0

- name: Install Binutils and Hub
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
# Install the Rust toolchain for Xtensa devices:
- uses: esp-rs/xtensa-toolchain@v1.6
with:
version: 1.97.0.0
version: 1.98.0.0

- name: Lint esp-hal on Xtensa chip
run: cargo xtask lint-packages --chips ${{ matrix.device }} --toolchain esp
Expand All @@ -85,7 +85,7 @@ jobs:
# Install the Rust toolchain for Xtensa devices:
- uses: esp-rs/xtensa-toolchain@v1.6
with:
version: 1.97.0.0
version: 1.98.0.0

# Check all chips at once only for esp-hal
- name: Run check-global-symbols
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ jobs:
- uses: esp-rs/xtensa-toolchain@v1.6
if: matrix.group.toolchain == 'esp'
with:
version: 1.97.0.0
version: 1.98.0.0

# Install the Rust stable toolchain for RISC-V devices:
- uses: dtolnay/rust-toolchain@v1
Expand Down Expand Up @@ -321,7 +321,7 @@ jobs:
# same compiler as the rest of CI.
- uses: esp-rs/xtensa-toolchain@v1.6
with:
version: 1.97.0.0
version: 1.98.0.0

- name: Build hello_world with LLD
working-directory: examples/hello_world
Expand Down Expand Up @@ -493,7 +493,7 @@ jobs:
with:
buildtargets: esp32,esp32s2,esp32s3
default: true
version: 1.97.0.0
version: 1.98.0.0

- uses: ./.github/actions/setup-nightly
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
- uses: esp-rs/xtensa-toolchain@v1.6
with:
default: true
version: 1.97.0.0
version: 1.98.0.0

# xtensa-toolchain installs rustup and a basic toolchain, but doesn't install rust-src
- name: rust-src
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/hil.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ jobs:
with:
buildtargets: esp32,esp32s2,esp32s3
default: true
version: 1.97.0.0
version: 1.98.0.0

- uses: ./.github/actions/setup-nightly
if: steps.arch.outputs.riscv == 'true'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pre-rel-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
# Install the Rust toolchain for Xtensa devices:
- uses: esp-rs/xtensa-toolchain@v1.6
with:
version: 1.97.0.0
version: 1.98.0.0

# Install the Rust stable toolchain for RISC-V devices:
- uses: dtolnay/rust-toolchain@v1
Expand Down
2 changes: 1 addition & 1 deletion xtask/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ reqwest = { version = "0.12.12", features = [
], optional = true }

# This pulls a gazillion crates - don't include it by default
cargo-semver-checks = { version = "0.46.0", optional = true }
cargo-semver-checks = { version = "0.49.0", optional = true }

flate2 = { version = "1.1.1", optional = true }
temp-file = { version = "0.1.9", optional = true }
Expand Down