mirror of
https://github.com/embassy-rs/embassy.git
synced 2025-09-27 12:20:37 +00:00

* Print dependencies of a crate * Bump version in dependent crates * Release using cargo release * Config file to control features and target
2 lines
110 B
TOML
2 lines
110 B
TOML
embassy-rp = { features = ["defmt", "unstable-pac", "time-driver", "rp2040"], target = "thumbv6m-none-eabi" }
|