aboutsummaryrefslogtreecommitdiff
path: root/examples/nrf/Cargo.toml
diff options
context:
space:
mode:
authorUlf Lilleengen <[email protected]>2022-02-07 12:35:58 +0100
committerUlf Lilleengen <[email protected]>2022-02-07 12:35:58 +0100
commitf79624c3e64565b57eb18f7fae152fdb50c8bded (patch)
tree02b4b9fc2ff4697d7c149dbf07cd9e9277e60694 /examples/nrf/Cargo.toml
parentd06b0628e06bdf2ff32de26ea041ecf2f082d00a (diff)
Upgrade to embedded-storage 0.3.0
Diffstat (limited to 'examples/nrf/Cargo.toml')
-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"