From be0c559cf480a901ea91ba24115e6f439258c6bc Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Tue, 2 Jun 2015 23:06:13 -0700 Subject: [PATCH] Bump to 0.3.6 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1f35160..b40531e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "gcc" -version = "0.3.5" +version = "0.3.6" authors = ["Alex Crichton "] license = "MIT/Apache-2.0" repository = "https://github.com/alexcrichton/gcc-rs"