mirror of
https://github.com/embassy-rs/embassy.git
synced 2024-11-22 06:42:32 +00:00
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 = [] },
|
||||
]
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
features = ["std", "nightly", "defmt"]
|
||||
|
||||
[features]
|
||||
default = []
|
||||
std = ["critical-section/std"]
|
||||
|
Loading…
Reference in New Issue
Block a user