aboutsummaryrefslogtreecommitdiff
path: root/examples/nrf
diff options
context:
space:
mode:
Diffstat (limited to 'examples/nrf')
-rw-r--r--examples/nrf/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/nrf/Cargo.toml b/examples/nrf/Cargo.toml
index eb1872d45..da16bcbaf 100644
--- a/examples/nrf/Cargo.toml
+++ b/examples/nrf/Cargo.toml
@@ -17,7 +17,7 @@ cortex-m-rt = "0.7.0"
17panic-probe = { version = "0.3", features = ["print-defmt"] } 17panic-probe = { version = "0.3", features = ["print-defmt"] }
18futures = { version = "0.3.17", default-features = false, features = ["async-await"] } 18futures = { version = "0.3.17", default-features = false, features = ["async-await"] }
19rand = { version = "0.8.4", default-features = false } 19rand = { version = "0.8.4", default-features = false }
20embedded-storage = "0.2.0" 20embedded-storage = "0.3.0"
21 21
22usb-device = "0.2" 22usb-device = "0.2"
23usbd-serial = "0.1.1" 23usbd-serial = "0.1.1"