diff options
| author | Kat <[email protected]> | 2025-10-22 19:26:12 -0600 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-10-22 19:26:12 -0600 |
| commit | 5dac73f15bac10b097f51d941847a28bec36e97f (patch) | |
| tree | 55edd030d2319d68b980182127ca1fda6495ca9b | |
| parent | 51b72a3f5a187b4102ef89f225ff9101742eab40 (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.toml | 2 |
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 | ||
| 183 | vcell = "0.1.3" | 183 | vcell = "0.1.3" |
| 184 | nb = "1.0.0" | 184 | nb = "1.0.0" |
| 185 | stm32-fmc = "0.3.0" | 185 | stm32-fmc = "0.4.0" |
| 186 | cfg-if = "1.0.0" | 186 | cfg-if = "1.0.0" |
| 187 | embedded-io = { version = "0.6.0" } | 187 | embedded-io = { version = "0.6.0" } |
| 188 | embedded-io-async = { version = "0.6.1" } | 188 | embedded-io-async = { version = "0.6.1" } |
