Merge pull request #1076 from embassy-rs/executor-docs-rs
executor: enable features for docs.rs
This commit is contained in:
commit
f0ba22fc17
1 changed files with 3 additions and 0 deletions
|
@ -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 a new issue