diff options
| author | Dániel Buga <[email protected]> | 2024-11-26 00:20:34 +0100 |
|---|---|---|
| committer | Dániel Buga <[email protected]> | 2024-12-17 16:52:13 +0100 |
| commit | c6ca46c82529e014aaceb218ad88978c50f0db07 (patch) | |
| tree | ed976c45f41a34e6b7ba59aaa047dfc6adc00728 /embassy-executor/Cargo.toml | |
| parent | 2853308d8f7b845a9255bd7f68911a5214f17ca1 (diff) | |
Set RUN_QUEUED unconditionally
Diffstat (limited to 'embassy-executor/Cargo.toml')
| -rw-r--r-- | embassy-executor/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/embassy-executor/Cargo.toml b/embassy-executor/Cargo.toml index 2a64b9c83..5effaca65 100644 --- a/embassy-executor/Cargo.toml +++ b/embassy-executor/Cargo.toml | |||
| @@ -55,6 +55,7 @@ avr-device = { version = "0.5.3", optional = true } | |||
| 55 | [dev-dependencies] | 55 | [dev-dependencies] |
| 56 | critical-section = { version = "1.1", features = ["std"] } | 56 | critical-section = { version = "1.1", features = ["std"] } |
| 57 | trybuild = "1.0" | 57 | trybuild = "1.0" |
| 58 | embassy-sync = { path = "../embassy-sync" } | ||
| 58 | 59 | ||
| 59 | [features] | 60 | [features] |
| 60 | 61 | ||
