aboutsummaryrefslogtreecommitdiff
path: root/embassy-executor/Cargo.toml
diff options
context:
space:
mode:
authorDániel Buga <[email protected]>2024-11-26 00:20:34 +0100
committerDániel Buga <[email protected]>2024-12-17 16:52:13 +0100
commitc6ca46c82529e014aaceb218ad88978c50f0db07 (patch)
treeed976c45f41a34e6b7ba59aaa047dfc6adc00728 /embassy-executor/Cargo.toml
parent2853308d8f7b845a9255bd7f68911a5214f17ca1 (diff)
Set RUN_QUEUED unconditionally
Diffstat (limited to 'embassy-executor/Cargo.toml')
-rw-r--r--embassy-executor/Cargo.toml1
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]
56critical-section = { version = "1.1", features = ["std"] } 56critical-section = { version = "1.1", features = ["std"] }
57trybuild = "1.0" 57trybuild = "1.0"
58embassy-sync = { path = "../embassy-sync" }
58 59
59[features] 60[features]
60 61