aboutsummaryrefslogtreecommitdiff
path: root/embassy-executor/Cargo.toml
diff options
context:
space:
mode:
authorMatthew Tran <[email protected]>2025-06-01 11:42:33 -0500
committerMatthew Tran <[email protected]>2025-06-01 12:36:46 -0500
commit3cef4f0c04a1f0f56c84950d8fd408979299fa50 (patch)
treee72931d5776ca5fe6dbf23aa09a2b7bc3cf1c009 /embassy-executor/Cargo.toml
parent0d83fbbb57cf17186a1b8f40f57ef7a35b3e9627 (diff)
Update tests
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 f014ccf30..2dbf2c29a 100644
--- a/embassy-executor/Cargo.toml
+++ b/embassy-executor/Cargo.toml
@@ -59,6 +59,7 @@ avr-device = { version = "0.7.0", optional = true }
59critical-section = { version = "1.1", features = ["std"] } 59critical-section = { version = "1.1", features = ["std"] }
60trybuild = "1.0" 60trybuild = "1.0"
61embassy-sync = { path = "../embassy-sync" } 61embassy-sync = { path = "../embassy-sync" }
62rustversion = "1.0.21"
62 63
63[features] 64[features]
64 65