From 34537b46be6f59bd21e8454383f40ddc6967d5e2 Mon Sep 17 00:00:00 2001 From: Nicholas Bishop Date: Mon, 1 Aug 2022 19:04:49 -0400 Subject: [PATCH] Bump cc version in bootstrap Among other changes, the newer cc release pulls in this fix: https://github.com/rust-lang/cc-rs/commit/b2792e33ff91b92e2e920e54d582b0c334670c37 This fixes errors when building compiler_builtins for UEFI targets. --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 058b6198dc425..fa8e44b544259 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -525,9 +525,9 @@ version = "0.1.0" [[package]] name = "cc" -version = "1.0.69" +version = "1.0.73" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e70cc2f62c6ce1868963827bd677764c62d07c3d9a3e1fb1177ee1a9ab199eb2" +checksum = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11" dependencies = [ "jobserver", ]