Skip to content

v1.3.1

Latest

Choose a tag to compare

@github-actions github-actions released this 27 Jun 01:37
Immutable release. Only release title and notes can be modified.

Install via Homebrew

brew install pallewela/tap/rusta

If you have an older version installed, refresh the tap before
upgrading — brew upgrade does not pull tap updates on its own:

brew update
brew upgrade rusta

Manual install

curl -L https://github.com/pallewela/rusta/releases/download/v1.3.1/rusta-v1.3.1-aarch64-apple-darwin.tar.gz -o rusta.tar.gz
tar -xzf rusta.tar.gz
install -m 0755 rusta /usr/local/bin/rusta

SHA256 (rusta-v1.3.1-aarch64-apple-darwin.tar.gz):

e11b83913465e4278709ec9bcdb9e211c7245a1cec5ace848e869e85f271c219

Verifying provenance (SLSA)

Each release ships a Sigstore-signed in-toto attestation
(*.intoto.jsonl). Verify with
slsa-verifier:

slsa-verifier verify-artifact rusta.tar.gz \
  --provenance-path multiple.intoto.jsonl \
  --source-uri github.com/pallewela/rusta \
  --source-tag v1.3.1

What's Changed

  • ci(deps): bump taiki-e/install-action from 2.82.0 to 2.82.5 by @dependabot[bot] in #57

Full Changelog: v1.3.0...v1.3.1