Переглянути джерело

Don't pull in std through the log crate.

whitequark 8 роки тому
батько
коміт
c104859011
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      Cargo.toml

+ 1 - 1
Cargo.toml

@@ -12,7 +12,7 @@ license = "0BSD"
 
 
 [dependencies]
 [dependencies]
 byteorder = { version = "1.0", default-features = false }
 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 }
 libc = { version = "0.2.18", optional = true }
 
 
 [dev-dependencies]
 [dev-dependencies]