Skip to content

v0.6.7 (2024-09-05)

Compare
Choose a tag to compare
@github-actions github-actions released this 05 Sep 13:14

Release Notes

Minor Improvements

  • Remove the use of non-API call Rf_findVarInFrame.

  • Now the GitHub release includes an installation script to install the savvy
    CLI into $CARGO_HOME/bin, thanks to cargo-dist. This should make it easier
    to use savvy-cli on CI.

    curl --proto '=https' --tlsv1.2 -LsSf https://github.com/yutannihilation/savvy/releases/download/v0.6.7/savvy-cli-installer.sh | sh
  • Improve handling of raw identifiers (e.g. r#struct) more.

Install savvy-cli 0.6.7

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/yutannihilation/savvy/releases/download/v0.6.7/savvy-cli-installer.sh | sh

Download savvy-cli 0.6.7

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