Merge pull request #1076 from embassy-rs/executor-docs-rs

executor: enable features for docs.rs
This commit is contained in:
Dario Nieuwenhuis 2022-11-23 14:52:17 +01:00 committed by GitHub
commit f0ba22fc17
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"]