Skip to content

Commit

Permalink
Fix build on rustc nightly-2017-09-16
Browse files Browse the repository at this point in the history
Use forked version of spin-rs for now.

Closes #79
  • Loading branch information
messense committed Sep 19, 2017
1 parent 70c7b4a commit 9da1247
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }

Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
@@ -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.
//!
Expand Down

0 comments on commit 9da1247

Please sign in to comment.