Merge commit '2c1d572cf2e225be5f30435b133e96aa55c9d3af'
This commit is contained in:
commit
8aca324c2d
@ -45,6 +45,7 @@ default_features = false
|
||||
features = ["rand", "std", "u32_backend"]
|
||||
|
||||
[features]
|
||||
default = ["nightly"]
|
||||
ed25519-dalek = ["dep:ed25519-dalek", "_verify"]
|
||||
ed25519-salty = ["dep:salty", "_verify"]
|
||||
|
||||
|
@ -28,6 +28,7 @@ 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 }
|
||||
|
||||
[features]
|
||||
default = ["nightly"]
|
||||
defmt = [
|
||||
"dep:defmt",
|
||||
"embassy-boot/defmt",
|
||||
|
Loading…
Reference in New Issue
Block a user