executor: enable features for docs.rs
Otherwise the non-raw executor and the macros don't show up.
This commit is contained in:
parent
a4f9e7cbcc
commit
db7e153fc0
@ -27,6 +27,9 @@ flavors = [
|
|||||||
{ name = "thumbv8m.main-none-eabihf", target = "thumbv8m.main-none-eabihf", features = [] },
|
{ name = "thumbv8m.main-none-eabihf", target = "thumbv8m.main-none-eabihf", features = [] },
|
||||||
]
|
]
|
||||||
|
|
||||||
|
[package.metadata.docs.rs]
|
||||||
|
features = ["std", "nightly", "defmt"]
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = []
|
default = []
|
||||||
std = ["critical-section/std"]
|
std = ["critical-section/std"]
|
||||||
|
Loading…
Reference in New Issue
Block a user