From 6695e62fb4d3f43c400f281fdb99f4fd8fbf4949 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Sun, 16 Oct 2016 18:11:44 -0700 Subject: [PATCH] Bump to 0.3.37 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 28df8b9..d6e853e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "gcc" -version = "0.3.36" +version = "0.3.37" authors = ["Alex Crichton "] license = "MIT/Apache-2.0" repository = "https://github.com/alexcrichton/gcc-rs"