aboutsummaryrefslogtreecommitdiff
path: root/embassy-boot-stm32
diff options
context:
space:
mode:
authorUlf Lilleengen <[email protected]>2024-05-29 12:09:55 +0200
committerUlf Lilleengen <[email protected]>2024-05-29 12:09:55 +0200
commitcf0d227cca92a80e85575154d380d1ff73fb32cf (patch)
tree823f66d0073ff498cab3c036defeb8eec3c7e237 /embassy-boot-stm32
parent53dedd2ff5076a5bb100eea26a1053cb70bf6c9d (diff)
Prepare for embassy-sync 0.6.0 release
Diffstat (limited to 'embassy-boot-stm32')
-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 6f8fbe355..a3661f6cb 100644
--- a/embassy-boot-stm32/Cargo.toml
+++ b/embassy-boot-stm32/Cargo.toml
@@ -25,7 +25,7 @@ defmt = { version = "0.3", optional = true }
25defmt-rtt = { version = "0.4", optional = true } 25defmt-rtt = { version = "0.4", optional = true }
26log = { version = "0.4", optional = true } 26log = { version = "0.4", optional = true }
27 27
28embassy-sync = { version = "0.5.0", path = "../embassy-sync" } 28embassy-sync = { version = "0.6.0", path = "../embassy-sync" }
29embassy-stm32 = { version = "0.1.0", path = "../embassy-stm32", default-features = false } 29embassy-stm32 = { version = "0.1.0", path = "../embassy-stm32", default-features = false }
30embassy-boot = { version = "0.2.0", path = "../embassy-boot" } 30embassy-boot = { version = "0.2.0", path = "../embassy-boot" }
31cortex-m = { version = "0.7.6" } 31cortex-m = { version = "0.7.6" }