Skip to content

Commit

Permalink
Add critical-section/std to std feature
Browse files Browse the repository at this point in the history
This commit suggests adding critical-section/std to the std feature as
without this a link time error is generated.
  • Loading branch information
danbev committed Sep 8, 2022
1 parent 22c32b5 commit 7004b09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion embassy-executor/Cargo.toml
Expand Up @@ -22,7 +22,7 @@ flavors = [

[features]
default = []
std = ["embassy-macros/std"]
std = ["embassy-macros/std", "critical-section/std"]
wasm = ["dep:wasm-bindgen", "dep:js-sys", "embassy-macros/wasm"]

# Enable nightly-only features
Expand Down

0 comments on commit 7004b09

Please sign in to comment.