Skip to content

Commit 7c0f1fe

Browse files
Bump usbd-hid from 0.5.2 to 0.6.1 in /rtic_v1/stm32f0_hid_mouse
Bumps [usbd-hid](https://github.com/twitchyliquid64/usbd-hid) from 0.5.2 to 0.6.1. - [Release notes](https://github.com/twitchyliquid64/usbd-hid/releases) - [Commits](https://github.com/twitchyliquid64/usbd-hid/commits) --- updated-dependencies: - dependency-name: usbd-hid dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 964a3f3 commit 7c0f1fe

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

rtic_v1/stm32f0_hid_mouse/Cargo.lock

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

rtic_v1/stm32f0_hid_mouse/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ edition = "2018"
77
[dependencies]
88
embedded-hal = "0.2.6"
99
usb-device = "0.2.8"
10-
usbd-hid = "0.5.2"
10+
usbd-hid = "0.6.1"
1111
rtt-target = { version = "0.3.1", features = ["cortex-m"] }
1212
panic-halt = "0.2.0"
1313
cortex-m = "0.7.4"

0 commit comments

Comments
 (0)