chore: update to cc@1.4.3 - #5259
Conversation
With this, we get C dep remap for free when building in rustc bootstrap: See * rust-lang/rust#161049 * rust-lang/cargo#17309 * rust-lang/cc-rs#1794
|
I meant, rustc bootstrap already did the remap manually. When it switches to Cargo's |
|
I don't know what a "C dep remap" is. :) But a cc crate update sounds fine, GH is just too broken atm to even show me the diff. |
For example, if your C (transitive) dependency has a |
Like, everyday 😬 |
|
FWIW that lockfile is only used in this repo, it has no effect at all for builds in r-l/r. |
|
Hmm…, I thought it was like rust-lang/cargo. Anyway, it should be fine. |
|
Miri in r-l/r is part of the big workspace and hence uses the lockfile at the root of that repo. I have no idea how this is handled for cargo :)
|
With this,
we get C dep remap for free when building in rustc bootstrap:
See
bootstrapcargo#17309