Update doc projects deps, don't use patch.crates-io

This commit is contained in:
Dario Nieuwenhuis
2025-01-15 02:09:24 +01:00
parent 4d9b2798fa
commit 2fab8d0b9b
9 changed files with 36 additions and 48 deletions

View File

@@ -19,7 +19,7 @@ cyw43 = { path = "../../cyw43", features = ["defmt", "firmware-logs"] }
cyw43-pio = { path = "../../cyw43-pio", features = ["defmt"] }
perf-client = { path = "../perf-client" }
defmt = "0.3.0"
defmt = "0.3"
defmt-rtt = "0.4"
cortex-m = { version = "0.7.6" }