Refrain from using std features in byteorder

This commit is contained in:
Scott Mabin 2019-07-15 22:54:23 +01:00 committed by Rafał Harabień
parent f72da63d2d
commit 307357d404

View File

@ -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 }