aboutsummaryrefslogtreecommitdiff
path: root/embassy-boot-stm32
diff options
context:
space:
mode:
authorYuri Astrakhan <[email protected]>2025-05-18 20:51:15 +0200
committerDario Nieuwenhuis <[email protected]>2025-05-18 20:52:09 +0200
commitef0f29f0ede245671ffd82fcf384a9105f174c24 (patch)
treefeeeb499bf2772a77b1b71b503b173b6890ec22e /embassy-boot-stm32
parent51d0252194cd69f73bade2aaeef3163f3cc7453f (diff)
Update defmt dependencies
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 7dbe7e22b..2b741cc95 100644
--- a/embassy-boot-stm32/Cargo.toml
+++ b/embassy-boot-stm32/Cargo.toml
@@ -21,7 +21,7 @@ target = "thumbv7em-none-eabi"
21[lib] 21[lib]
22 22
23[dependencies] 23[dependencies]
24defmt = { version = "0.3", 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.6.2", path = "../embassy-sync" } 27embassy-sync = { version = "0.6.2", path = "../embassy-sync" }