aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Lazarev <[email protected]>2025-03-24 10:50:25 -0700
committerAnton Lazarev <[email protected]>2025-03-31 12:47:41 -0700
commitd22a7a3a9668d8d163068ffc4f4b4c3478cb5a1c (patch)
tree8fdb1bb1fe53e89bed0beaf367bd10deeb9b34de
parent280d21a6b415a1c856d08d338afd829b41e9b0b8 (diff)
update sdio-host to 0.9
-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 8468436d8..33eb39584 100644
--- a/embassy-stm32/Cargo.toml
+++ b/embassy-stm32/Cargo.toml
@@ -70,7 +70,7 @@ cortex-m-rt = ">=0.6.15,<0.8"
70cortex-m = "0.7.6" 70cortex-m = "0.7.6"
71futures-util = { version = "0.3.30", default-features = false } 71futures-util = { version = "0.3.30", default-features = false }
72rand_core = "0.6.3" 72rand_core = "0.6.3"
73sdio-host = "0.6.0" 73sdio-host = "0.9.0"
74critical-section = "1.1" 74critical-section = "1.1"
75#stm32-metapac = { version = "16" } 75#stm32-metapac = { version = "16" }
76stm32-metapac = { git = "https://github.com/embassy-rs/stm32-data-generated", tag = "stm32-data-4a964af03b298de30ff9f84fcfa890bcab4ce609" } 76stm32-metapac = { git = "https://github.com/embassy-rs/stm32-data-generated", tag = "stm32-data-4a964af03b298de30ff9f84fcfa890bcab4ce609" }