aboutsummaryrefslogtreecommitdiff
path: root/examples/boot/application/stm32h7
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2023-04-13 23:03:21 +0200
committerDario Nieuwenhuis <[email protected]>2023-04-13 23:40:49 +0200
commit577f060d249ba048b260309f5d065dfc84e0be65 (patch)
treedf3490e27cd3c4c7e53d8414a77c163fe0aa93ba /examples/boot/application/stm32h7
parent5a03b2e9e802626127038cff5634795f576f1c69 (diff)
Release embassy-sync v0.2.0
Diffstat (limited to 'examples/boot/application/stm32h7')
-rw-r--r--examples/boot/application/stm32h7/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/boot/application/stm32h7/Cargo.toml b/examples/boot/application/stm32h7/Cargo.toml
index 898b9a47e..ea6b905a4 100644
--- a/examples/boot/application/stm32h7/Cargo.toml
+++ b/examples/boot/application/stm32h7/Cargo.toml
@@ -5,7 +5,7 @@ version = "0.1.0"
5license = "MIT OR Apache-2.0" 5license = "MIT OR Apache-2.0"
6 6
7[dependencies] 7[dependencies]
8embassy-sync = { version = "0.1.0", path = "../../../../embassy-sync" } 8embassy-sync = { version = "0.2.0", path = "../../../../embassy-sync" }
9embassy-executor = { version = "0.1.0", path = "../../../../embassy-executor", features = ["arch-cortex-m", "executor-thread", "nightly", "integrated-timers"] } 9embassy-executor = { version = "0.1.0", path = "../../../../embassy-executor", features = ["arch-cortex-m", "executor-thread", "nightly", "integrated-timers"] }
10embassy-time = { version = "0.1.0", path = "../../../../embassy-time", features = ["nightly", "tick-hz-32_768"] } 10embassy-time = { version = "0.1.0", path = "../../../../embassy-time", features = ["nightly", "tick-hz-32_768"] }
11embassy-stm32 = { version = "0.1.0", path = "../../../../embassy-stm32", features = ["unstable-traits", "nightly", "stm32h743zi", "time-driver-any", "exti"] } 11embassy-stm32 = { version = "0.1.0", path = "../../../../embassy-stm32", features = ["unstable-traits", "nightly", "stm32h743zi", "time-driver-any", "exti"] }