diff options
| author | Haobo Gu <[email protected]> | 2024-02-26 17:28:29 +0800 |
|---|---|---|
| committer | Haobo Gu <[email protected]> | 2024-02-26 17:28:29 +0800 |
| commit | a0afd378f4f3bb0032a1f845c2883334b433dd79 (patch) | |
| tree | e9561a70f79099df9651a42b2dae806df40025f2 /examples/nrf5340/Cargo.toml | |
| parent | 1ad28581c78c10d34d01f203006791cda18e19ff (diff) | |
update usbd-hid to latest
Signed-off-by: Haobo Gu <[email protected]>
Diffstat (limited to 'examples/nrf5340/Cargo.toml')
| -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 56b9c8018..24aa560d5 100644 --- a/examples/nrf5340/Cargo.toml +++ b/examples/nrf5340/Cargo.toml | |||
| @@ -24,7 +24,7 @@ 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.1" | 26 | embedded-storage = "0.3.1" |
| 27 | usbd-hid = "0.6.0" | 27 | usbd-hid = "0.7.0" |
| 28 | serde = { version = "1.0.136", default-features = false } | 28 | serde = { version = "1.0.136", default-features = false } |
| 29 | 29 | ||
| 30 | [profile.release] | 30 | [profile.release] |
