aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32f469/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/stm32f469/Cargo.toml')
-rw-r--r--examples/stm32f469/Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/stm32f469/Cargo.toml b/examples/stm32f469/Cargo.toml
index 612081242..f1d0e411a 100644
--- a/examples/stm32f469/Cargo.toml
+++ b/examples/stm32f469/Cargo.toml
@@ -7,9 +7,9 @@ publish = false
7 7
8[dependencies] 8[dependencies]
9# Specific examples only for stm32f469 9# Specific examples only for stm32f469
10embassy-stm32 = { version = "0.3.0", path = "../../embassy-stm32", features = ["defmt", "stm32f469ni", "unstable-pac", "memory-x", "time-driver-any", "exti", "chrono"] } 10embassy-stm32 = { version = "0.4.0", path = "../../embassy-stm32", features = ["defmt", "stm32f469ni", "unstable-pac", "memory-x", "time-driver-any", "exti", "chrono"] }
11embassy-executor = { version = "0.8.0", path = "../../embassy-executor", features = ["arch-cortex-m", "executor-thread", "executor-interrupt", "defmt"] } 11embassy-executor = { version = "0.9.0", path = "../../embassy-executor", features = ["arch-cortex-m", "executor-thread", "executor-interrupt", "defmt"] }
12embassy-time = { version = "0.4.0", path = "../../embassy-time", features = ["defmt", "defmt-timestamp-uptime", "tick-hz-32_768"] } 12embassy-time = { version = "0.5.0", path = "../../embassy-time", features = ["defmt", "defmt-timestamp-uptime", "tick-hz-32_768"] }
13 13
14defmt = "1.0.1" 14defmt = "1.0.1"
15defmt-rtt = "1.0.0" 15defmt-rtt = "1.0.0"