aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32f334
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2023-12-04 13:47:21 +0100
committerDario Nieuwenhuis <[email protected]>2023-12-04 13:48:36 +0100
commit03325ea81be84a0472fe66d743afb064eed6b904 (patch)
tree78d68263deb961803db489b9aeda279ee81650d0 /examples/stm32f334
parent52fabbfb46bf79abad076ebfae561a1167e5a698 (diff)
update embedded-storage{,-async}, remove patch.
Diffstat (limited to 'examples/stm32f334')
-rw-r--r--examples/stm32f334/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/stm32f334/Cargo.toml b/examples/stm32f334/Cargo.toml
index 5cdcabfbf..ad9060a2b 100644
--- a/examples/stm32f334/Cargo.toml
+++ b/examples/stm32f334/Cargo.toml
@@ -22,5 +22,5 @@ panic-probe = { version = "0.3", features = ["print-defmt"] }
22futures = { version = "0.3.17", default-features = false, features = ["async-await"] } 22futures = { version = "0.3.17", default-features = false, features = ["async-await"] }
23heapless = { version = "0.8", default-features = false } 23heapless = { version = "0.8", default-features = false }
24nb = "1.0.0" 24nb = "1.0.0"
25embedded-storage = "0.3.0" 25embedded-storage = "0.3.1"
26static_cell = { version = "2", features = ["nightly"]} 26static_cell = { version = "2", features = ["nightly"]}