fallow-cov-protocol 0.3.0

Versioned JSON envelope types shared between the fallow CLI and the fallow-cov production-coverage sidecar.
Documentation
1
2
3
4
5
6
[toolchain]
# Pinned to the crate's declared MSRV so `cargo clippy` / `cargo test` surface
# the same lints locally that CI enforces on the MSRV job. Bump in lockstep
# with `rust-version` in Cargo.toml and the `msrv` CI job.
channel = "1.75"
components = ["clippy", "rustfmt"]