Update defmt and related dependencies to version 1

This commit is contained in:
Jan Niehusmann 2025-04-01 19:05:02 +00:00
parent 863c20902c
commit 5530f78147
2 changed files with 6 additions and 6 deletions

View File

@ -9,9 +9,9 @@ cortex-m = "0.7"
cortex-m-rt = "0.7"
embedded-hal = { version = "1.0.0" }
defmt = "0.3"
defmt-rtt = "0.4"
panic-probe = { version = "0.3", features = ["print-defmt"] }
defmt = "1"
defmt-rtt = "1"
panic-probe = { version = "1", features = ["print-defmt"] }
# We're using a Pico by default on this template
rp-pico = "0.9"

View File

@ -9,9 +9,9 @@ cortex-m = "0.7"
cortex-m-rt = "0.7"
embedded-hal = { version = "1.0.0" }
defmt = "0.3"
defmt-rtt = "0.4"
panic-probe = { version = "0.3", features = ["print-defmt"] }
defmt = "1"
defmt-rtt = "1"
panic-probe = { version = "1", features = ["print-defmt"] }
# We're using a Pico by default on this template
rp-pico = "0.9"