From d2210f8a7e692616637861214fd7f6d8fbc25851 Mon Sep 17 00:00:00 2001 From: kngwyu Date: Tue, 14 Aug 2018 18:20:14 +0900 Subject: [PATCH 1/2] Update spin --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 56983571..535193b7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" From ff2871f325f191832324b7c3c35e85e036d80237 Mon Sep 17 00:00:00 2001 From: kngwyu Date: Tue, 14 Aug 2018 18:29:15 +0900 Subject: [PATCH 2/2] Remove unnecessary feature gates from doc tests --- src/objects/exc_impl.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/objects/exc_impl.rs b/src/objects/exc_impl.rs index 7667e368..4846764e 100644 --- a/src/objects/exc_impl.rs +++ b/src/objects/exc_impl.rs @@ -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};