aboutsummaryrefslogtreecommitdiff
path: root/docs/examples/layer-by-layer/Cargo.toml
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2025-01-15 02:09:24 +0100
committerDario Nieuwenhuis <[email protected]>2025-01-15 02:15:30 +0100
commit2fab8d0b9ba8eecc40b76c00fab19abf0426a8ff (patch)
tree77e783e5626db5204639bd42ea938441294726b8 /docs/examples/layer-by-layer/Cargo.toml
parent4d9b2798fa807052a0d2fb49d50232ecd05d4a4c (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.toml4
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]
11embassy-executor = { path = "../../../embassy-executor" }
12embassy-stm32 = { path = "../../../embassy-stm32" }
13
14[profile.release] 10[profile.release]
15codegen-units = 1 11codegen-units = 1
16debug = 2 12debug = 2