mirror of
https://github.com/embassy-rs/embassy.git
synced 2024-11-21 22:32:29 +00:00
bump usbd-hid from 0.7.0 to 0.8.1
This commit is contained in:
parent
4472e08bca
commit
2571e0416f
@ -56,5 +56,5 @@ log = { version = "0.4.14", optional = true }
|
||||
heapless = "0.8"
|
||||
|
||||
# for HID
|
||||
usbd-hid = { version = "0.7.0", optional = true }
|
||||
usbd-hid = { version = "0.8.1", optional = true }
|
||||
ssmarshal = { version = "1.0", default-features = false, optional = true }
|
||||
|
@ -44,7 +44,7 @@ display-interface = "0.4.1"
|
||||
byte-slice-cast = { version = "1.2.0", default-features = false }
|
||||
smart-leds = "0.3.0"
|
||||
heapless = "0.8"
|
||||
usbd-hid = "0.7.0"
|
||||
usbd-hid = "0.8.1"
|
||||
|
||||
embedded-hal-1 = { package = "embedded-hal", version = "1.0" }
|
||||
embedded-hal-async = "1.0"
|
||||
|
Loading…
Reference in New Issue
Block a user