diff options
| author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2022-02-07 12:14:01 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-02-07 12:14:01 +0000 |
| commit | 965e3c436e491dd90a49e8a79a7f3d76e33d1255 (patch) | |
| tree | 02b4b9fc2ff4697d7c149dbf07cd9e9277e60694 /examples/nrf | |
| parent | d06b0628e06bdf2ff32de26ea041ecf2f082d00a (diff) | |
| parent | f79624c3e64565b57eb18f7fae152fdb50c8bded (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/nrf')
| -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" |
