aboutsummaryrefslogtreecommitdiff
path: root/examples/boot/bootloader/stm32
diff options
context:
space:
mode:
authorMehmet Ali Anil <[email protected]>2023-03-06 22:08:47 +0100
committerMehmet Ali Anil <[email protected]>2023-03-06 22:16:36 +0100
commitbc0cb43307c2a46330ce253505203dbc607bcc6c (patch)
treefa0ddab9184b802efa9e6313c90847ad167184c5 /examples/boot/bootloader/stm32
parent2209bef4f22bf77d9d52cda0a0ea40485cc2747a (diff)
Bump embedded-storage-async to 0.4
Diffstat (limited to 'examples/boot/bootloader/stm32')
-rw-r--r--examples/boot/bootloader/stm32/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/boot/bootloader/stm32/Cargo.toml b/examples/boot/bootloader/stm32/Cargo.toml
index be659e02a..b1791620f 100644
--- a/examples/boot/bootloader/stm32/Cargo.toml
+++ b/examples/boot/bootloader/stm32/Cargo.toml
@@ -14,7 +14,7 @@ embassy-boot-stm32 = { path = "../../../../embassy-boot/stm32", default-features
14cortex-m = { version = "0.7.6", features = ["critical-section-single-core"] } 14cortex-m = { version = "0.7.6", features = ["critical-section-single-core"] }
15cortex-m-rt = { version = "0.7" } 15cortex-m-rt = { version = "0.7" }
16embedded-storage = "0.3.0" 16embedded-storage = "0.3.0"
17embedded-storage-async = "0.3.0" 17embedded-storage-async = "0.4.0"
18cfg-if = "1.0.0" 18cfg-if = "1.0.0"
19 19
20[features] 20[features]