This is a small housekeeping release that ensures compatibility with recent compilers and platform changes.
Changelog
- Use
stablecontainers instead of hard-coding the now-obsoletebusterin the CI jobs. - Adjust some code details to enable building with GCC 15.
- Update bundled zlib version to 1.3.1 to fix builds on recent macOS versions.
- Adjust some build settings for clang.
- Fix MinGW builds by addressing some portability issues:
- Format strings for integers and time
- Missing
drand48()on Windows
- Fix name clash for
md5_tbetweenextended/md5set.cand the Lua headers.