embassy-boot: add nightly feature to stm32 and rp as well

This commit is contained in:
sander
2023-04-20 10:04:41 +02:00
parent 510ae7e3dc
commit b153a5b0d7
7 changed files with 16 additions and 10 deletions

View File

@ -45,7 +45,6 @@ default_features = false
features = ["rand", "std", "u32_backend"]
[features]
default = ["nightly"]
ed25519-dalek = ["dep:ed25519-dalek", "_verify"]
ed25519-salty = ["dep:salty", "_verify"]