From b3a68221d1a7b2ee1ab097d4fd0bf68f3ec53c3f Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Fri, 2 Dec 2016 13:23:48 -0800 Subject: [PATCH] Bump to 0.3.39 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index fd51ce0..a891a7e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "gcc" -version = "0.3.38" +version = "0.3.39" authors = ["Alex Crichton "] license = "MIT/Apache-2.0" repository = "https://github.com/alexcrichton/gcc-rs"