aboutsummaryrefslogtreecommitdiff
path: root/docs/examples/layer-by-layer/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'docs/examples/layer-by-layer/Cargo.toml')
-rw-r--r--docs/examples/layer-by-layer/Cargo.toml5
1 files changed, 0 insertions, 5 deletions
diff --git a/docs/examples/layer-by-layer/Cargo.toml b/docs/examples/layer-by-layer/Cargo.toml
index 0f233eae5..01666ec6e 100644
--- a/docs/examples/layer-by-layer/Cargo.toml
+++ b/docs/examples/layer-by-layer/Cargo.toml
@@ -3,14 +3,9 @@ resolver = "2"
3members = [ 3members = [
4 "blinky-pac", 4 "blinky-pac",
5 "blinky-hal", 5 "blinky-hal",
6 "blinky-irq",
7 "blinky-async", 6 "blinky-async",
8] 7]
9 8
10[patch.crates-io]
11embassy-executor = { path = "../../../embassy-executor" }
12embassy-stm32 = { path = "../../../embassy-stm32" }
13
14[profile.release] 9[profile.release]
15codegen-units = 1 10codegen-units = 1
16debug = 2 11debug = 2