aboutsummaryrefslogtreecommitdiff
path: root/docs/examples/layer-by-layer/Cargo.toml
diff options
context:
space:
mode:
authorUlf Lilleengen <[email protected]>2024-05-20 20:20:48 +0200
committerUlf Lilleengen <[email protected]>2024-05-21 10:05:21 +0200
commitbb9c687a39c0675bd622f612a645b16229cb9024 (patch)
tree8dd446c12202d5e242ba287f54cdf737ef29bd96 /docs/examples/layer-by-layer/Cargo.toml
parent06218f9536ef7e64e2e072f9578592d27028f99d (diff)
update crate paths
Diffstat (limited to 'docs/examples/layer-by-layer/Cargo.toml')
-rw-r--r--docs/examples/layer-by-layer/Cargo.toml4
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]
11embassy-executor = { path = "../../../../../embassy-executor" } 11embassy-executor = { path = "../../../embassy-executor" }
12embassy-stm32 = { path = "../../../../../embassy-stm32" } 12embassy-stm32 = { path = "../../../embassy-stm32" }
13 13
14[profile.release] 14[profile.release]
15codegen-units = 1 15codegen-units = 1