aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32f7
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2023-12-04 13:57:03 +0100
committerGitHub <[email protected]>2023-12-04 13:57:03 +0100
commit2cba879afc01a795881d899e6fe538389c2dfdc4 (patch)
tree78d68263deb961803db489b9aeda279ee81650d0 /examples/stm32f7
parent52fabbfb46bf79abad076ebfae561a1167e5a698 (diff)
parent03325ea81be84a0472fe66d743afb064eed6b904 (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.toml2
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 }
26nb = "1.0.0" 26nb = "1.0.0"
27rand_core = "0.6.3" 27rand_core = "0.6.3"
28critical-section = "1.1" 28critical-section = "1.1"
29embedded-storage = "0.3.0" 29embedded-storage = "0.3.1"
30static_cell = { version = "2", features = ["nightly"]} 30static_cell = { version = "2", features = ["nightly"]}
31 31
32[profile.release] 32[profile.release]