Skip to content

Commit

Permalink
Auto merge of rust-lang#132994 - clubby789:cc-bisect, r=Kobzol
Browse files Browse the repository at this point in the history
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
  • Loading branch information
bors committed Nov 23, 2024
2 parents 6548ad8 + 5d61cf9 commit a12c838
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions profiler_builtins/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,4 @@ core = { path = "../core" }
compiler_builtins = { version = "0.1.0", features = ['rustc-dep-of-std'] }

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

0 comments on commit a12c838

Please sign in to comment.