[embuild::pio] Configuring MCU 'ESP32S3' supported by the configured board 'esp32-s3-devkitm-1'
[embuild::pio] Resolved platform: 'espressif32', MCU: 'ESP32S3', board: 'esp32-s3-devkitm-1', frameworks: [espidf]
Creating library package
note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Error: TOML parse error at line 4, column 11
|
4 | edition = "2024"
| ^^^^^^
data did not match any variant of untagged enum Inheritable
Caused by:
TOML parse error at line 4, column 11
|
4 | edition = "2024"
| ^^^^^^
data did not match any variant of untagged enum Inheritable
The process to succeed.
Bug description
Trying to run
cargo pio init esp --platform espressif32 --frameworks espidf --board esp32-s3-devkitm-1and fails due to error in generated Cargo.tomlTo Reproduce
cargo pio....as aboveExpected behavior
The process to succeed.
Environment
cargo-pio) version: [0.26.0]