diff options
| -rw-r--r-- | embassy-executor/Cargo.toml | 3 |
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] | ||
| 31 | features = ["std", "nightly", "defmt"] | ||
| 32 | |||
| 30 | [features] | 33 | [features] |
| 31 | default = [] | 34 | default = [] |
| 32 | std = ["critical-section/std"] | 35 | std = ["critical-section/std"] |
