diff options
Diffstat (limited to 'docs/examples/layer-by-layer/Cargo.toml')
| -rw-r--r-- | docs/examples/layer-by-layer/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/examples/layer-by-layer/Cargo.toml b/docs/examples/layer-by-layer/Cargo.toml index 943249a17..0f233eae5 100644 --- a/docs/examples/layer-by-layer/Cargo.toml +++ b/docs/examples/layer-by-layer/Cargo.toml | |||
| @@ -8,8 +8,8 @@ members = [ | |||
| 8 | ] | 8 | ] |
| 9 | 9 | ||
| 10 | [patch.crates-io] | 10 | [patch.crates-io] |
| 11 | embassy-executor = { path = "../../../../../embassy-executor" } | 11 | embassy-executor = { path = "../../../embassy-executor" } |
| 12 | embassy-stm32 = { path = "../../../../../embassy-stm32" } | 12 | embassy-stm32 = { path = "../../../embassy-stm32" } |
| 13 | 13 | ||
| 14 | [profile.release] | 14 | [profile.release] |
| 15 | codegen-units = 1 | 15 | codegen-units = 1 |
