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 5a983b8de..22b19d304 100644
--- a/examples/stm32h742/Cargo.toml
+++ b/examples/stm32h742/Cargo.toml
@@ -6,7 +6,7 @@ license = "MIT OR Apache-2.0"
6 6
7[dependencies] 7[dependencies]
8# Change stm32f777zi to your chip name, if necessary. 8# Change stm32f777zi to your chip name, if necessary.
9embassy-stm32 = { version = "0.2.0", path = "../../embassy-stm32", features = [ 9embassy-stm32 = { version = "0.3.0", path = "../../embassy-stm32", features = [
10 "defmt", 10 "defmt",
11 "stm32h742vi", 11 "stm32h742vi",
12 "memory-x", 12 "memory-x",