Skip to content

Commit

Permalink
Depend on byteorder without std features
Browse files Browse the repository at this point in the history
  • Loading branch information
fwcd committed Aug 2, 2023
1 parent 92818e4 commit 83bf9cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ members = [
]

[workspace.dependencies]
byteorder = "1"
byteorder = { version = "1", default-features = false }

0 comments on commit 83bf9cc

Please sign in to comment.