aboutsummaryrefslogtreecommitdiff
path: root/embassy-boot-stm32/Cargo.toml
diff options
context:
space:
mode:
authorUlf Lilleengen <[email protected]>2024-08-02 21:54:46 +0200
committerUlf Lilleengen <[email protected]>2024-08-05 08:56:29 +0200
commit1588fbc256fcd6444609dbd8049e810410974cb0 (patch)
treee1d8feec28ba517bc4c1e532524be144a3967091 /embassy-boot-stm32/Cargo.toml
parent37d7b0cd06b7a5d952d2e7de173b10ab32d96c5a (diff)
Prepare to release embassy-boot
Diffstat (limited to 'embassy-boot-stm32/Cargo.toml')
-rw-r--r--embassy-boot-stm32/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-boot-stm32/Cargo.toml b/embassy-boot-stm32/Cargo.toml
index 52ad1b463..e4ef9a612 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
27embassy-sync = { version = "0.6.0", path = "../embassy-sync" } 27embassy-sync = { version = "0.6.0", path = "../embassy-sync" }
28embassy-stm32 = { version = "0.1.0", path = "../embassy-stm32", default-features = false } 28embassy-stm32 = { version = "0.1.0", path = "../embassy-stm32", default-features = false }
29embassy-boot = { version = "0.2.0", path = "../embassy-boot" } 29embassy-boot = { version = "0.3.0", path = "../embassy-boot" }
30cortex-m = { version = "0.7.6" } 30cortex-m = { version = "0.7.6" }
31cortex-m-rt = { version = "0.7" } 31cortex-m-rt = { version = "0.7" }
32embedded-storage = "0.3.1" 32embedded-storage = "0.3.1"