Thanks to visit codestin.com
Credit goes to github.com

Skip to content

v2.31.1

Compare
Choose a tag to compare
@github-actions github-actions released this 20 May 23:16
v2.31.1
2df991f

This new v2.31.1 release fixes an issue when running the SWS Linux ARM64 Musl binary on systems with greater memory page sizes than 4KB and re-enables build support for the legacy Windows 7 dropped by the previous release.

Fixes

  • c5f851f Bugfix/security dependency updates.
  • adaddde Jemalloc unsupported system page size in Linux ARM64 Musl. PR #446.
  • 1763623 Lib: Cargo publish issue due to missing build.rs file include.

Refactorings

  • 5f116d7 Re-enable Windows 7, 8, 8.1 build support. PR #447.
    The following Windows targets will build now using Rust 1.77.2 rather than the latest stable version, except aarch64-pc-windows-msvc (a.k.a. Windows ARM64):
    • x86_64-pc-windows-msvc
    • i686-pc-windows-msvc
    • x86_64-pc-windows-gnu