v0.5.3 (2024-04-16)
Release Notes
New features
-
Savvy now catches crash not only on the debug build, but also on the release
build ifpanic = "unwind"
. Instead, nowsavvy-cli init
generates a
Cargo.toml
with a release profile ofpanic = "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 |