Skip to content

Commit b3aae05

Browse files
committed
Auto merge of #76880 - shepmaster:cc-rs, r=Mark-Simulacrum
Update cc crate to 1.0.60 to understand aarch64-apple-darwin with clang r? `@Mark-Simulacrum` /cc `@alexcrichton`
2 parents 8e9d5db + 9803c9b commit b3aae05

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -408,9 +408,9 @@ version = "0.1.0"
408408

409409
[[package]]
410410
name = "cc"
411-
version = "1.0.58"
411+
version = "1.0.60"
412412
source = "registry+https://github.com/rust-lang/crates.io-index"
413-
checksum = "f9a06fb2e53271d7c279ec1efea6ab691c35a2ae67ec0d91d7acec0caf13b518"
413+
checksum = "ef611cc68ff783f18535d77ddd080185275713d852c4f5cbb6122c462a7a825c"
414414
dependencies = [
415415
"jobserver",
416416
]

compiler/rustc_llvm/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ libc = "0.2.73"
1313

1414
[build-dependencies]
1515
build_helper = { path = "../../src/build_helper" }
16-
cc = "1.0.58"
16+
cc = "1.0.60"

0 commit comments

Comments
 (0)