aboutsummaryrefslogtreecommitdiff
path: root/embassy-executor
diff options
context:
space:
mode:
Diffstat (limited to 'embassy-executor')
-rw-r--r--embassy-executor/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-executor/Cargo.toml b/embassy-executor/Cargo.toml
index 4869bf3e1..a793a1980 100644
--- a/embassy-executor/Cargo.toml
+++ b/embassy-executor/Cargo.toml
@@ -59,7 +59,7 @@ rtos-trace = { version = "0.1.2", optional = true }
59 59
60futures-util = { version = "0.3.17", default-features = false } 60futures-util = { version = "0.3.17", default-features = false }
61embassy-macros = { version = "0.2.1", path = "../embassy-macros" } 61embassy-macros = { version = "0.2.1", path = "../embassy-macros" }
62embassy-time = { version = "0.1.4", path = "../embassy-time", optional = true} 62embassy-time = { version = "0.1.5", path = "../embassy-time", optional = true}
63atomic-polyfill = "1.0.1" 63atomic-polyfill = "1.0.1"
64critical-section = "1.1" 64critical-section = "1.1"
65static_cell = "1.1" 65static_cell = "1.1"