We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ed31a1 commit 581de99Copy full SHA for 581de99
Cargo.toml
@@ -7,7 +7,7 @@ members = [
7
[package]
8
name = "usbd-hid"
9
description = "A HID class for use with usb-device."
10
-version = "0.6.1"
+version = "0.7.0"
11
keywords = ["hid", "no-std", "usb-device"]
12
license = "MIT OR Apache-2.0"
13
authors = ["twitchyliquid64"]
@@ -19,7 +19,7 @@ repository = "https://github.com/twitchyliquid64/usbd-hid"
19
defmt = { version = "0.3", optional = true }
20
serde = { version = "1.0", default-features = false }
21
ssmarshal = { version = "1.0", default-features = false }
22
-usb-device = "0.2.9"
+usb-device = "0.3.0"
23
usbd-hid-macros = { path = "macros", version = "0.6.0" }
24
25
0 commit comments