diff options
| author | Ulf Lilleengen <[email protected]> | 2022-02-07 12:35:58 +0100 |
|---|---|---|
| committer | Ulf Lilleengen <[email protected]> | 2022-02-07 12:35:58 +0100 |
| commit | f79624c3e64565b57eb18f7fae152fdb50c8bded (patch) | |
| tree | 02b4b9fc2ff4697d7c149dbf07cd9e9277e60694 /examples | |
| parent | d06b0628e06bdf2ff32de26ea041ecf2f082d00a (diff) | |
Upgrade to embedded-storage 0.3.0
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/nrf/Cargo.toml | 2 |
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" | |||
| 17 | panic-probe = { version = "0.3", features = ["print-defmt"] } | 17 | panic-probe = { version = "0.3", features = ["print-defmt"] } |
| 18 | futures = { version = "0.3.17", default-features = false, features = ["async-await"] } | 18 | futures = { version = "0.3.17", default-features = false, features = ["async-await"] } |
| 19 | rand = { version = "0.8.4", default-features = false } | 19 | rand = { version = "0.8.4", default-features = false } |
| 20 | embedded-storage = "0.2.0" | 20 | embedded-storage = "0.3.0" |
| 21 | 21 | ||
| 22 | usb-device = "0.2" | 22 | usb-device = "0.2" |
| 23 | usbd-serial = "0.1.1" | 23 | usbd-serial = "0.1.1" |
