v1.2.5
·
11 commits
to main
since this release
Immutable
release. Only release title and notes can be modified.
Install via Homebrew
brew install pallewela/tap/rustaIf 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 rustaManual install
curl -L https://github.com/pallewela/rusta/releases/download/v1.2.5/rusta-v1.2.5-aarch64-apple-darwin.tar.gz -o rusta.tar.gz
tar -xzf rusta.tar.gz
install -m 0755 rusta /usr/local/bin/rustaSHA256 (rusta-v1.2.5-aarch64-apple-darwin.tar.gz):
8cb99c9083f3c1970b198478c21a7d12cf43df9b45150eb79e4f533db8bea3da
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.5What's Changed
- ci(deps): bump taiki-e/install-action from 2.79.14 to 2.81.6 by @dependabot[bot] in #48
- ci(deps): bump github/codeql-action from 4.36.0 to 4.36.2 by @dependabot[bot] in #49
- ci(deps): bump actions/checkout from 6.0.2 to 6.0.3 by @dependabot[bot] in #50
Full Changelog: v1.2.4...v1.2.5