From dc2a324495f478e4df4fd870ff8555b9202dfee2 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Sat, 3 Mar 2018 19:35:15 -0800 Subject: [PATCH] Bump to 1.0.5 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index eec7205..6b83a9e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "cc" -version = "1.0.4" +version = "1.0.5" authors = ["Alex Crichton "] license = "MIT/Apache-2.0" repository = "https://github.com/alexcrichton/cc-rs"