Skip to content

Commit

Permalink
Bump usbd-hid to 0.8
Browse files Browse the repository at this point in the history
Older versions of this package might not build anymore. See the upstream
issue tracker for details. We're prepared to increase our version as of
the previous commit.

I re-tested the mouse example on a 1010EVK.
  • Loading branch information
mciantyre committed Jul 16, 2024
1 parent f282c24 commit 5302e9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ defmt = "0.3"
pin-utils = "0.1"
usb-device = { version = "0.3", features = ["test-class-high-speed"] }
usbd-serial = "0.2"
usbd-hid = "0.7"
usbd-hid = "0.8"

[target.'cfg(all(target_arch = "arm", target_os = "none"))'.dev-dependencies]
board = { path = "board" }
Expand Down

0 comments on commit 5302e9f

Please sign in to comment.