Phase 7.8 finding. cargo-udeps requires a nightly toolchain that we don't currently install. Add a small CI job that installs nightly + runs cargo udeps --all-targets (continue-on-error so it informs without gating). Complements cargo-machete which was added in #234.
Phase 7.8 finding. cargo-udeps requires a nightly toolchain that we don't currently install. Add a small CI job that installs nightly + runs
cargo udeps --all-targets(continue-on-error so it informs without gating). Complements cargo-machete which was added in #234.