aboutsummaryrefslogtreecommitdiff
path: root/embassy-executor
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2025-04-06 22:52:37 +0200
committerGitHub <[email protected]>2025-04-06 22:52:37 +0200
commita116cc881b06a674cb8f700b9f55f0d8760f5a3a (patch)
tree8b2a355cf3174a1120f53ef3b5a172c05a3de150 /embassy-executor
parentbdeeb388fff2462cccf82cf4f8444c0419db5525 (diff)
parentc04b4339919a5b6fd18763554096f84778df79c3 (diff)
Merge pull request #4052 from bugadani/cs
embassy-sync, executor/arch-wasm: don't select critical-section impl for std
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 0a2dfaa6a..8d7cf715f 100644
--- a/embassy-executor/Cargo.toml
+++ b/embassy-executor/Cargo.toml
@@ -76,7 +76,7 @@ arch-cortex-m = ["_arch", "dep:cortex-m"]
76## RISC-V 32 76## RISC-V 32
77arch-riscv32 = ["_arch"] 77arch-riscv32 = ["_arch"]
78## WASM 78## WASM
79arch-wasm = ["_arch", "dep:wasm-bindgen", "dep:js-sys", "critical-section/std"] 79arch-wasm = ["_arch", "dep:wasm-bindgen", "dep:js-sys"]
80## AVR 80## AVR
81arch-avr = ["_arch", "dep:portable-atomic", "dep:avr-device"] 81arch-avr = ["_arch", "dep:portable-atomic", "dep:avr-device"]
82## spin (architecture agnostic; never sleeps) 82## spin (architecture agnostic; never sleeps)