Fix build on rustc nightly-2017-09-16

Use forked version of spin-rs for now.

Closes #79
This commit is contained in:
messense 2017-09-19 19:51:25 +08:00
parent 70c7b4a2a2
commit 9da1247484
No known key found for this signature in database
GPG Key ID: BB41A8A2C716CCA9
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -1,4 +1,4 @@
#![feature(specialization, proc_macro, const_fn, try_from)]
#![feature(specialization, proc_macro, const_fn, const_unsafe_cell_new, const_size_of, const_ptr_null, const_ptr_null_mut, try_from)]
//! Rust bindings to the Python interpreter.
//!