seanmonstar / num_cpus

Get the number of CPUs in Rust
Apache License 2.0
582 stars 91 forks source link

increase version number of hermit-abi #129

Closed stlankes closed 1 year ago

stlankes commented 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.

See also rust-lang/rust#107405

mkroening commented 1 year ago

I had already opened https://github.com/seanmonstar/num_cpus/pull/128

stlankes commented 1 year ago

Ok, I close this PR