Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 2befdef

Browse files
committedAug 6, 2022
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: rust-lang/cc-rs@b2792e3 This fixes errors when building compiler_builtins for UEFI targets.
2 parents 44bd81d + 34537b4 commit 2befdef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎Cargo.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -525,9 +525,9 @@ version = "0.1.0"
525525

526526
[[package]]
527527
name = "cc"
528-
version = "1.0.69"
528+
version = "1.0.73"
529529
source = "registry+https://github.com/rust-lang/crates.io-index"
530-
checksum = "e70cc2f62c6ce1868963827bd677764c62d07c3d9a3e1fb1177ee1a9ab199eb2"
530+
checksum = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11"
531531
dependencies = [
532532
"jobserver",
533533
]

0 commit comments

Comments
 (0)
Failed to load comments.