Skip to content

Commit 5705ad3

Browse files
authored
Rollup merge of rust-lang#85649 - ChrisDenton:update-cc, r=matthewjasper
Update cc Recent commits have improved `cc`'s finding of MSVC tools on Windows. In particular it should help to address these issues: rust-lang#83043 and rust-lang#43468
2 parents 85bea49 + 628982c commit 5705ad3

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.67"
17+
cc = "1.0.68"

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 = "1.0.67"
24+
cc = "1.0.68"
2525

2626
[features]
2727
llvm-libunwind = []

0 commit comments

Comments
 (0)