From 500c65b03775cecf55bd358e616963bc3222acca Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Mon, 8 Jan 2018 07:23:03 -0800 Subject: [PATCH] Bump to 1.0.4 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4dab125..cd87a6f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "cc" -version = "1.0.3" +version = "1.0.4" authors = ["Alex Crichton "] license = "MIT/Apache-2.0" repository = "https://github.com/alexcrichton/cc-rs"