Skip to content

Releases: zkat/srisum-rs

5.0.0 (2023-02-03)

03 Feb 05:56
86f0aa8
Compare
Choose a tag to compare

Download

target kind download
x86_64-unknown-linux-gnu tarball srisum-v5.0.0-x86_64-unknown-linux-gnu.tar.xz
x86_64-apple-darwin tarball srisum-v5.0.0-x86_64-apple-darwin.tar.xz
x86_64-pc-windows-msvc tarball srisum-v5.0.0-x86_64-pc-windows-msvc.zip
x86_64-pc-windows-msvc symbols srisum-v5.0.0-x86_64-pc-windows-msvc.pdb

Release Notes

Features

  • usize: switch to usize for potential 32-bit support (65c34e12)
  • deps: bump deps (75816120)

Bug Fixes

  • clippy: cargo clippy --fix (13f576fd)
  • compute: make compute output always be utf8 (3a5e840f)
    • BREAKING CHANGE: input filenames that are not valid utf8 will not be
      validly output anymore, not that they ever really were.