From 9596a4e6da55e5ddbad6fd645b9727aae6b545ef Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Thu, 2 Apr 2015 09:46:34 -0700 Subject: [PATCH] Bump to 0.3.4 --- Cargo.toml | 2 +- src/lib.rs | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) 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;