2.3.1
- Fixed the build failure on 32-bit Unix systems caused by an assumption that the type of
tv_nsecinstruct timespecimplementsFrom<u32>, which is not the case on 32-bit Linux, where that field is signed.
tv_nsec in struct timespec implements From<u32>, which is not the case on 32-bit Linux, where that field is signed.