wrong log version

This commit is contained in:
Nikolay Kim 2018-02-21 09:42:52 -08:00
parent 0b9557a245
commit 5b9696945f
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ appveyor = { repository = "PyO3/pyo3" }
codecov = { repository = "PyO3/pyo3", branch = "master", service = "github" }
[dependencies]
log = "0.5"
log = "0.4"
libc = "0.2"
spin = "0.4.6"
num-traits = "0.1"