diff options
| author | Ulf Lilleengen <[email protected]> | 2025-08-26 16:04:00 +0200 |
|---|---|---|
| committer | Ulf Lilleengen <[email protected]> | 2025-08-26 16:05:09 +0200 |
| commit | 83f2557eacd657070a84a9baf2da6e3aff03b2b7 (patch) | |
| tree | 13ce7dc5787f05b4f5e087e891738ac5120112e3 /embassy-boot-stm32/Cargo.toml | |
| parent | b6a81d8bedeafa5166d0668c387ed65062777193 (diff) | |
chore: prepare embassy crate releases
Diffstat (limited to 'embassy-boot-stm32/Cargo.toml')
| -rw-r--r-- | embassy-boot-stm32/Cargo.toml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/embassy-boot-stm32/Cargo.toml b/embassy-boot-stm32/Cargo.toml index c2cf0c596..b1a71d813 100644 --- a/embassy-boot-stm32/Cargo.toml +++ b/embassy-boot-stm32/Cargo.toml | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | [package] | 1 | [package] |
| 2 | edition = "2021" | 2 | edition = "2021" |
| 3 | name = "embassy-boot-stm32" | 3 | name = "embassy-boot-stm32" |
| 4 | version = "0.5.0" | 4 | version = "0.5.1" |
| 5 | description = "Bootloader lib for STM32 chips" | 5 | description = "Bootloader lib for STM32 chips" |
| 6 | license = "MIT OR Apache-2.0" | 6 | license = "MIT OR Apache-2.0" |
| 7 | repository = "https://github.com/embassy-rs/embassy" | 7 | repository = "https://github.com/embassy-rs/embassy" |
| @@ -30,9 +30,9 @@ target = "thumbv7em-none-eabi" | |||
| 30 | defmt = { version = "1.0.1", optional = true } | 30 | defmt = { version = "1.0.1", optional = true } |
| 31 | log = { version = "0.4", optional = true } | 31 | log = { version = "0.4", optional = true } |
| 32 | 32 | ||
| 33 | embassy-sync = { version = "0.7.1", path = "../embassy-sync" } | 33 | embassy-sync = { version = "0.7.2", path = "../embassy-sync" } |
| 34 | embassy-stm32 = { version = "0.3.0", path = "../embassy-stm32", default-features = false } | 34 | embassy-stm32 = { version = "0.4.0", path = "../embassy-stm32", default-features = false } |
| 35 | embassy-boot = { version = "0.6.0", path = "../embassy-boot" } | 35 | embassy-boot = { version = "0.6.1", path = "../embassy-boot" } |
| 36 | cortex-m = { version = "0.7.6" } | 36 | cortex-m = { version = "0.7.6" } |
| 37 | cortex-m-rt = { version = "0.7" } | 37 | cortex-m-rt = { version = "0.7" } |
| 38 | embedded-storage = "0.3.1" | 38 | embedded-storage = "0.3.1" |
