Merge pull request #203 from kngwyu/upd

Update spin
This commit is contained in:
konstin 2018-08-19 20:03:49 +02:00 committed by GitHub
commit 7ebbbe41db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 3 deletions

View File

@ -20,7 +20,7 @@ codecov = { repository = "PyO3/pyo3", branch = "master", service = "github" }
[dependencies]
libc = "0.2.42"
spin = "0.4.8"
spin = "0.4.9"
num-traits = "0.2.5"
pyo3cls = { path = "pyo3cls", version = "0.4.0" }
mashup = "0.1.5"

View File

@ -21,8 +21,6 @@ macro_rules! dot_stringify {
///
/// # Example
/// ```
/// #![feature(const_fn, const_ptr_null_mut)]
///
/// #[macro_use] extern crate pyo3;
///
/// use pyo3::{Python, PyDict};