diff options
| author | Scott Mabin <[email protected]> | 2023-12-04 13:03:30 +0000 |
|---|---|---|
| committer | Scott Mabin <[email protected]> | 2023-12-04 13:15:10 +0000 |
| commit | 334900752ab0462a78ac4f327c7141418d24ca1d (patch) | |
| tree | 6cbac9f68d1f40808b476136c02363e6fad47e63 /embassy-executor | |
| parent | c7d6ea3c78eec11473c7d34d181ff1d71056184d (diff) | |
update release version in examples and other crates
Diffstat (limited to 'embassy-executor')
| -rw-r--r-- | embassy-executor/Cargo.toml | 2 |
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 } | |||
| 33 | rtos-trace = { version = "0.1.2", optional = true } | 33 | rtos-trace = { version = "0.1.2", optional = true } |
| 34 | 34 | ||
| 35 | embassy-macros = { version = "0.2.1", path = "../embassy-macros" } | 35 | embassy-macros = { version = "0.2.1", path = "../embassy-macros" } |
| 36 | embassy-time = { version = "0.1.5", path = "../embassy-time", optional = true} | 36 | embassy-time = { version = "0.2", path = "../embassy-time", optional = true} |
| 37 | critical-section = "1.1" | 37 | critical-section = "1.1" |
| 38 | 38 | ||
| 39 | # needed for riscv | 39 | # needed for riscv |
