aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32/Cargo.toml
diff options
context:
space:
mode:
authorDion Dokter <[email protected]>2025-11-22 14:12:46 +0100
committerDion Dokter <[email protected]>2025-11-22 14:12:46 +0100
commit2649ba2a49fad0c04e3323d17373707f2eb03097 (patch)
tree4aee291b820ea5e9818a647d70069d0174638493 /embassy-stm32/Cargo.toml
parent992ab2ec63d4ca41045d52f50be487a001023396 (diff)
Update metapack and add all(?) families + v1 support
Diffstat (limited to 'embassy-stm32/Cargo.toml')
-rw-r--r--embassy-stm32/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/embassy-stm32/Cargo.toml b/embassy-stm32/Cargo.toml
index 2f4f2ce51..fbd00895d 100644
--- a/embassy-stm32/Cargo.toml
+++ b/embassy-stm32/Cargo.toml
@@ -200,11 +200,11 @@ aligned = "0.4.1"
200heapless = "0.9.1" 200heapless = "0.9.1"
201 201
202#stm32-metapac = { version = "18" } 202#stm32-metapac = { version = "18" }
203stm32-metapac = { git = "https://github.com/embassy-rs/stm32-data-generated", tag = "stm32-data-b77c8d968f53b18d6bdcd052e354b5070ec2bbc2" } 203stm32-metapac = { git = "https://github.com/embassy-rs/stm32-data-generated", tag = "stm32-data-61abfb115273dc66ed99bf14545779a2aa0722c8" }
204 204
205[build-dependencies] 205[build-dependencies]
206#stm32-metapac = { version = "18", default-features = false, features = ["metadata"]} 206#stm32-metapac = { version = "18", default-features = false, features = ["metadata"]}
207stm32-metapac = { git = "https://github.com/embassy-rs/stm32-data-generated", tag = "stm32-data-b77c8d968f53b18d6bdcd052e354b5070ec2bbc2", default-features = false, features = ["metadata"] } 207stm32-metapac = { git = "https://github.com/embassy-rs/stm32-data-generated", tag = "stm32-data-61abfb115273dc66ed99bf14545779a2aa0722c8", default-features = false, features = ["metadata"] }
208 208
209proc-macro2 = "1.0.36" 209proc-macro2 = "1.0.36"
210quote = "1.0.15" 210quote = "1.0.15"