Rollup merge of #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: #83043 and #43468
This commit is contained in:
commit
0c53acc6f8
6 changed files with 8 additions and 8 deletions
|
@ -9,7 +9,7 @@ test = false
|
|||
|
||||
[dependencies]
|
||||
bitflags = "1.2.1"
|
||||
cc = "1.0.67"
|
||||
cc = "1.0.68"
|
||||
itertools = "0.9"
|
||||
tracing = "0.1"
|
||||
libc = "0.2.50"
|
||||
|
@ -24,7 +24,7 @@ rustc_middle = { path = "../rustc_middle" }
|
|||
rustc_apfloat = { path = "../rustc_apfloat" }
|
||||
rustc_attr = { path = "../rustc_attr" }
|
||||
rustc_symbol_mangling = { path = "../rustc_symbol_mangling" }
|
||||
rustc_data_structures = { path = "../rustc_data_structures"}
|
||||
rustc_data_structures = { path = "../rustc_data_structures" }
|
||||
rustc_errors = { path = "../rustc_errors" }
|
||||
rustc_fs_util = { path = "../rustc_fs_util" }
|
||||
rustc_hir = { path = "../rustc_hir" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue