Skip to content

Commit

Permalink
Merge pull request #1 from jacobrosenthal/no_std
Browse files Browse the repository at this point in the history
byteorder no_std
  • Loading branch information
twitchyliquid64 authored Feb 2, 2020
2 parents 77136d9 + 80c025e commit 6f55172
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 @@ -14,7 +14,7 @@ proc-macro = true
[dependencies]
quote = "1.0"
proc-macro2 = "1.0"
byteorder = "~1.3"
byteorder = {version = "~1.3", default-features=false }
usbd-hid-descriptors = { path = "../descriptors", version = ">=0.1.1" }

[dependencies.syn]
Expand Down

0 comments on commit 6f55172

Please sign in to comment.