diff --git a/Cargo.toml b/Cargo.toml index c1cd0f3..eb6f3ac 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ alloc = [] default = ["chrono", "std", "alloc"] [dependencies] -byteorder = "1" +byteorder = { version = "1", default-features = false } bitflags = "1.0" log = "0.4" chrono = { version = "0.4", optional = true }