v0.3.0
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 updates —
anyhow,clap,tempfile,rustix, and others bumped to latest --rodatafix — used to silently do nothing if the target had no extracted BPF objects; now errors clearly- CI improvements — dropped
sudoin favor ofsetcaponveristatandbpftool; 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