Skip to content

Commit 549e665

Browse files
committed
use 1.90 in CI
1 parent c700b8b commit 549e665

File tree

10 files changed

+3
-3
lines changed

10 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
# Install the Rust toolchain for Xtensa devices:
5757
- uses: esp-rs/[email protected]
5858
with:
59-
version: 1.89.0.0
59+
version: 1.90.0.0
6060

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

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
- uses: esp-rs/[email protected]
8787
with:
8888
default: true
89-
version: 1.89.0.0
89+
version: 1.90.0.0
9090

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

.github/workflows/hil.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124
with:
125125
buildtargets: ${{ matrix.target.soc }}
126126
default: true
127-
version: 1.89.0.0
127+
version: 1.90.0.0
128128

129129
- name: Build tests
130130
run: cargo xtask build tests ${{ matrix.target.soc }}

esp-hal/api-baseline/esp32.json.gz

3.87 KB
Binary file not shown.
1.15 KB
Binary file not shown.
1.22 KB
Binary file not shown.
2.34 KB
Binary file not shown.
346 Bytes
Binary file not shown.
1.02 KB
Binary file not shown.
640 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)