Skip to content

Commit

Permalink
Auto merge of #100117 - nicholasbishop:bishop-update-cc, r=Mark-Simul…
Browse files Browse the repository at this point in the history
…acrum

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.
  • Loading branch information
bors committed Aug 6, 2022
2 parents 44bd81d + 34537b4 commit 2befdef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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",
]
Expand Down

0 comments on commit 2befdef

Please sign in to comment.