fix(ci): rustfmt sidecar to unblock the release workflow #8
Reference in New Issue
Block a user
No description provided.
Delete Branch "fix/sidecar-rustfmt"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The release workflow for #7 failed at the
cargo fmt --checkgate: the Protocol 2.0 additions (upsert_guild/upsert_housesignatures and their call sites inmain.rs) had lines wider than rustfmt's default, whichcargo checkdoesn't catch butfmt --checkdoes.cargo fmtreformatting only — no behavioral change. Verifiedcargo fmt --check,cargo check, andcargo testall clean locally. This unblocks the release.🤖 Generated with Claude Code