Use spin-rs from crates.io

This commit is contained in:
messense 2017-09-25 13:40:38 +08:00
parent e5780ed2b8
commit fa69b1f99d
No known key found for this signature in database
GPG Key ID: BB41A8A2C716CCA9
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ appveyor = { repository = "PyO3/pyo3" }
[dependencies]
log = "0.3"
libc = "0.2"
spin = { git = "https://github.com/messense/spin-rs.git", branch = "master" }
spin = "0.4.6"
num-traits = "0.1"
pyo3cls = { path = "pyo3cls" }