diff options
| author | Haobo Gu <[email protected]> | 2025-11-25 11:18:01 +0800 |
|---|---|---|
| committer | Haobo Gu <[email protected]> | 2025-11-25 11:18:01 +0800 |
| commit | 6f2ad3b696936ff2a3995fda3c8aee5728bd8f53 (patch) | |
| tree | c21c576990819ee218334d2c1b94f3983b61eaa0 /examples/nrf52840 | |
| parent | 5ffb3698541674d57fddb22044ac0f06397c6113 (diff) | |
chore: bump usbd-hid version
Signed-off-by: Haobo Gu <[email protected]>
Diffstat (limited to 'examples/nrf52840')
| -rw-r--r-- | examples/nrf52840/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/nrf52840/Cargo.toml b/examples/nrf52840/Cargo.toml index a026d6352..1fe3d2419 100644 --- a/examples/nrf52840/Cargo.toml +++ b/examples/nrf52840/Cargo.toml | |||
| @@ -28,7 +28,7 @@ cortex-m-rt = "0.7.0" | |||
| 28 | panic-probe = { version = "1.0.0", features = ["print-defmt"] } | 28 | panic-probe = { version = "1.0.0", features = ["print-defmt"] } |
| 29 | rand = { version = "0.9.0", default-features = false } | 29 | rand = { version = "0.9.0", default-features = false } |
| 30 | embedded-storage = "0.3.1" | 30 | embedded-storage = "0.3.1" |
| 31 | usbd-hid = "0.8.1" | 31 | usbd-hid = "0.9.0" |
| 32 | serde = { version = "1.0.136", default-features = false } | 32 | serde = { version = "1.0.136", default-features = false } |
| 33 | embedded-hal = { version = "1.0" } | 33 | embedded-hal = { version = "1.0" } |
| 34 | embedded-hal-async = { version = "1.0" } | 34 | embedded-hal-async = { version = "1.0" } |
