From 581de99132815df6f673a4bff8193b14ad9186c5 Mon Sep 17 00:00:00 2001 From: Wilfried Chauveau Date: Mon, 13 Nov 2023 22:07:42 +0000 Subject: [PATCH] Bump usb-device version (#60) --- 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" }