From ade4e1ead0cf7f55f4215f8af3d5c4cbde1961f4 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Thu, 17 Dec 2015 10:44:18 -0800 Subject: [PATCH] Bump to 0.3.21 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index da5d3dc..49e6e18 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "gcc" -version = "0.3.20" +version = "0.3.21" authors = ["Alex Crichton "] license = "MIT/Apache-2.0" repository = "https://github.com/alexcrichton/gcc-rs"