Skip to content

Commit 2126fc1

Browse files
committed
Update to latest usbd-hid too
1 parent 2af776f commit 2126fc1

File tree

3 files changed

+75
-98
lines changed

3 files changed

+75
-98
lines changed

rtic_v0.5/stm32f0_hid_mouse/Cargo.lock

Lines changed: 60 additions & 91 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rtic_v0.5/stm32f0_hid_mouse/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ branch = "main"
1111
[dependencies]
1212
embedded-hal = "0.2.4"
1313
usb-device = "0.2.5"
14-
usbd-hid = "0.4.4"
14+
usbd-hid = "0.6.1"
1515
rtt-target = { version = "0.3.1", features = ["cortex-m"] }
1616
panic-halt = "0.2.0"
1717
panic-rtt-target = { version = "0.1.1", features = ["cortex-m"] }

0 commit comments

Comments
 (0)