aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKat <[email protected]>2025-10-22 19:26:12 -0600
committerGitHub <[email protected]>2025-10-22 19:26:12 -0600
commit5dac73f15bac10b097f51d941847a28bec36e97f (patch)
tree55edd030d2319d68b980182127ca1fda6495ca9b
parent51b72a3f5a187b4102ef89f225ff9101742eab40 (diff)
update stm32-fmc dependency version to 0.4.0
Fixes incompatibility issues using other libraries that rely on stm32-fmc 0.4.0
-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 7c243b350..23e8a49d9 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" }