diff options
| author | Dario Nieuwenhuis <[email protected]> | 2025-01-15 02:09:24 +0100 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2025-01-15 02:15:30 +0100 |
| commit | 2fab8d0b9ba8eecc40b76c00fab19abf0426a8ff (patch) | |
| tree | 77e783e5626db5204639bd42ea938441294726b8 /docs/examples/layer-by-layer/blinky-hal | |
| parent | 4d9b2798fa807052a0d2fb49d50232ecd05d4a4c (diff) | |
Update doc projects deps, don't use patch.crates-io
Diffstat (limited to 'docs/examples/layer-by-layer/blinky-hal')
| -rw-r--r-- | docs/examples/layer-by-layer/blinky-hal/Cargo.toml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/examples/layer-by-layer/blinky-hal/Cargo.toml b/docs/examples/layer-by-layer/blinky-hal/Cargo.toml index d8f94b69d..1e292e6b4 100644 --- a/docs/examples/layer-by-layer/blinky-hal/Cargo.toml +++ b/docs/examples/layer-by-layer/blinky-hal/Cargo.toml | |||
| @@ -7,8 +7,8 @@ license = "MIT OR Apache-2.0" | |||
| 7 | [dependencies] | 7 | [dependencies] |
| 8 | cortex-m = "0.7" | 8 | cortex-m = "0.7" |
| 9 | cortex-m-rt = "0.7" | 9 | cortex-m-rt = "0.7" |
| 10 | embassy-stm32 = { version = "0.2.0", features = ["stm32l475vg", "memory-x"] } | 10 | embassy-stm32 = { version = "0.2.0", path = "../../../../embassy-stm32", features = ["stm32l475vg", "memory-x"] } |
| 11 | 11 | ||
| 12 | defmt = "0.3.0" | 12 | defmt = "0.3" |
| 13 | defmt-rtt = "0.3.0" | 13 | defmt-rtt = "0.4" |
| 14 | panic-probe = { version = "0.3.0", features = ["print-defmt"] } | 14 | panic-probe = { version = "0.3.0", features = ["print-defmt"] } |
