Update defmt dependencies

This commit is contained in:
Yuri Astrakhan
2025-05-18 20:51:15 +02:00
committed by Dario Nieuwenhuis
parent 51d0252194
commit ef0f29f0ed
107 changed files with 254 additions and 254 deletions

View File

@@ -24,5 +24,5 @@ target = "thumbv7em-none-eabi"
features = ["defmt"]
[dependencies]
defmt = { version = "0.3", optional = true }
defmt = { version = "1.0.1", optional = true }
log = { version = "0.4.14", optional = true }