Closed stlankes closed 1 year ago
RustHermit publishes a new ABI, which isn't completely backward compatible. For num_cpus are these changes not important. However, I wrote a PR to update num_cpus to avoid that std includes all different ABI versions.
num_cpus
std
See also rust-lang/rust#107405
I had already opened https://github.com/seanmonstar/num_cpus/pull/128
Ok, I close this PR
RustHermit publishes a new ABI, which isn't completely backward compatible. For
num_cpus
are these changes not important. However, I wrote a PR to updatenum_cpus
to avoid thatstd
includes all different ABI versions.See also rust-lang/rust#107405