Don't pull in std through the log crate.

This commit is contained in:
whitequark 2016-12-31 13:50:20 +00:00
parent bf3b62bb25
commit cd23653f12
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ license = "0BSD"
[dependencies]
byteorder = { version = "1.0", default-features = false }
log = { version = "0.3", optional = true }
log = { version = "0.3", default-features = false, optional = true }
libc = { version = "0.2.18", optional = true }
[dev-dependencies]