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 /embassy-usb/Cargo.toml | |
| parent | 5ffb3698541674d57fddb22044ac0f06397c6113 (diff) | |
chore: bump usbd-hid version
Signed-off-by: Haobo Gu <[email protected]>
Diffstat (limited to 'embassy-usb/Cargo.toml')
| -rw-r--r-- | embassy-usb/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-usb/Cargo.toml b/embassy-usb/Cargo.toml index aeb7392f1..3d1e005e4 100644 --- a/embassy-usb/Cargo.toml +++ b/embassy-usb/Cargo.toml | |||
| @@ -69,5 +69,5 @@ heapless = "0.8" | |||
| 69 | embedded-io-async = "0.6.1" | 69 | embedded-io-async = "0.6.1" |
| 70 | 70 | ||
| 71 | # for HID | 71 | # for HID |
| 72 | usbd-hid = { version = "0.8.1", optional = true } | 72 | usbd-hid = { version = "0.9.0", optional = true } |
| 73 | ssmarshal = { version = "1.0", default-features = false, optional = true } | 73 | ssmarshal = { version = "1.0", default-features = false, optional = true } |
