aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"]