aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32/Cargo.toml
diff options
context:
space:
mode:
authorxoviat <[email protected]>2025-11-11 09:01:09 -0600
committerxoviat <[email protected]>2025-11-11 09:01:09 -0600
commit16f2aaca61df2e708e78a12051365034281c95a4 (patch)
tree34698e6cf291967da21f27ce8fe125e736dca686 /embassy-stm32/Cargo.toml
parent3d1f09597335d3681699ba09a77da4b39ed984fd (diff)
adc: impl. differential channels
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 108321d0a..86c995ec2 100644
--- a/embassy-stm32/Cargo.toml
+++ b/embassy-stm32/Cargo.toml
@@ -197,11 +197,11 @@ aligned = "0.4.1"
197heapless = "0.9.1" 197heapless = "0.9.1"
198 198
199#stm32-metapac = { version = "18" } 199#stm32-metapac = { version = "18" }
200stm32-metapac = { git = "https://github.com/embassy-rs/stm32-data-generated", tag = "stm32-data-22374e3344a2c9150b9b3d4da45c03f398fdc54e" } 200stm32-metapac = { git = "https://github.com/embassy-rs/stm32-data-generated", tag = "stm32-data-b77c8d968f53b18d6bdcd052e354b5070ec2bbc2" }
201 201
202[build-dependencies] 202[build-dependencies]
203#stm32-metapac = { version = "18", default-features = false, features = ["metadata"]} 203#stm32-metapac = { version = "18", default-features = false, features = ["metadata"]}
204stm32-metapac = { git = "https://github.com/embassy-rs/stm32-data-generated", tag = "stm32-data-22374e3344a2c9150b9b3d4da45c03f398fdc54e", default-features = false, features = ["metadata"] } 204stm32-metapac = { git = "https://github.com/embassy-rs/stm32-data-generated", tag = "stm32-data-b77c8d968f53b18d6bdcd052e354b5070ec2bbc2", default-features = false, features = ["metadata"] }
205 205
206proc-macro2 = "1.0.36" 206proc-macro2 = "1.0.36"
207quote = "1.0.15" 207quote = "1.0.15"