Skip to content

Commit 581de99

Browse files
authored
Bump usb-device version (twitchyliquid64#60)
1 parent 8ed31a1 commit 581de99

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ members = [
77
[package]
88
name = "usbd-hid"
99
description = "A HID class for use with usb-device."
10-
version = "0.6.1"
10+
version = "0.7.0"
1111
keywords = ["hid", "no-std", "usb-device"]
1212
license = "MIT OR Apache-2.0"
1313
authors = ["twitchyliquid64"]
@@ -19,7 +19,7 @@ repository = "https://github.com/twitchyliquid64/usbd-hid"
1919
defmt = { version = "0.3", optional = true }
2020
serde = { version = "1.0", default-features = false }
2121
ssmarshal = { version = "1.0", default-features = false }
22-
usb-device = "0.2.9"
22+
usb-device = "0.3.0"
2323
usbd-hid-macros = { path = "macros", version = "0.6.0" }
2424

2525

0 commit comments

Comments
 (0)