From 91c0a28f70b7a95e039b4c5a23132402b9573428 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Wed, 27 Apr 2016 09:18:54 -0700 Subject: [PATCH] Bump to 0.3.28 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8a280b8..3df2080 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "gcc" -version = "0.3.27" +version = "0.3.28" authors = ["Alex Crichton "] license = "MIT/Apache-2.0" repository = "https://github.com/alexcrichton/gcc-rs"