diff options
| author | xoviat <[email protected]> | 2025-11-09 17:24:56 -0600 |
|---|---|---|
| committer | xoviat <[email protected]> | 2025-11-09 17:24:56 -0600 |
| commit | 0df07c14b649c122cd639d7bb5f00ecc99ca1a5c (patch) | |
| tree | 4fbc86b2bc18926fa0a0a1113c3863a1a312b288 /examples/stm32h7b0 | |
| parent | fb5a510d0d0f455f34c971db05c6a7044be85371 (diff) | |
update stm32-fmc
Diffstat (limited to 'examples/stm32h7b0')
| -rw-r--r-- | examples/stm32h7b0/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/stm32h7b0/Cargo.toml b/examples/stm32h7b0/Cargo.toml index 4cd7b84e5..0509d394d 100644 --- a/examples/stm32h7b0/Cargo.toml +++ b/examples/stm32h7b0/Cargo.toml | |||
| @@ -29,7 +29,7 @@ panic-probe = { version = "1.0.0", features = ["print-defmt"] } | |||
| 29 | heapless = { version = "0.8", default-features = false } | 29 | heapless = { version = "0.8", default-features = false } |
| 30 | critical-section = "1.1" | 30 | critical-section = "1.1" |
| 31 | micromath = "2.0.0" | 31 | micromath = "2.0.0" |
| 32 | stm32-fmc = "0.3.0" | 32 | stm32-fmc = "0.4.0" |
| 33 | embedded-storage = "0.3.1" | 33 | embedded-storage = "0.3.1" |
| 34 | static_cell = "2" | 34 | static_cell = "2" |
| 35 | chrono = { version = "^0.4", default-features = false } | 35 | chrono = { version = "^0.4", default-features = false } |
