From 1df7b354cdec8ef73b18f68f21a493d2a99afbb9 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Fri, 27 Oct 2017 08:43:26 -0700 Subject: [PATCH] Bump to 1.0.3 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1c02c0b..d25b6b2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "cc" -version = "1.0.2" +version = "1.0.3" authors = ["Alex Crichton "] license = "MIT/Apache-2.0" repository = "https://github.com/alexcrichton/cc-rs"