v1.2.3
·
17 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.3/rusta-v1.2.3-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.3-aarch64-apple-darwin.tar.gz):
f62e7ce00944e00655ab970c1f5a038dfd71de4b9bc3722a8d94da6d16539414
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.3What's Changed
- ci(deps): bump codecov/codecov-action from 5.5.4 to 6.0.1 by @dependabot[bot] in #40
- deps(deps): bump serde_json from 1.0.149 to 1.0.150 in the cargo-minor-and-patch group by @dependabot[bot] in #41
- deps(deps): bump clap_mangen from 0.2.33 to 0.3.0 by @dependabot[bot] in #42
- ci(deps): bump actions/upload-artifact from 4.6.2 to 7.0.1 by @dependabot[bot] in #44
- ci(deps): bump github/codeql-action from 3.35.5 to 4.36.0 by @dependabot[bot] in #45
- ci(deps): bump taiki-e/install-action from 2.78.2 to 2.79.5 by @dependabot[bot] in #43
- ci(deps): bump actions/download-artifact from 4.3.0 to 8.0.1 by @dependabot[bot] in #46
Full Changelog: v1.2.2...v1.2.3