From 1d82f457ad4f60f7545eaaa673956806eca35d78 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Wed, 8 Jan 2020 08:23:55 -0800 Subject: [PATCH] Bump to 1.0.50 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3217642..55da5b2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cc" -version = "1.0.49" +version = "1.0.50" authors = ["Alex Crichton "] license = "MIT/Apache-2.0" repository = "https://github.com/alexcrichton/cc-rs"