Skip to content

Commit

Permalink
fix: byteorder when no_std
Browse files Browse the repository at this point in the history
  • Loading branch information
GZTimeWalker committed Jan 20, 2024
1 parent fbcf52c commit d812e90
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
#![warn(variant_size_differences)]
#![allow(unknown_lints)] // For clippy

#[cfg(feature = "std")]
extern crate byteorder;

#[macro_use]
Expand Down

0 comments on commit d812e90

Please sign in to comment.