Skip to content

Commit

Permalink
Bump usb-device version (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
ithinuel authored Nov 13, 2023
1 parent 8ed31a1 commit 581de99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ members = [
[package]
name = "usbd-hid"
description = "A HID class for use with usb-device."
version = "0.6.1"
version = "0.7.0"
keywords = ["hid", "no-std", "usb-device"]
license = "MIT OR Apache-2.0"
authors = ["twitchyliquid64"]
Expand All @@ -19,7 +19,7 @@ repository = "https://github.com/twitchyliquid64/usbd-hid"
defmt = { version = "0.3", optional = true }
serde = { version = "1.0", default-features = false }
ssmarshal = { version = "1.0", default-features = false }
usb-device = "0.2.9"
usb-device = "0.3.0"
usbd-hid-macros = { path = "macros", version = "0.6.0" }


Expand Down

0 comments on commit 581de99

Please sign in to comment.