diff options
| author | Dario Nieuwenhuis <[email protected]> | 2023-12-04 13:57:03 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-12-04 13:57:03 +0100 |
| commit | 2cba879afc01a795881d899e6fe538389c2dfdc4 (patch) | |
| tree | 78d68263deb961803db489b9aeda279ee81650d0 /examples/stm32f4 | |
| parent | 52fabbfb46bf79abad076ebfae561a1167e5a698 (diff) | |
| parent | 03325ea81be84a0472fe66d743afb064eed6b904 (diff) | |
Merge pull request #2247 from embassy-rs/update-embedded-storage
update embedded-storage{,-async}, remove patch.
Diffstat (limited to 'examples/stm32f4')
| -rw-r--r-- | examples/stm32f4/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/stm32f4/Cargo.toml b/examples/stm32f4/Cargo.toml index 1e85371e3..947805c44 100644 --- a/examples/stm32f4/Cargo.toml +++ b/examples/stm32f4/Cargo.toml | |||
| @@ -25,7 +25,7 @@ panic-probe = { version = "0.3", features = ["print-defmt"] } | |||
| 25 | futures = { version = "0.3.17", default-features = false, features = ["async-await"] } | 25 | futures = { version = "0.3.17", default-features = false, features = ["async-await"] } |
| 26 | heapless = { version = "0.8", default-features = false } | 26 | heapless = { version = "0.8", default-features = false } |
| 27 | nb = "1.0.0" | 27 | nb = "1.0.0" |
| 28 | embedded-storage = "0.3.0" | 28 | embedded-storage = "0.3.1" |
| 29 | micromath = "2.0.0" | 29 | micromath = "2.0.0" |
| 30 | static_cell = { version = "2", features = ["nightly"]} | 30 | static_cell = { version = "2", features = ["nightly"]} |
| 31 | chrono = { version = "^0.4", default-features = false} | 31 | chrono = { version = "^0.4", default-features = false} |
