You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was worried about this. So many cfg(target_os ...), but don't currently have a way to test all the OSes. Funny though, that this was meant to actually fix Android, not break it.
num_cpus 1.6.1 broke semver on Android as _SC_NPROCESSORS_CONF doesn't exist on those platforms.
You can see it missing here: https://github.com/rust-lang/libc/blob/master/src/unix/notbsd/android/mod.rs#L257
So #45 needs to be partially reverted and 1.6.1 possibly yanked.
The text was updated successfully, but these errors were encountered: