Skip to content

Commit

Permalink
bump all crates to 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom committed Jul 16, 2024
1 parent d637186 commit 919616b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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.7.0"
version = "0.8.0"
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.6.0" }
usbd-hid-macros = { path = "macros", version = "0.8.0" }


[features]
Expand Down
2 changes: 1 addition & 1 deletion descriptors/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description = "Low-level, wire-format enums/bitfields used in HID descriptors"
keywords = ["no-std", "hid"]
license = "MIT OR Apache-2.0"
name = "usbd-hid-descriptors"
version = "0.1.2"
version = "0.8.0"
edition = "2021"

[dependencies]
Expand Down
4 changes: 2 additions & 2 deletions 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.6.0"
version = "0.8.0"
edition = "2021"

[lib]
Expand All @@ -16,7 +16,7 @@ byteorder = { version = "1.5", default-features = false }
proc-macro2 = "1.0"
quote = "1.0"
serde = { version = "1.0", default-features = false }
usbd-hid-descriptors = { path = "../descriptors", version = ">=0.1.2" }
usbd-hid-descriptors = { path = "../descriptors", version = ">=0.8.0" }
hashbrown = "0.13"
log = "0.4"

Expand Down

0 comments on commit 919616b

Please sign in to comment.