Skip to content

Commit b6616fd

Browse files
committed
Auto merge of rust-lang#85190 - mati865:update-cc, r=Mark-Simulacrum
Update cc crate To pull in this fix: rust-lang/cc-rs@801a87b
2 parents 13a1357 + 5f32537 commit b6616fd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

profiler_builtins/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ core = { path = "../core" }
1414
compiler_builtins = { version = "0.1.0", features = ['rustc-dep-of-std'] }
1515

1616
[build-dependencies]
17-
cc = "1.0.1"
17+
cc = "1.0.67"

unwind/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ compiler_builtins = "0.1.0"
2121
cfg-if = "0.1.8"
2222

2323
[build-dependencies]
24-
cc = { version = "1.0.1" }
24+
cc = "1.0.67"
2525

2626
[features]
2727
llvm-libunwind = []

0 commit comments

Comments
 (0)