Split embassy crate into embassy-executor, embassy-util.
This commit is contained in:
@ -9,7 +9,7 @@ description = "Bootloader lib for nRF chips"
|
||||
[dependencies]
|
||||
defmt = { version = "0.3", optional = true }
|
||||
|
||||
embassy = { path = "../../embassy", default-features = false }
|
||||
embassy-util = { path = "../../embassy-util" }
|
||||
embassy-nrf = { path = "../../embassy-nrf", default-features = false, features = ["nightly"] }
|
||||
embassy-boot = { path = "../boot", default-features = false }
|
||||
cortex-m = { version = "0.7" }
|
||||
|
Reference in New Issue
Block a user