aboutsummaryrefslogtreecommitdiff
path: root/embassy-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-stm32
parent51d0252194cd69f73bade2aaeef3163f3cc7453f (diff)
Update defmt dependencies
Diffstat (limited to 'embassy-stm32')
-rw-r--r--embassy-stm32/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-stm32/Cargo.toml b/embassy-stm32/Cargo.toml
index 35c1291fd..d898f7ff3 100644
--- a/embassy-stm32/Cargo.toml
+++ b/embassy-stm32/Cargo.toml
@@ -67,7 +67,7 @@ rand-core-06 = { package = "rand_core", version = "0.6" }
67rand-core-09 = { package = "rand_core", version = "0.9" } 67rand-core-09 = { package = "rand_core", version = "0.9" }
68 68
69 69
70defmt = { version = "0.3", optional = true } 70defmt = { version = "1.0.1", optional = true }
71log = { version = "0.4.14", optional = true } 71log = { version = "0.4.14", optional = true }
72cortex-m-rt = ">=0.6.15,<0.8" 72cortex-m-rt = ">=0.6.15,<0.8"
73cortex-m = "0.7.6" 73cortex-m = "0.7.6"