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