aboutsummaryrefslogtreecommitdiff
path: root/embassy-nrf
diff options
context:
space:
mode:
authorPriit Laes <[email protected]>2024-02-27 10:35:39 +0200
committerPriit Laes <[email protected]>2024-02-27 10:40:10 +0200
commit137855418aa0a3596b7469d6c8ad8ffbf4e76584 (patch)
tree51d7a017421a6eadc7ff7ec717f6119383c97b50 /embassy-nrf
parentd5a2b3be58185384fca86391e9e16b219f2711ed (diff)
nrf: Bump embedded-storage-async to 0.4.1
Diffstat (limited to 'embassy-nrf')
-rw-r--r--embassy-nrf/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-nrf/Cargo.toml b/embassy-nrf/Cargo.toml
index 7e161df9b..0045d9f97 100644
--- a/embassy-nrf/Cargo.toml
+++ b/embassy-nrf/Cargo.toml
@@ -146,7 +146,7 @@ critical-section = "1.1"
146rand_core = "0.6.3" 146rand_core = "0.6.3"
147fixed = "1.10.0" 147fixed = "1.10.0"
148embedded-storage = "0.3.1" 148embedded-storage = "0.3.1"
149embedded-storage-async = "0.4.0" 149embedded-storage-async = "0.4.1"
150cfg-if = "1.0.0" 150cfg-if = "1.0.0"
151document-features = "0.2.7" 151document-features = "0.2.7"
152 152