Skip to content

Commit 0bb741f

Browse files
committed
dump msrv
1 parent ad38650 commit 0bb741f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ jobs:
167167
with:
168168
profile: minimal
169169
target: riscv32imc-unknown-none-elf
170-
toolchain: "1.60.0"
170+
toolchain: "1.65.0"
171171
default: true
172172
- uses: Swatinem/rust-cache@v1
173173
- uses: actions-rs/cargo@v1
@@ -195,7 +195,7 @@ jobs:
195195
default: true
196196
ldproxy: false
197197
buildtargets: ${{ matrix.chip_features.chip }}
198-
version: "1.60.0"
198+
version: "1.65.0"
199199
- uses: Swatinem/rust-cache@v1
200200
- uses: actions-rs/cargo@v1
201201
with:

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ There are a number of other crates within the [esp-rs organization] which can be
7676

7777
The **M**inimum **S**upported **R**ust **V**ersions are:
7878

79-
- `1.60.0` for RISC-V devices (**ESP32-C2**, **ESP32-C3**)
80-
- `1.60.0` for Xtensa devices (**ESP32**, **ESP32-S2**, **ESP32-S3**)
79+
- `1.65.0` for RISC-V devices (**ESP32-C2**, **ESP32-C3**)
80+
- `1.65.0` for Xtensa devices (**ESP32**, **ESP32-S2**, **ESP32-S3**)
8181

8282
Note that targeting the Xtensa ISA currently requires the use of the [esp-rs/rust] compiler fork. The [esp-rs/rust-build] repository has pre-compiled release artifacts for most common platforms, and provides installation scripts to aid you in the process.
8383

0 commit comments

Comments
 (0)