Skip to content

Commit

Permalink
Allow depending on byteorder 1.5
Browse files Browse the repository at this point in the history
Update the macros dependency to allow byteorder 1.5 to be used, which
was released ~6 months ago.  This is needed to make usbd-hid usable with
other crates that use byteorder 1.5 in their macros.
  • Loading branch information
simpkins committed Mar 25, 2024
1 parent 581de99 commit 06a9a5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ edition = "2021"
proc-macro = true

[dependencies]
byteorder = { version = "~1.4", default-features = false }
byteorder = { version = ">= 1.4", default-features = false }
proc-macro2 = "1.0"
quote = "1.0"
serde = { version = "1.0", default-features = false }
Expand Down

0 comments on commit 06a9a5e

Please sign in to comment.