Refrain from using std features in byteorder
This commit is contained in:
parent
f72da63d2d
commit
307357d404
@ -26,7 +26,7 @@ alloc = []
|
|||||||
default = ["chrono", "std", "alloc"]
|
default = ["chrono", "std", "alloc"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
byteorder = "1"
|
byteorder = { version = "1", default-features = false }
|
||||||
bitflags = "1.0"
|
bitflags = "1.0"
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
chrono = { version = "0.4", optional = true }
|
chrono = { version = "0.4", optional = true }
|
||||||
|
Loading…
Reference in New Issue
Block a user