diff options
| author | Anton Lazarev <[email protected]> | 2025-03-24 10:50:25 -0700 |
|---|---|---|
| committer | Anton Lazarev <[email protected]> | 2025-03-31 12:47:41 -0700 |
| commit | d22a7a3a9668d8d163068ffc4f4b4c3478cb5a1c (patch) | |
| tree | 8fdb1bb1fe53e89bed0beaf367bd10deeb9b34de | |
| parent | 280d21a6b415a1c856d08d338afd829b41e9b0b8 (diff) | |
update sdio-host to 0.9
| -rw-r--r-- | embassy-stm32/Cargo.toml | 2 |
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" | |||
| 70 | cortex-m = "0.7.6" | 70 | cortex-m = "0.7.6" |
| 71 | futures-util = { version = "0.3.30", default-features = false } | 71 | futures-util = { version = "0.3.30", default-features = false } |
| 72 | rand_core = "0.6.3" | 72 | rand_core = "0.6.3" |
| 73 | sdio-host = "0.6.0" | 73 | sdio-host = "0.9.0" |
| 74 | critical-section = "1.1" | 74 | critical-section = "1.1" |
| 75 | #stm32-metapac = { version = "16" } | 75 | #stm32-metapac = { version = "16" } |
| 76 | stm32-metapac = { git = "https://github.com/embassy-rs/stm32-data-generated", tag = "stm32-data-4a964af03b298de30ff9f84fcfa890bcab4ce609" } | 76 | stm32-metapac = { git = "https://github.com/embassy-rs/stm32-data-generated", tag = "stm32-data-4a964af03b298de30ff9f84fcfa890bcab4ce609" } |
