update embedded-storage{,-async}, remove patch.

This commit is contained in:
Dario Nieuwenhuis
2023-12-04 13:47:21 +01:00
parent 52fabbfb46
commit 03325ea81b
25 changed files with 30 additions and 33 deletions

View File

@ -14,7 +14,7 @@ embassy-boot-stm32 = { path = "../../../../embassy-boot/stm32" }
cortex-m = { version = "0.7.6", features = ["inline-asm", "critical-section-single-core"] }
embassy-sync = { version = "0.4.0", path = "../../../../embassy-sync" }
cortex-m-rt = { version = "0.7" }
embedded-storage = "0.3.0"
embedded-storage = "0.3.1"
embedded-storage-async = "0.4.0"
cfg-if = "1.0.0"