Skip to content

Commit a12c838

Browse files
committed
Auto merge of rust-lang#132994 - clubby789:cc-bisect, r=Kobzol
Update `cc` + bump bootstrap deps rust-lang#132556 (comment) note: The compiler/library/tools cc bumps have been tested with a try job, the bootstrap changes have not
2 parents 6548ad8 + 5d61cf9 commit a12c838

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

profiler_builtins/Cargo.toml

+1-2
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,4 @@ core = { path = "../core" }
1313
compiler_builtins = { version = "0.1.0", features = ['rustc-dep-of-std'] }
1414

1515
[build-dependencies]
16-
# FIXME: Pinned due to build error when bumped (#132556)
17-
cc = "=1.1.22"
16+
cc = "1.2"

0 commit comments

Comments
 (0)