aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32h742/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/stm32h742/Cargo.toml')
-rw-r--r--examples/stm32h742/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/stm32h742/Cargo.toml b/examples/stm32h742/Cargo.toml
index efa71e144..5a983b8de 100644
--- a/examples/stm32h742/Cargo.toml
+++ b/examples/stm32h742/Cargo.toml
@@ -17,7 +17,7 @@ embassy-stm32 = { version = "0.2.0", path = "../../embassy-stm32", features = [
17embassy-sync = { version = "0.7.0", path = "../../embassy-sync", features = [ 17embassy-sync = { version = "0.7.0", path = "../../embassy-sync", features = [
18 "defmt", 18 "defmt",
19] } 19] }
20embassy-executor = { version = "0.7.0", path = "../../embassy-executor", features = [ 20embassy-executor = { version = "0.8.0", path = "../../embassy-executor", features = [
21 "arch-cortex-m", 21 "arch-cortex-m",
22 "executor-thread", 22 "executor-thread",
23 "defmt", 23 "defmt",