diff options
| author | Alex Martens <[email protected]> | 2022-09-04 10:00:02 -0700 |
|---|---|---|
| committer | Alex Martens <[email protected]> | 2022-09-04 10:00:02 -0700 |
| commit | f66f20b1ce07e222d7419f856510b91d105cea3e (patch) | |
| tree | 46930fa87598ce70053213164b7daab887af752d /examples/nrf | |
| parent | 6264fe39a563b77e5a8fd873e7d29841af3b3c73 (diff) | |
usbd-hid: 0.5.2 -> 0.6.0
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 b0190acc8..dbc659cda 100644 --- a/examples/nrf/Cargo.toml +++ b/examples/nrf/Cargo.toml | |||
| @@ -30,5 +30,5 @@ panic-probe = { version = "0.3", features = ["print-defmt"] } | |||
| 30 | futures = { version = "0.3.17", default-features = false, features = ["async-await"] } | 30 | futures = { version = "0.3.17", default-features = false, features = ["async-await"] } |
| 31 | rand = { version = "0.8.4", default-features = false } | 31 | rand = { version = "0.8.4", default-features = false } |
| 32 | embedded-storage = "0.3.0" | 32 | embedded-storage = "0.3.0" |
| 33 | usbd-hid = "0.5.2" | 33 | usbd-hid = "0.6.0" |
| 34 | serde = { version = "1.0.136", default-features = false } | 34 | serde = { version = "1.0.136", default-features = false } |
