Support 32bits targets (#1811)
* Replace AtomicU64 with AtomicUsize to prevent compilation issues on 32 bits platforms. * Make sure that Rust tests compile on MacOS. * Add CHANGELOG next entry.
Loading
Please register or sign in to comment
The Gitlab issues have been resolved. Unfortunately, CI traces, artifacts, and the package registry could not be preserved, but we hope that everything can be regenerated. We apologize for the inconvenience.
If you encounter any further problems, please contact simon.buttgereit@tu-ilmenau.de
* Replace AtomicU64 with AtomicUsize to prevent compilation issues on 32 bits platforms. * Make sure that Rust tests compile on MacOS. * Add CHANGELOG next entry.