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

@@ -10,20 +10,20 @@ repository = "https://github.com/embassy-rs/embassy"
documentation = "https://docs.embassy.dev/embassy-net-nrf91"
[features]
defmt = [ "dep:defmt", "heapless/defmt-03" ]
log = [ "dep:log" ]
defmt = ["dep:defmt", "heapless/defmt-03"]
log = ["dep:log"]
[dependencies]
defmt = { version = "0.3", optional = true }
defmt = { version = "1.0.1", optional = true }
log = { version = "0.4.14", optional = true }
nrf-pac = "0.1.0"
cortex-m = "0.7.7"
embassy-time = { version = "0.4.0", path = "../embassy-time" }
embassy-sync = { version = "0.6.2", path = "../embassy-sync"}
embassy-futures = { version = "0.1.0", path = "../embassy-futures"}
embassy-net-driver-channel = { version = "0.3.0", path = "../embassy-net-driver-channel"}
embassy-sync = { version = "0.6.2", path = "../embassy-sync" }
embassy-futures = { version = "0.1.0", path = "../embassy-futures" }
embassy-net-driver-channel = { version = "0.3.0", path = "../embassy-net-driver-channel" }
heapless = "0.8"
embedded-io = "0.6.1"