Browse Source

Bump to 0.3.4

add-rc-path 0.3.4
Alex Crichton 10 years ago
parent
commit
9596a4e6da
  1. 2
      Cargo.toml
  2. 1
      src/lib.rs

2
Cargo.toml

@ -1,7 +1,7 @@
[package]
name = "gcc"
version = "0.3.3"
version = "0.3.4"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
license = "MIT/Apache-2.0"
repository = "https://github.com/alexcrichton/gcc-rs"

1
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;

Loading…
Cancel
Save