v0.1.0
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.0/scrump-v0.1.0-x86_64-unknown-linux-gnu.tar.gz
tar -xzf scrump.tar.gz
sudo install -m 755 scrump-v0.1.0-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 thiserror from 1.0.69 to 2.0.18 by @dependabot[bot] in #4
- build(deps): Bump rusqlite from 0.32.1 to 0.39.0 by @dependabot[bot] in #3
- build(deps): Bump linux-perf-data from 0.10.2 to 0.13.0 by @dependabot[bot] in #2
New Contributors
- @dependabot[bot] made their first contribution in #4
Full Changelog: https://github.com/avifenesh/scrump/commits/v0.1.0