aboutsummaryrefslogtreecommitdiff
path: root/embassy-boot-stm32
diff options
context:
space:
mode:
authorUlf Lilleengen <[email protected]>2025-08-12 21:23:46 +0200
committerGitHub <[email protected]>2025-08-12 21:23:46 +0200
commite3a28d3a9df958d40f9c5d80c8651bb67ceb82cc (patch)
tree38483f5642f1364a9323fcf99a5bdf9434dd5df0 /embassy-boot-stm32
parentac46e28c4b4f025279d8974adfb6120c6740e44e (diff)
parentc7b9060a7443cd004d366586c418a3d95bf3447a (diff)
Merge pull request #4535 from embassy-rs/prepare-embassy-sync-0.7.1
fix: prepare embassy-sync 0.7.1 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 dd434341a..7cdd5136a 100644
--- a/embassy-boot-stm32/Cargo.toml
+++ b/embassy-boot-stm32/Cargo.toml
@@ -24,7 +24,7 @@ target = "thumbv7em-none-eabi"
24defmt = { version = "1.0.1", optional = true } 24defmt = { 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.1", path = "../embassy-sync" }
28embassy-stm32 = { version = "0.3.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" }