embassy-boot: resolve conflicts
This commit is contained in:
parent
8aca324c2d
commit
0e01b28d5e
@ -45,7 +45,6 @@ default_features = false
|
|||||||
features = ["rand", "std", "u32_backend"]
|
features = ["rand", "std", "u32_backend"]
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = ["nightly"]
|
|
||||||
ed25519-dalek = ["dep:ed25519-dalek", "_verify"]
|
ed25519-dalek = ["dep:ed25519-dalek", "_verify"]
|
||||||
ed25519-salty = ["dep:salty", "_verify"]
|
ed25519-salty = ["dep:salty", "_verify"]
|
||||||
|
|
||||||
|
@ -28,7 +28,6 @@ cfg-if = "1.0.0"
|
|||||||
nrf-softdevice-mbr = { version = "0.1.0", git = "https://github.com/embassy-rs/nrf-softdevice.git", branch = "master", optional = true }
|
nrf-softdevice-mbr = { version = "0.1.0", git = "https://github.com/embassy-rs/nrf-softdevice.git", branch = "master", optional = true }
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = ["nightly"]
|
|
||||||
defmt = [
|
defmt = [
|
||||||
"dep:defmt",
|
"dep:defmt",
|
||||||
"embassy-boot/defmt",
|
"embassy-boot/defmt",
|
||||||
|
Loading…
Reference in New Issue
Block a user