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/stm32f7 | |
| 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/stm32f7')
| -rw-r--r-- | examples/stm32f7/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/stm32f7/Cargo.toml b/examples/stm32f7/Cargo.toml index e029da2c5..2e1f27df5 100644 --- a/examples/stm32f7/Cargo.toml +++ b/examples/stm32f7/Cargo.toml | |||
| @@ -26,7 +26,7 @@ heapless = { version = "0.8", default-features = false } | |||
| 26 | nb = "1.0.0" | 26 | nb = "1.0.0" |
| 27 | rand_core = "0.6.3" | 27 | rand_core = "0.6.3" |
| 28 | critical-section = "1.1" | 28 | critical-section = "1.1" |
| 29 | embedded-storage = "0.3.0" | 29 | embedded-storage = "0.3.1" |
| 30 | static_cell = { version = "2", features = ["nightly"]} | 30 | static_cell = { version = "2", features = ["nightly"]} |
| 31 | 31 | ||
| 32 | [profile.release] | 32 | [profile.release] |
