aboutsummaryrefslogtreecommitdiff
path: root/embassy-sync/Cargo.toml
diff options
context:
space:
mode:
authorDániel Buga <[email protected]>2025-04-06 22:11:21 +0200
committerDániel Buga <[email protected]>2025-04-06 22:43:32 +0200
commitc04b4339919a5b6fd18763554096f84778df79c3 (patch)
treef3e194cb87cb405852cfe867a2b8fdc8ba0938fe /embassy-sync/Cargo.toml
parent518c961b11362fc8bd398382b3e7d1ed369956be (diff)
embassy-sync, executor/wasm: don't select critical-section impl for std
Diffstat (limited to 'embassy-sync/Cargo.toml')
-rw-r--r--embassy-sync/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-sync/Cargo.toml b/embassy-sync/Cargo.toml
index 4430f1956..92ee38ed9 100644
--- a/embassy-sync/Cargo.toml
+++ b/embassy-sync/Cargo.toml
@@ -20,7 +20,7 @@ src_base_git = "https://github.com/embassy-rs/embassy/blob/$COMMIT/embassy-sync/
20target = "thumbv7em-none-eabi" 20target = "thumbv7em-none-eabi"
21 21
22[features] 22[features]
23std = ["critical-section/std"] 23std = []
24turbowakers = [] 24turbowakers = []
25 25
26[dependencies] 26[dependencies]