From 077e65ccecdab38c0d59e60990d3c63c17bdfb3a Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Tue, 13 Mar 2018 15:14:21 -0700 Subject: [PATCH] Bump to 1.0.7 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2252f24..10734db 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cc" -version = "1.0.6" +version = "1.0.7" authors = ["Alex Crichton "] license = "MIT/Apache-2.0" repository = "https://github.com/alexcrichton/cc-rs"