diff options
Diffstat (limited to 'embassy-executor')
| -rw-r--r-- | embassy-executor/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-executor/Cargo.toml b/embassy-executor/Cargo.toml index 409a341f0..fa3d0b2b6 100644 --- a/embassy-executor/Cargo.toml +++ b/embassy-executor/Cargo.toml | |||
| @@ -22,7 +22,7 @@ flavors = [ | |||
| 22 | 22 | ||
| 23 | [features] | 23 | [features] |
| 24 | default = [] | 24 | default = [] |
| 25 | std = ["embassy-macros/std"] | 25 | std = ["embassy-macros/std", "critical-section/std"] |
| 26 | wasm = ["dep:wasm-bindgen", "dep:js-sys", "embassy-macros/wasm"] | 26 | wasm = ["dep:wasm-bindgen", "dep:js-sys", "embassy-macros/wasm"] |
| 27 | 27 | ||
| 28 | # Enable nightly-only features | 28 | # Enable nightly-only features |
