From f1ae927fe35d4164dae308b1e9c260b016ec14fc Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Thu, 14 Jul 2016 11:03:35 -0700 Subject: [PATCH] Bump to 0.3.31 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d48aab6..6514567 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "gcc" -version = "0.3.30" +version = "0.3.31" authors = ["Alex Crichton "] license = "MIT/Apache-2.0" repository = "https://github.com/alexcrichton/gcc-rs"