aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2022-02-07 12:14:01 +0000
committerGitHub <[email protected]>2022-02-07 12:14:01 +0000
commit965e3c436e491dd90a49e8a79a7f3d76e33d1255 (patch)
tree02b4b9fc2ff4697d7c149dbf07cd9e9277e60694 /examples
parentd06b0628e06bdf2ff32de26ea041ecf2f082d00a (diff)
parentf79624c3e64565b57eb18f7fae152fdb50c8bded (diff)
Merge #598
598: Upgrade to embedded-storage 0.3.0 r=lulf a=lulf Co-authored-by: Ulf Lilleengen <[email protected]>
Diffstat (limited to 'examples')
-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"