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

@ -100,7 +100,7 @@ critical-section = "1.1"
rand_core = "0.6.3"
fixed = "1.10.0"
embedded-storage = "0.3.0"
embedded-storage-async = { version = "0.3.0", optional = true }
embedded-storage-async = { version = "0.4.0", optional = true }
cfg-if = "1.0.0"
nrf52805-pac = { version = "0.12.0", optional = true, features = [ "rt" ] }