Skip to content

Commit f61a781

Browse files
committed
Auto merge of #155438 - bjorn3:update_cc, r=<try>
Update the cc crate for rustc_llvm
2 parents 27dbdb5 + a89a93b commit f61a781

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

Cargo.lock

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -544,10 +544,11 @@ version = "0.1.0"
544544

545545
[[package]]
546546
name = "cc"
547-
version = "1.2.16"
547+
version = "1.2.50"
548548
source = "registry+https://github.com/rust-lang/crates.io-index"
549-
checksum = "be714c154be609ec7f5dad223a33bf1482fff90472de28f7362806e6d4832b8c"
549+
checksum = "9f50d563227a1c37cc0a263f64eca3334388c01c5e4c4861a9def205c614383c"
550550
dependencies = [
551+
"find-msvc-tools",
551552
"jobserver",
552553
"libc",
553554
"shlex",

compiler/rustc_llvm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ libc = "0.2.73"
1111
[build-dependencies]
1212
# tidy-alphabetical-start
1313
# `cc` updates often break things, so we pin it here.
14-
cc = "=1.2.16"
14+
cc = "=1.2.50"
1515
shlex = "1.3.0"
1616
# tidy-alphabetical-end
1717

0 commit comments

Comments
 (0)