-
Notifications
You must be signed in to change notification settings - Fork 45
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Bug description
Trying to run cargo pio init esp --platform espressif32 --frameworks espidf --board esp32-s3-devkitm-1 and fails due to error in generated Cargo.toml
[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
- Would you like to work on a fix? would fix myself, but unable to find where the source of the issue lies.
To Reproduce
- Install latest from cargo
- Run
cargo pio....as above - Witness the error.
Expected behavior
The process to succeed.
Environment
- Crate (
cargo-pio) version: [0.26.0] - OS: [MacOS 15.3]
raboof, Evgen4567, unnamedd and Nk125
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working