Merge commit '2c1d572cf2e225be5f30435b133e96aa55c9d3af'

This commit is contained in:
sander 2023-04-20 10:38:54 +02:00
commit 8aca324c2d
2 changed files with 2 additions and 0 deletions

View file

@ -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"]

View file

@ -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",