Skip to content

Commit

Permalink
Auto merge of rust-lang#132994 - clubby789:cc-bisect, r=<try>
Browse files Browse the repository at this point in the history
[CI] bisecting cc issue

rust-lang#132556 (comment)

r? `@ghost`

First, checking if cc 1.2 fixes this
try-job: dist-various-2
  • Loading branch information
bors committed Nov 13, 2024
2 parents 65b3877 + 8f8261e commit 0eb0376
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions library/Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ checksum = "5c6cb57a04249c6480766f7f7cef5467412af1490f8d1e243141daddada3264f"

[[package]]
name = "cc"
version = "1.1.22"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9540e661f81799159abee814118cc139a2004b3a3aa3ea37724a1b66530b90e0"
checksum = "1aeb932158bd710538c73702db6945cb68a8fb08c519e6e12706b94263b36db8"
dependencies = [
"shlex",
]
Expand Down
2 changes: 1 addition & 1 deletion library/profiler_builtins/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ core = { path = "../core" }
compiler_builtins = { version = "0.1.0", features = ['rustc-dep-of-std'] }

[build-dependencies]
cc = "1.0.97"
cc = "1.2"

0 comments on commit 0eb0376

Please sign in to comment.