From 9c06cc6243fab989b9d23f78be54b81993da755e Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Sun, 21 Aug 2016 00:18:12 -0700 Subject: [PATCH] Bump to 0.3.34 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 943de2b..4aaa8d2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "gcc" -version = "0.3.33" +version = "0.3.34" authors = ["Alex Crichton "] license = "MIT/Apache-2.0" repository = "https://github.com/alexcrichton/gcc-rs"