diff options
| author | Ulf Lilleengen <[email protected]> | 2023-04-27 09:22:32 +0200 |
|---|---|---|
| committer | Ulf Lilleengen <[email protected]> | 2023-04-27 11:54:22 +0200 |
| commit | 42a8f1671de994c702a20ecf44a1b4daa46e23e3 (patch) | |
| tree | a62a75a98ba4bcddbb3b4b0d05653a3200dcdb75 /embassy-stm32 | |
| parent | 1cf26f0eb3181b04ce2c520a4814c4b3a99bb407 (diff) | |
Bump versions preparing for -macros and -executor release
Diffstat (limited to 'embassy-stm32')
| -rw-r--r-- | embassy-stm32/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-stm32/Cargo.toml b/embassy-stm32/Cargo.toml index f27cf6a51..9686b10ce 100644 --- a/embassy-stm32/Cargo.toml +++ b/embassy-stm32/Cargo.toml | |||
| @@ -32,7 +32,7 @@ flavors = [ | |||
| 32 | 32 | ||
| 33 | [dependencies] | 33 | [dependencies] |
| 34 | embassy-sync = { version = "0.2.0", path = "../embassy-sync" } | 34 | embassy-sync = { version = "0.2.0", path = "../embassy-sync" } |
| 35 | embassy-executor = { version = "0.1.0", path = "../embassy-executor" } | 35 | embassy-executor = { version = "0.2.0", path = "../embassy-executor" } |
| 36 | embassy-time = { version = "0.1.0", path = "../embassy-time", optional = true } | 36 | embassy-time = { version = "0.1.0", path = "../embassy-time", optional = true } |
| 37 | embassy-futures = { version = "0.1.0", path = "../embassy-futures" } | 37 | embassy-futures = { version = "0.1.0", path = "../embassy-futures" } |
| 38 | embassy-cortex-m = { version = "0.1.0", path = "../embassy-cortex-m", features = ["prio-bits-4"]} | 38 | embassy-cortex-m = { version = "0.1.0", path = "../embassy-cortex-m", features = ["prio-bits-4"]} |
