Skip to content

v0.5.3 (2024-04-16)

Compare
Choose a tag to compare
@github-actions github-actions released this 16 Apr 16:31
· 131 commits to main since this release

Release Notes

New features

  • Savvy now catches crash not only on the debug build, but also on the release
    build if panic = "unwind". Instead, now savvy-cli init generates a
    Cargo.toml with a release profile of panic = "abort". You need to modify
    this setting if you really want to catch panics on the release build.

  • savvy-cli update now ensures .Rbuildignore contains ^src/rust/.cargo$
    and ^src/rust/target$.

  • savvy-cli test now uses OS's cache dir instead of the .savvy directory.

Fixed bugs

  • Now savvy-cli test works for other crates than savvy.

Download savvy-cli 0.5.3

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