aboutsummaryrefslogtreecommitdiff
path: root/embassy-executor
diff options
context:
space:
mode:
authorScott Mabin <[email protected]>2023-12-04 13:03:30 +0000
committerScott Mabin <[email protected]>2023-12-04 13:15:10 +0000
commit334900752ab0462a78ac4f327c7141418d24ca1d (patch)
tree6cbac9f68d1f40808b476136c02363e6fad47e63 /embassy-executor
parentc7d6ea3c78eec11473c7d34d181ff1d71056184d (diff)
update release version in examples and other crates
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