diff options
| author | Priit Laes <[email protected]> | 2024-02-27 10:35:39 +0200 |
|---|---|---|
| committer | Priit Laes <[email protected]> | 2024-02-27 10:40:10 +0200 |
| commit | 137855418aa0a3596b7469d6c8ad8ffbf4e76584 (patch) | |
| tree | 51d7a017421a6eadc7ff7ec717f6119383c97b50 /embassy-nrf | |
| parent | d5a2b3be58185384fca86391e9e16b219f2711ed (diff) | |
nrf: Bump embedded-storage-async to 0.4.1
Diffstat (limited to 'embassy-nrf')
| -rw-r--r-- | embassy-nrf/Cargo.toml | 2 |
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" | |||
| 146 | rand_core = "0.6.3" | 146 | rand_core = "0.6.3" |
| 147 | fixed = "1.10.0" | 147 | fixed = "1.10.0" |
| 148 | embedded-storage = "0.3.1" | 148 | embedded-storage = "0.3.1" |
| 149 | embedded-storage-async = "0.4.0" | 149 | embedded-storage-async = "0.4.1" |
| 150 | cfg-if = "1.0.0" | 150 | cfg-if = "1.0.0" |
| 151 | document-features = "0.2.7" | 151 | document-features = "0.2.7" |
| 152 | 152 | ||
