diff options
| author | JuliDi <[email protected]> | 2024-07-16 12:26:51 +0200 |
|---|---|---|
| committer | JuliDi <[email protected]> | 2024-07-16 12:26:51 +0200 |
| commit | 2571e0416f5f592cc92f5c72550dcdad6063823b (patch) | |
| tree | ad1b4ec7f340d5da7ae92957683f07471336b5f2 /examples | |
| parent | 4472e08bcaf0adbd5d87d55818a5b3ef3602abb1 (diff) | |
bump usbd-hid from 0.7.0 to 0.8.1
Diffstat (limited to 'examples')
| -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 d06ab5e5a..604112546 100644 --- a/examples/rp/Cargo.toml +++ b/examples/rp/Cargo.toml | |||
| @@ -44,7 +44,7 @@ display-interface = "0.4.1" | |||
| 44 | byte-slice-cast = { version = "1.2.0", default-features = false } | 44 | byte-slice-cast = { version = "1.2.0", default-features = false } |
| 45 | smart-leds = "0.3.0" | 45 | smart-leds = "0.3.0" |
| 46 | heapless = "0.8" | 46 | heapless = "0.8" |
| 47 | usbd-hid = "0.7.0" | 47 | usbd-hid = "0.8.1" |
| 48 | 48 | ||
| 49 | embedded-hal-1 = { package = "embedded-hal", version = "1.0" } | 49 | embedded-hal-1 = { package = "embedded-hal", version = "1.0" } |
| 50 | embedded-hal-async = "1.0" | 50 | embedded-hal-async = "1.0" |
