executor: enable features for docs.rs

Otherwise the non-raw executor and the macros don't show up.
This commit is contained in:
Dario Nieuwenhuis 2022-11-23 14:49:40 +01:00
parent a4f9e7cbcc
commit db7e153fc0

View file

@ -27,6 +27,9 @@ flavors = [
{ name = "thumbv8m.main-none-eabihf", target = "thumbv8m.main-none-eabihf", features = [] },
]
[package.metadata.docs.rs]
features = ["std", "nightly", "defmt"]
[features]
default = []
std = ["critical-section/std"]