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]