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/Cargo.toml | |
| parent | 4d9b2798fa807052a0d2fb49d50232ecd05d4a4c (diff) | |
Update doc projects deps, don't use patch.crates-io
Diffstat (limited to 'docs/examples/layer-by-layer/Cargo.toml')
| -rw-r--r-- | docs/examples/layer-by-layer/Cargo.toml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/examples/layer-by-layer/Cargo.toml b/docs/examples/layer-by-layer/Cargo.toml index 0f233eae5..f18c9e7e4 100644 --- a/docs/examples/layer-by-layer/Cargo.toml +++ b/docs/examples/layer-by-layer/Cargo.toml | |||
| @@ -7,10 +7,6 @@ members = [ | |||
| 7 | "blinky-async", | 7 | "blinky-async", |
| 8 | ] | 8 | ] |
| 9 | 9 | ||
| 10 | [patch.crates-io] | ||
| 11 | embassy-executor = { path = "../../../embassy-executor" } | ||
| 12 | embassy-stm32 = { path = "../../../embassy-stm32" } | ||
| 13 | |||
| 14 | [profile.release] | 10 | [profile.release] |
| 15 | codegen-units = 1 | 11 | codegen-units = 1 |
| 16 | debug = 2 | 12 | debug = 2 |
