diff options
| author | Ulf Lilleengen <[email protected]> | 2024-05-29 12:09:55 +0200 |
|---|---|---|
| committer | Ulf Lilleengen <[email protected]> | 2024-05-29 12:09:55 +0200 |
| commit | cf0d227cca92a80e85575154d380d1ff73fb32cf (patch) | |
| tree | 823f66d0073ff498cab3c036defeb8eec3c7e237 /embassy-boot-stm32 | |
| parent | 53dedd2ff5076a5bb100eea26a1053cb70bf6c9d (diff) | |
Prepare for embassy-sync 0.6.0 release
Diffstat (limited to 'embassy-boot-stm32')
| -rw-r--r-- | embassy-boot-stm32/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-boot-stm32/Cargo.toml b/embassy-boot-stm32/Cargo.toml index 6f8fbe355..a3661f6cb 100644 --- a/embassy-boot-stm32/Cargo.toml +++ b/embassy-boot-stm32/Cargo.toml | |||
| @@ -25,7 +25,7 @@ defmt = { version = "0.3", optional = true } | |||
| 25 | defmt-rtt = { version = "0.4", optional = true } | 25 | defmt-rtt = { version = "0.4", optional = true } |
| 26 | log = { version = "0.4", optional = true } | 26 | log = { version = "0.4", optional = true } |
| 27 | 27 | ||
| 28 | embassy-sync = { version = "0.5.0", path = "../embassy-sync" } | 28 | embassy-sync = { version = "0.6.0", path = "../embassy-sync" } |
| 29 | embassy-stm32 = { version = "0.1.0", path = "../embassy-stm32", default-features = false } | 29 | embassy-stm32 = { version = "0.1.0", path = "../embassy-stm32", default-features = false } |
| 30 | embassy-boot = { version = "0.2.0", path = "../embassy-boot" } | 30 | embassy-boot = { version = "0.2.0", path = "../embassy-boot" } |
| 31 | cortex-m = { version = "0.7.6" } | 31 | cortex-m = { version = "0.7.6" } |
