aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32/Cargo.toml
diff options
context:
space:
mode:
authorxoviat <[email protected]>2025-11-09 17:24:56 -0600
committerxoviat <[email protected]>2025-11-09 17:24:56 -0600
commit0df07c14b649c122cd639d7bb5f00ecc99ca1a5c (patch)
tree4fbc86b2bc18926fa0a0a1113c3863a1a312b288 /embassy-stm32/Cargo.toml
parentfb5a510d0d0f455f34c971db05c6a7044be85371 (diff)
update stm32-fmc
Diffstat (limited to 'embassy-stm32/Cargo.toml')
-rw-r--r--embassy-stm32/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-stm32/Cargo.toml b/embassy-stm32/Cargo.toml
index 7c64c3e17..a20316842 100644
--- a/embassy-stm32/Cargo.toml
+++ b/embassy-stm32/Cargo.toml
@@ -182,7 +182,7 @@ stm32-metapac = { git = "https://github.com/embassy-rs/stm32-data-generated", ta
182 182
183vcell = "0.1.3" 183vcell = "0.1.3"
184nb = "1.0.0" 184nb = "1.0.0"
185stm32-fmc = "0.3.0" 185stm32-fmc = "0.4.0"
186cfg-if = "1.0.0" 186cfg-if = "1.0.0"
187embedded-io = { version = "0.6.0" } 187embedded-io = { version = "0.6.0" }
188embedded-io-async = { version = "0.6.1" } 188embedded-io-async = { version = "0.6.1" }