aboutsummaryrefslogtreecommitdiff
path: root/embassy-boot-stm32/Cargo.toml
diff options
context:
space:
mode:
authorUlf Lilleengen <[email protected]>2025-08-12 18:16:50 +0200
committerUlf Lilleengen <[email protected]>2025-08-12 18:17:41 +0200
commitc4c5167e3d18eafee7726a526093bed2b3d2d119 (patch)
treeae0c4600d02c925c5288d659e55993427ab77e03 /embassy-boot-stm32/Cargo.toml
parent7672229ffe00189fd2258020f933fab6146889cb (diff)
chore: update metapac and prepare embassy-stm32 0.3.0
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 54bbd5f77..dd434341a 100644
--- a/embassy-boot-stm32/Cargo.toml
+++ b/embassy-boot-stm32/Cargo.toml
@@ -25,7 +25,7 @@ defmt = { version = "1.0.1", optional = true }
25log = { version = "0.4", optional = true } 25log = { version = "0.4", optional = true }
26 26
27embassy-sync = { version = "0.7.0", path = "../embassy-sync" } 27embassy-sync = { version = "0.7.0", path = "../embassy-sync" }
28embassy-stm32 = { version = "0.2.0", path = "../embassy-stm32", default-features = false } 28embassy-stm32 = { version = "0.3.0", path = "../embassy-stm32", default-features = false }
29embassy-boot = { version = "0.6.0", path = "../embassy-boot" } 29embassy-boot = { version = "0.6.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" }