Skip to content

Commit ed664a2

Browse files
committed
Auto merge of #130908 - tgross35:update-cc, r=<try>
[experiment] Update cc to 1.0.100 See #130720, #130898; try with the minimal version bump. try-job: x86_64-msvc
2 parents 58420a0 + e52d2be commit ed664a2

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

Diff for: library/Cargo.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ checksum = "5c6cb57a04249c6480766f7f7cef5467412af1490f8d1e243141daddada3264f"
4242

4343
[[package]]
4444
name = "cc"
45-
version = "1.0.99"
45+
version = "1.0.103"
4646
source = "registry+https://github.com/rust-lang/crates.io-index"
47-
checksum = "96c51067fd44124faa7f870b4b1c969379ad32b2ba805aa959430ceaa384f695"
47+
checksum = "2755ff20a1d93490d26ba33a6f092a38a508398a5320df5d4b3014fcccce9410"
4848

4949
[[package]]
5050
name = "cfg-if"

Diff for: library/profiler_builtins/Cargo.toml

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

1515
[build-dependencies]
16-
cc = "1.0.97"
16+
# FIXME: updates past a certain point haven't been able to merge successfully.
17+
# See rust-lang/rust#130720.
18+
cc = "=1.0.103"

0 commit comments

Comments
 (0)