From e54a3572905d43c52e79202455f4c842ab15bf82 Mon Sep 17 00:00:00 2001 From: Tom Date: Mon, 15 Jul 2024 20:11:43 -0700 Subject: [PATCH] 0.8.0 => 0.8.1 --- Cargo.toml | 4 ++-- macros/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 9a45fec..e1bceec 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.8.0" +version = "0.8.1" keywords = ["hid", "no-std", "usb-device"] license = "MIT OR Apache-2.0" authors = ["twitchyliquid64"] @@ -20,7 +20,7 @@ defmt = { version = "0.3", optional = true } serde = { version = "1.0", default-features = false } ssmarshal = { version = "1.0", default-features = false } usb-device = "0.3.0" -usbd-hid-macros = { path = "macros", version = "0.8.0" } +usbd-hid-macros = { path = "macros", version = "0.8.1" } [features] diff --git a/macros/Cargo.toml b/macros/Cargo.toml index d753d21..e427423 100644 --- a/macros/Cargo.toml +++ b/macros/Cargo.toml @@ -5,7 +5,7 @@ description = "Internal crate: contains procedural macros for HID descriptors. U keywords = ["no-std", "usb-device"] license = "MIT OR Apache-2.0" name = "usbd-hid-macros" -version = "0.8.0" +version = "0.8.1" edition = "2021" [lib]