embassy/release/config.toml
Ulf Lilleengen 8843b08b90 feat: add embassy-release tool
* Print dependencies of a crate
* Bump version in dependent crates
* Release using cargo release
* Config file to control features and target
2025-08-02 22:45:50 +02:00

2 lines
110 B
TOML

embassy-rp = { features = ["defmt", "unstable-pac", "time-driver", "rp2040"], target = "thumbv6m-none-eabi" }