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

@@ -23,7 +23,7 @@ cortex-m = { version = "0.7.6", features = [ "inline-asm", "critical-section-sin
cortex-m-rt = "0.7.0"
embedded-hal = { package = "embedded-hal", version = "1.0" }
embedded-hal-async = { version = "1.0" }
panic-probe = { version = "0.3.0", features = ["print-defmt"] }
panic-probe = { version = "1.0.0", features = ["print-defmt"] }
static_cell = "2"
portable-atomic = { version = "1.5", features = ["critical-section"] }