rust-lang / cc-rs

Rust library for build scripts to compile C/C++ code into a Rust library
https://docs.rs/cc
Apache License 2.0
1.76k stars 425 forks source link

Speedup regenerate-target-info and regenerate-windows-sys #1110

Closed NobodyXu closed 1 week ago

NobodyXu commented 1 week ago

Create lockfile so that rust-cache knows if a new cache needs to be saved.

Also enables cache-all-crates since the crates themselves rarely changes.