Update Rust crate usbd-hid to 0.8.0
Some checks failed
Gavania Merge Build / build (pull_request) Failing after 39m32s

This commit is contained in:
hodasemi 2024-07-26 06:54:47 +02:00
parent c1ac967758
commit f6ec2fd647

View file

@ -14,7 +14,7 @@ embassy-futures = { version = "0.1.0", git = "https://github.com/embassy-rs/emba
numtoa = "0.2.4"
usbd-hid = "0.6.1"
usbd-hid = "0.8.0"
defmt-rtt = "0.4"
cortex-m = { version = "0.7.7" }