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

@@ -7,8 +7,8 @@ license = "MIT or Apache-2.0"
[dependencies]
cortex-m = { version = "0.7.7", features = ["inline-asm", "critical-section-single-core"] }
cortex-m-rt = "0.7.3"
defmt = "1.0"
defmt-rtt = "1.0"
defmt = "1.0.1"
defmt-rtt = "1.0.0"
embassy-executor = { version = "0.7.0", path = "../../embassy-executor", features = ["arch-cortex-m", "executor-thread", "executor-interrupt", "defmt"] }
embassy-futures = { version = "0.1.1", path = "../../embassy-futures" }
@@ -19,7 +19,7 @@ embedded-hal-1 = { package = "embedded-hal", version = "1.0" }
embedded-hal-async = "1.0.0"
mimxrt600-fcb = "0.2.2"
panic-probe = { version = "0.3", features = ["print-defmt"] }
panic-probe = { version = "1.0.0", features = ["print-defmt"] }
# cargo build/run
[profile.dev]