rust-lang / cmake-rs

Rust build dependency for running cmake
https://docs.rs/cmake
Apache License 2.0
301 stars 121 forks source link

Upgraded `cc` and added `parallel` feature #202

Open CGMossa opened 5 months ago

CGMossa commented 5 months ago

Lovely package! I thought that I'd make this small PR that upgrades cc and adds a parallel feature, that cc provides.

I upgraded cc because I was getting a warning, and thought maybe it was dealt with already in cc.

Let me know if I can do more here.