From b618cca615098b59ada5f96fe342ef09a21ce0da Mon Sep 17 00:00:00 2001
From: Wilfried Chauveau <wilfried.chauveau@ithinuel.me>
Date: Mon, 13 Nov 2023 21:03:28 +0000
Subject: [PATCH] Bump usb-device version

---
 Cargo.toml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Cargo.toml b/Cargo.toml
index da0266f..5da9307 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"]
@@ -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" }