Skip to content

0.2.1 - 2026-07-05

Choose a tag to compare

@github-actions github-actions released this 05 Jul 23:35

Release Notes

Maintenance release: dependency currency + a scheduled advisory audit. No
user-facing behavior change.

Changed

  • Updated the fast_image_resize SIMD resize backend 5.5.0 → 6.0.0 and
    indicatif 0.18.4 → 0.18.6. Resize output and behavior are unchanged
    (PATCH-003).

Security

  • Added a weekly scheduled cargo-deny advisory audit
    (.github/workflows/scheduled-audit.yml) so newly-published RustSec
    advisories against existing dependencies are caught between commits, not just
    on push (PATCH-003).

Install crustyimg 0.2.1

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/jysf/crustyimg/releases/download/v0.2.1/crustyimg-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/jysf/crustyimg/releases/download/v0.2.1/crustyimg-installer.ps1 | iex"

Install prebuilt binaries via Homebrew

brew install jysf/tap/crustyimg

Download crustyimg 0.2.1

File Platform Checksum
crustyimg-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
crustyimg-x86_64-apple-darwin.tar.xz Intel macOS checksum
crustyimg-x86_64-pc-windows-msvc.zip x64 Windows checksum
crustyimg-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum