Bump embedded-storage-async to 0.4

This commit is contained in:
Mehmet Ali Anil
2023-03-06 22:08:47 +01:00
parent 2209bef4f2
commit bc0cb43307
11 changed files with 26 additions and 37 deletions

View File

@ -22,7 +22,7 @@ embassy-boot = { path = "../boot", default-features = false }
cortex-m = { version = "0.7.6" }
cortex-m-rt = { version = "0.7" }
embedded-storage = "0.3.0"
embedded-storage-async = "0.3.0"
embedded-storage-async = "0.4.0"
cfg-if = "1.0.0"
nrf-softdevice-mbr = { version = "0.1.0", git = "https://github.com/embassy-rs/nrf-softdevice.git", branch = "master", optional = true }