Update Rust crate usb-device to 0.3.2
Some checks failed
Gavania Merge Build / build (pull_request) Failing after 6m0s
Some checks failed
Gavania Merge Build / build (pull_request) Failing after 6m0s
This commit is contained in:
parent
1e3e8ee558
commit
9938a006cd
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ cortex-m-rt = "0.7.3"
|
||||||
rp-pico = "0.7.0"
|
rp-pico = "0.7.0"
|
||||||
panic-halt = "0.2.0"
|
panic-halt = "0.2.0"
|
||||||
defmt = "0.3.5"
|
defmt = "0.3.5"
|
||||||
usb-device = "0.2.9"
|
usb-device = "0.3.2"
|
||||||
usbd-hid = "0.6.1"
|
usbd-hid = "0.6.1"
|
||||||
critical-section = "1.1.2"
|
critical-section = "1.1.2"
|
||||||
embedded-hal = "0.2.7"
|
embedded-hal = "0.2.7"
|
||||||
|
|
Loading…
Reference in a new issue