From 2eb48f5f4022f66ec7440b0625057acc08f2d43c Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Thu, 26 Jan 2017 09:07:21 -0800 Subject: [PATCH] Bump to 0.3.42 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6bcb852..d82acfb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "gcc" -version = "0.3.41" +version = "0.3.42" authors = ["Alex Crichton "] license = "MIT/Apache-2.0" repository = "https://github.com/alexcrichton/gcc-rs"