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

@ -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 }
[features]
default = ["nightly"]
defmt = [
"dep:defmt",
"embassy-boot/defmt",

View File

@ -1,5 +1,4 @@
#![no_std]
#![cfg_attr(feature = "nightly", feature(type_alias_impl_trait))]
#![warn(missing_docs)]
#![doc = include_str!("../README.md")]
mod fmt;