diff options
| author | Dario Nieuwenhuis <[email protected]> | 2023-12-04 13:47:21 +0100 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2023-12-04 13:48:36 +0100 |
| commit | 03325ea81be84a0472fe66d743afb064eed6b904 (patch) | |
| tree | 78d68263deb961803db489b9aeda279ee81650d0 /examples/nrf5340 | |
| parent | 52fabbfb46bf79abad076ebfae561a1167e5a698 (diff) | |
update embedded-storage{,-async}, remove patch.
Diffstat (limited to 'examples/nrf5340')
| -rw-r--r-- | examples/nrf5340/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/nrf5340/Cargo.toml b/examples/nrf5340/Cargo.toml index b4d71c751..d14678aba 100644 --- a/examples/nrf5340/Cargo.toml +++ b/examples/nrf5340/Cargo.toml | |||
| @@ -23,7 +23,7 @@ cortex-m-rt = "0.7.0" | |||
| 23 | panic-probe = { version = "0.3", features = ["print-defmt"] } | 23 | panic-probe = { version = "0.3", features = ["print-defmt"] } |
| 24 | futures = { version = "0.3.17", default-features = false, features = ["async-await"] } | 24 | futures = { version = "0.3.17", default-features = false, features = ["async-await"] } |
| 25 | rand = { version = "0.8.4", default-features = false } | 25 | rand = { version = "0.8.4", default-features = false } |
| 26 | embedded-storage = "0.3.0" | 26 | embedded-storage = "0.3.1" |
| 27 | usbd-hid = "0.6.0" | 27 | usbd-hid = "0.6.0" |
| 28 | serde = { version = "1.0.136", default-features = false } | 28 | serde = { version = "1.0.136", default-features = false } |
| 29 | 29 | ||
