diff --git a/Cargo.toml b/Cargo.toml index 4eedd57..0e0f727 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "gcc" -version = "0.3.3" +version = "0.3.4" authors = ["Alex Crichton "] license = "MIT/Apache-2.0" repository = "https://github.com/alexcrichton/gcc-rs" diff --git a/src/lib.rs b/src/lib.rs index 1a42c0d..ff6ab59 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -43,7 +43,6 @@ //! ``` #![doc(html_root_url = "http://alexcrichton.com/gcc-rs")] -#![feature(convert)] #![cfg_attr(test, deny(warnings))] use std::env;