aboutsummaryrefslogtreecommitdiff
path: root/embassy-executor
diff options
context:
space:
mode:
Diffstat (limited to 'embassy-executor')
-rw-r--r--embassy-executor/Cargo.toml2
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]
24default = [] 24default = []
25std = ["embassy-macros/std"] 25std = ["embassy-macros/std", "critical-section/std"]
26wasm = ["dep:wasm-bindgen", "dep:js-sys", "embassy-macros/wasm"] 26wasm = ["dep:wasm-bindgen", "dep:js-sys", "embassy-macros/wasm"]
27 27
28# Enable nightly-only features 28# Enable nightly-only features