Skip to content

v0.3.0

Choose a tag to compare

@likewhatevs likewhatevs released this 05 Mar 03:13
· 11 commits to main since this release
4d5f3c3

Cargo subcommand for verifying BPF programs embedded in Rust binaries via veristat.

What's new

  • crates.io cleanup — metadata, README, keywords, categories, and MSRV all wired up for publish
  • Dependency updatesanyhow, clap, tempfile, rustix, and others bumped to latest
  • --rodata fix — used to silently do nothing if the target had no extracted BPF objects; now errors clearly
  • CI improvements — dropped sudo in favor of setcap on veristat and bpftool; clippy now covers --all-targets; daily scheduled runs
  • Refactoring — run-list assembly extracted into build_runs() for testability
  • Coverage — 84% → 88% lines; integration tests now included in coverage collection

Installation

cargo install cargo-veristat