From 5eb11f46f62dcd801b375f4a4252422e8131d18d Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Wed, 13 Jul 2016 13:06:39 -0700 Subject: [PATCH] Bump to 0.3.30 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index aa13870..d48aab6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "gcc" -version = "0.3.29" +version = "0.3.30" authors = ["Alex Crichton "] license = "MIT/Apache-2.0" repository = "https://github.com/alexcrichton/gcc-rs"