aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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