diff options
| author | Tobias Breitwieser <[email protected]> | 2023-09-14 14:07:15 +0200 |
|---|---|---|
| committer | Tobias Breitwieser <[email protected]> | 2023-09-14 14:07:15 +0200 |
| commit | dcd1a91966fab1c02f8d66abc2be6e6259b1cc6b (patch) | |
| tree | 5c309bcdddea846a7a871c9286d5aa9fa89d5401 /examples | |
| parent | 9c647dd0e8af6ab832133a7d91765a30a9386e5e (diff) | |
stm32: bump fmc version
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/stm32h5/Cargo.toml | 2 | ||||
| -rw-r--r-- | examples/stm32h7/Cargo.toml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/stm32h5/Cargo.toml b/examples/stm32h5/Cargo.toml index d4b7d18c1..05aacb618 100644 --- a/examples/stm32h5/Cargo.toml +++ b/examples/stm32h5/Cargo.toml | |||
| @@ -29,7 +29,7 @@ heapless = { version = "0.7.5", default-features = false } | |||
| 29 | rand_core = "0.6.3" | 29 | rand_core = "0.6.3" |
| 30 | critical-section = "1.1" | 30 | critical-section = "1.1" |
| 31 | micromath = "2.0.0" | 31 | micromath = "2.0.0" |
| 32 | stm32-fmc = "0.2.4" | 32 | stm32-fmc = "0.3.0" |
| 33 | embedded-storage = "0.3.0" | 33 | embedded-storage = "0.3.0" |
| 34 | static_cell = { version = "1.1", features = ["nightly"]} | 34 | static_cell = { version = "1.1", features = ["nightly"]} |
| 35 | 35 | ||
diff --git a/examples/stm32h7/Cargo.toml b/examples/stm32h7/Cargo.toml index eda04e449..6c4da09be 100644 --- a/examples/stm32h7/Cargo.toml +++ b/examples/stm32h7/Cargo.toml | |||
| @@ -29,7 +29,7 @@ heapless = { version = "0.7.5", default-features = false } | |||
| 29 | rand_core = "0.6.3" | 29 | rand_core = "0.6.3" |
| 30 | critical-section = "1.1" | 30 | critical-section = "1.1" |
| 31 | micromath = "2.0.0" | 31 | micromath = "2.0.0" |
| 32 | stm32-fmc = "0.2.4" | 32 | stm32-fmc = "0.3.0" |
| 33 | embedded-storage = "0.3.0" | 33 | embedded-storage = "0.3.0" |
| 34 | static_cell = { version = "1.1", features = ["nightly"]} | 34 | static_cell = { version = "1.1", features = ["nightly"]} |
| 35 | 35 | ||
