From 610d2f0174781d641678f13adec0ca8ebbf18ebc Mon Sep 17 00:00:00 2001 From: Luke Childs Date: Sun, 12 Apr 2020 18:00:17 +0700 Subject: [PATCH] Revert version number to 1.0.41 So it will be correctly resolved when we patch it. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 55da5b2..3862ab6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cc" -version = "1.0.50" +version = "1.0.41" authors = ["Alex Crichton "] license = "MIT/Apache-2.0" repository = "https://github.com/alexcrichton/cc-rs"