aboutsummaryrefslogtreecommitdiff
path: root/embassy-executor
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2023-12-04 13:26:32 +0000
committerGitHub <[email protected]>2023-12-04 13:26:32 +0000
commitd2dcbed920f116368dd00ee997e93dcd90270ca5 (patch)
tree6cbac9f68d1f40808b476136c02363e6fad47e63 /embassy-executor
parentd7eb067b4c63bf8a8e9d986f032cd8013f7cdca2 (diff)
parent334900752ab0462a78ac4f327c7141418d24ca1d (diff)
Merge pull request #2248 from MabezDev/new-releases
embassy-sync 0.5 & embassy-time 0.2
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 bf58a2e1b..74efe452e 100644
--- a/embassy-executor/Cargo.toml
+++ b/embassy-executor/Cargo.toml
@@ -33,7 +33,7 @@ log = { version = "0.4.14", optional = true }
33rtos-trace = { version = "0.1.2", optional = true } 33rtos-trace = { version = "0.1.2", optional = true }
34 34
35embassy-macros = { version = "0.2.1", path = "../embassy-macros" } 35embassy-macros = { version = "0.2.1", path = "../embassy-macros" }
36embassy-time = { version = "0.1.5", path = "../embassy-time", optional = true} 36embassy-time = { version = "0.2", path = "../embassy-time", optional = true}
37critical-section = "1.1" 37critical-section = "1.1"
38 38
39# needed for riscv 39# needed for riscv