diff options
| author | bors <bors@rust-lang.org> | 2022-08-06 21:10:52 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2022-08-06 21:10:52 +0000 |
| commit | 2befdefdda0f2bc5ff93f7f95633c98841409098 (patch) | |
| tree | a4739eb3ecdc733374156eb7d22fca100eddacb7 | |
| parent | 44bd81da681f1920099cb4481acf1a96c25318f7 (diff) | |
| parent | 34537b46be6f59bd21e8454383f40ddc6967d5e2 (diff) | |
| download | rust-2befdefdda0f2bc5ff93f7f95633c98841409098.tar.gz rust-2befdefdda0f2bc5ff93f7f95633c98841409098.zip | |
Auto merge of #100117 - nicholasbishop:bishop-update-cc, r=Mark-Simulacrum
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.
| -rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock index 2569b3e1976..1db44974168 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", ] |
