Skip to content

Commit

Permalink
0.8.0 => 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom committed Jul 16, 2024
1 parent e9845ac commit e54a357
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.8.0"
version = "0.8.1"
keywords = ["hid", "no-std", "usb-device"]
license = "MIT OR Apache-2.0"
authors = ["twitchyliquid64"]
Expand All @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit e54a357

Please sign in to comment.