TaKO8Ki / frum

A little bit fast and modern Ruby version manager written in Rust
MIT License
629 stars 15 forks source link

Add `num_cpus` crate #71

Closed citizen428 closed 3 years ago

citizen428 commented 3 years ago

This PR replaces the custom code for finding the number of available CPU cores with the num_cpus crate. This should get us a little closer to Windows support as the current code did not take Windows into account. I plan to eventually also look into other Windows-related problems even though my main development OS is Linux.

changelog:

TaKO8Ki commented 3 years ago

@citizen428 Thank you for your contribution! The error CI causes have nothing to do with this PR. So, please ignore it.

TaKO8Ki commented 3 years ago

@citizen428 I did quick-fix in https://github.com/TaKO8Ki/frum/pull/72. So, could you rebase upstream/master?