diff options
| author | Ulf Lilleengen <[email protected]> | 2024-05-20 20:20:48 +0200 |
|---|---|---|
| committer | Ulf Lilleengen <[email protected]> | 2024-05-21 10:05:21 +0200 |
| commit | bb9c687a39c0675bd622f612a645b16229cb9024 (patch) | |
| tree | 8dd446c12202d5e242ba287f54cdf737ef29bd96 /docs/examples/layer-by-layer/Cargo.toml | |
| parent | 06218f9536ef7e64e2e072f9578592d27028f99d (diff) | |
update crate paths
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 |
