Skip to content

v1.2.6

Choose a tag to compare

@github-actions github-actions released this 13 Jun 01:37
· 8 commits to main since this release
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.2.6/rusta-v1.2.6-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.2.6-aarch64-apple-darwin.tar.gz):

7efe5ec6c12840833b3d962f6dc9cc2093264a5c950f40dbf7689d16b522ca07

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.2.6

What's Changed

  • ci(deps): bump codecov/codecov-action from 6.0.1 to 7.0.0 by @dependabot[bot] in #52
  • ci(deps): bump taiki-e/install-action from 2.81.6 to 2.81.10 by @dependabot[bot] in #51

Full Changelog: v1.2.5...v1.2.6