aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2022-11-23 14:52:17 +0100
committerGitHub <[email protected]>2022-11-23 14:52:17 +0100
commitf0ba22fc17f7573fa2240bdef2d4cc16c86ad476 (patch)
tree78acee75e209230221279734b855261682bfa0ad
parenta4f9e7cbcc8cb3ff679b4677a85a06d514b0c465 (diff)
parentdb7e153fc012aff0cc2c6529d5d26a3d184051a8 (diff)
Merge pull request #1076 from embassy-rs/executor-docs-rs
executor: enable features for docs.rs
-rw-r--r--embassy-executor/Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/embassy-executor/Cargo.toml b/embassy-executor/Cargo.toml
index 6fa1dd7fb..5acad95e5 100644
--- a/embassy-executor/Cargo.toml
+++ b/embassy-executor/Cargo.toml
@@ -27,6 +27,9 @@ flavors = [
27 { name = "thumbv8m.main-none-eabihf", target = "thumbv8m.main-none-eabihf", features = [] }, 27 { name = "thumbv8m.main-none-eabihf", target = "thumbv8m.main-none-eabihf", features = [] },
28] 28]
29 29
30[package.metadata.docs.rs]
31features = ["std", "nightly", "defmt"]
32
30[features] 33[features]
31default = [] 34default = []
32std = ["critical-section/std"] 35std = ["critical-section/std"]