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