diff options
| author | Dario Nieuwenhuis <[email protected]> | 2023-12-04 13:47:21 +0100 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2023-12-04 13:48:36 +0100 |
| commit | 03325ea81be84a0472fe66d743afb064eed6b904 (patch) | |
| tree | 78d68263deb961803db489b9aeda279ee81650d0 /examples/stm32f3 | |
| parent | 52fabbfb46bf79abad076ebfae561a1167e5a698 (diff) | |
update embedded-storage{,-async}, remove patch.
Diffstat (limited to 'examples/stm32f3')
| -rw-r--r-- | examples/stm32f3/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/stm32f3/Cargo.toml b/examples/stm32f3/Cargo.toml index ad6b8ef43..fe852387e 100644 --- a/examples/stm32f3/Cargo.toml +++ b/examples/stm32f3/Cargo.toml | |||
| @@ -23,7 +23,7 @@ panic-probe = { version = "0.3", features = ["print-defmt"] } | |||
| 23 | futures = { version = "0.3.17", default-features = false, features = ["async-await"] } | 23 | futures = { version = "0.3.17", default-features = false, features = ["async-await"] } |
| 24 | heapless = { version = "0.8", default-features = false } | 24 | heapless = { version = "0.8", default-features = false } |
| 25 | nb = "1.0.0" | 25 | nb = "1.0.0" |
| 26 | embedded-storage = "0.3.0" | 26 | embedded-storage = "0.3.1" |
| 27 | static_cell = { version = "2", features = ["nightly"]} | 27 | static_cell = { version = "2", features = ["nightly"]} |
| 28 | 28 | ||
| 29 | [profile.release] | 29 | [profile.release] |
