From 648d282d071cd8da190c02c99912bf484d9c0163 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Fri, 13 Apr 2018 09:25:31 -0700 Subject: [PATCH] Bump to 1.0.10 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index cb60e76..e23cea2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cc" -version = "1.0.9" +version = "1.0.10" authors = ["Alex Crichton "] license = "MIT/Apache-2.0" repository = "https://github.com/alexcrichton/cc-rs"