Merge pull request from de-vri-es/forward-std-feature-to-critical-section

Forward the "std" feature to the critical-section crate in embassy-sync.
This commit is contained in:
Dario Nieuwenhuis
2024-03-22 11:34:45 +00:00
committed by GitHub

@ -20,7 +20,7 @@ src_base_git = "https://github.com/embassy-rs/embassy/blob/$COMMIT/embassy-sync/
target = "thumbv7em-none-eabi" target = "thumbv7em-none-eabi"
[features] [features]
std = [] std = ["critical-section/std"]
turbowakers = [] turbowakers = []
[dependencies] [dependencies]