Update MSRV versions in README to their actual values

This commit is contained in:
Jesse Braham 2022-04-01 10:10:01 -07:00
parent 45f2b9fd33
commit 834d7b1d42

View File

@ -36,8 +36,8 @@ _\* via [atomic emulation]_
The **M**inimum **S**upported **R**ust **V**ersions are: The **M**inimum **S**upported **R**ust **V**ersions are:
- `1.56.0` for RISC-V devices (**ESP32-C3**) - `1.59.0` for RISC-V devices (**ESP32-C3**)
- `stable - 1` for Xtensa devices (**ESP32**, **ESP32-S2**, **ESP32-S3**) - `1.59.0` for Xtensa devices (**ESP32**, **ESP32-S2**, **ESP32-S3**)
Note that targeting the Xtensa ISA requires the use of the [esp-rs/rust] compiler fork, whereas RISC-V is officially supported by the official Rust compiler. Note that targeting the Xtensa ISA requires the use of the [esp-rs/rust] compiler fork, whereas RISC-V is officially supported by the official Rust compiler.