Update defmt dependencies
This commit is contained in:
committed by
Dario Nieuwenhuis
parent
51d0252194
commit
ef0f29f0ed
@@ -70,8 +70,8 @@ embassy-stm32-wpan = { version = "0.1.0", path = "../../embassy-stm32-wpan", opt
|
||||
embassy-net = { version = "0.7.0", path = "../../embassy-net", features = ["defmt", "tcp", "udp", "dhcpv4", "medium-ethernet"] }
|
||||
perf-client = { path = "../perf-client" }
|
||||
|
||||
defmt = "0.3"
|
||||
defmt-rtt = "0.4"
|
||||
defmt = "1.0.1"
|
||||
defmt-rtt = "1.0.0"
|
||||
|
||||
cortex-m = { version = "0.7.6", features = ["critical-section-single-core"] }
|
||||
cortex-m-rt = "0.7.0"
|
||||
@@ -80,7 +80,7 @@ embedded-hal-1 = { package = "embedded-hal", version = "1.0" }
|
||||
embedded-hal-async = { version = "1.0" }
|
||||
embedded-can = { version = "0.4" }
|
||||
micromath = "2.0.0"
|
||||
panic-probe = { version = "0.3.0", features = ["print-defmt"] }
|
||||
panic-probe = { version = "1.0.0", features = ["print-defmt"] }
|
||||
rand_core = { version = "0.9.1", default-features = false }
|
||||
rand_chacha = { version = "0.9.0", default-features = false }
|
||||
static_cell = "2"
|
||||
|
||||
Reference in New Issue
Block a user