Skip to content

Commit

Permalink
Upgrade to byteorder 1.5
Browse files Browse the repository at this point in the history
This update the macros dependency to byteorder 1.5, which was released
~6 months ago.  This is needed to make usbd-hid usable with
other crates that depend on byteorder 1.5 for their macros (such as
esp-hal).
  • Loading branch information
simpkins committed Apr 10, 2024
1 parent 6b44fbe commit c718f60
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.5", default-features = false }
proc-macro2 = "1.0"
quote = "1.0"
serde = { version = "1.0", default-features = false }
Expand Down

0 comments on commit c718f60

Please sign in to comment.