v0.1.1
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.1/scrump-v0.1.1-x86_64-unknown-linux-gnu.tar.gz
tar -xzf scrump.tar.gz
sudo install -m 755 scrump-v0.1.1-x86_64-unknown-linux-gnu/scrump /usr/local/bin/
scrump --versionOr, from crates.io:
cargo install scrump-cliVerify with the matching *.sha256 file.
What's Changed
- build(deps): Bump actions/upload-artifact from 4 to 7 by @dependabot[bot] in #8
- build(deps): Bump softprops/action-gh-release from 2 to 3 by @dependabot[bot] in #7
- build(deps): Bump actions/download-artifact from 4 to 8 by @dependabot[bot] in #6
- build(deps): Bump actions/checkout from 4 to 6 by @dependabot[bot] in #5
- build(deps): Bump zip from 2.4.2 to 8.6.0 by @dependabot[bot] in #1
Full Changelog: v0.1.0...v0.1.1