diff options
| author | Ulf Lilleengen <[email protected]> | 2025-08-04 14:55:46 +0200 |
|---|---|---|
| committer | Ulf Lilleengen <[email protected]> | 2025-08-04 15:01:08 +0200 |
| commit | ee053f0babb9e31c3092b600e3013f1d3044fbc7 (patch) | |
| tree | bc6cad36eae02fa59e769e44510fb8e2932f4780 /embassy-boot-stm32 | |
| parent | 57cf7b4f825000362dc85b132df7faa0481e00c5 (diff) | |
chore: bump versions
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 b92d06c54..54bbd5f77 100644 --- a/embassy-boot-stm32/Cargo.toml +++ b/embassy-boot-stm32/Cargo.toml | |||
| @@ -26,7 +26,7 @@ log = { version = "0.4", optional = true } | |||
| 26 | 26 | ||
| 27 | embassy-sync = { version = "0.7.0", path = "../embassy-sync" } | 27 | embassy-sync = { version = "0.7.0", path = "../embassy-sync" } |
| 28 | embassy-stm32 = { version = "0.2.0", path = "../embassy-stm32", default-features = false } | 28 | embassy-stm32 = { version = "0.2.0", path = "../embassy-stm32", default-features = false } |
| 29 | embassy-boot = { version = "0.5.0", path = "../embassy-boot" } | 29 | embassy-boot = { version = "0.6.0", path = "../embassy-boot" } |
| 30 | cortex-m = { version = "0.7.6" } | 30 | cortex-m = { version = "0.7.6" } |
| 31 | cortex-m-rt = { version = "0.7" } | 31 | cortex-m-rt = { version = "0.7" } |
| 32 | embedded-storage = "0.3.1" | 32 | embedded-storage = "0.3.1" |
