aboutsummaryrefslogtreecommitdiff
path: root/docs/examples/layer-by-layer/blinky-hal/Cargo.toml
diff options
context:
space:
mode:
authorUlf Lilleengen <[email protected]>2025-08-12 18:16:50 +0200
committerUlf Lilleengen <[email protected]>2025-08-12 18:17:41 +0200
commitc4c5167e3d18eafee7726a526093bed2b3d2d119 (patch)
treeae0c4600d02c925c5288d659e55993427ab77e03 /docs/examples/layer-by-layer/blinky-hal/Cargo.toml
parent7672229ffe00189fd2258020f933fab6146889cb (diff)
chore: update metapac and prepare embassy-stm32 0.3.0
Diffstat (limited to 'docs/examples/layer-by-layer/blinky-hal/Cargo.toml')
-rw-r--r--docs/examples/layer-by-layer/blinky-hal/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples/layer-by-layer/blinky-hal/Cargo.toml b/docs/examples/layer-by-layer/blinky-hal/Cargo.toml
index 9a261f804..55795e4e2 100644
--- a/docs/examples/layer-by-layer/blinky-hal/Cargo.toml
+++ b/docs/examples/layer-by-layer/blinky-hal/Cargo.toml
@@ -7,7 +7,7 @@ license = "MIT OR Apache-2.0"
7[dependencies] 7[dependencies]
8cortex-m-rt = "0.7" 8cortex-m-rt = "0.7"
9cortex-m = { version = "0.7", features = ["critical-section-single-core"] } 9cortex-m = { version = "0.7", features = ["critical-section-single-core"] }
10embassy-stm32 = { version = "0.2.0", path = "../../../../embassy-stm32", features = ["stm32l475vg", "memory-x"] } 10embassy-stm32 = { version = "0.3.0", path = "../../../../embassy-stm32", features = ["stm32l475vg", "memory-x"] }
11 11
12defmt = "1.0.1" 12defmt = "1.0.1"
13defmt-rtt = "1.0.0" 13defmt-rtt = "1.0.0"