Skip to content

v0.1.8

Latest

Choose a tag to compare

@github-actions github-actions released this 20 May 04:14
· 4 commits to main since this release

Install

Pick the right tarball for your platform from the assets below.

# Linux x86_64
curl -L -o scrump.tar.gz https://github.com/avifenesh/scrump/releases/download/v0.1.8/scrump-v0.1.8-x86_64-unknown-linux-gnu.tar.gz

tar -xzf scrump.tar.gz
sudo install -m 755 scrump-v0.1.8-x86_64-unknown-linux-gnu/scrump /usr/local/bin/
scrump --version

Or, from crates.io:

cargo install scrump-cli

Verify with the matching *.sha256 file.

What's Changed

  • fix(rules): real-artifact rounds 16-20 (260 quarantined, harness 130→123) by @avifenesh in #17

Full Changelog: v0.1.7...v0.1.8