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/rp | |
| parent | 1ad28581c78c10d34d01f203006791cda18e19ff (diff) | |
update usbd-hid to latest
Signed-off-by: Haobo Gu <[email protected]>
Diffstat (limited to 'examples/rp')
| -rw-r--r-- | examples/rp/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/rp/Cargo.toml b/examples/rp/Cargo.toml index e1092dba4..585349506 100644 --- a/examples/rp/Cargo.toml +++ b/examples/rp/Cargo.toml | |||
| @@ -36,7 +36,7 @@ display-interface = "0.4.1" | |||
| 36 | byte-slice-cast = { version = "1.2.0", default-features = false } | 36 | byte-slice-cast = { version = "1.2.0", default-features = false } |
| 37 | smart-leds = "0.3.0" | 37 | smart-leds = "0.3.0" |
| 38 | heapless = "0.8" | 38 | heapless = "0.8" |
| 39 | usbd-hid = "0.6.1" | 39 | usbd-hid = "0.7.0" |
| 40 | 40 | ||
| 41 | embedded-hal-1 = { package = "embedded-hal", version = "1.0" } | 41 | embedded-hal-1 = { package = "embedded-hal", version = "1.0" } |
| 42 | embedded-hal-async = "1.0" | 42 | embedded-hal-async = "1.0" |
