You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ci: skip crates.io publish when token is absent
cargo publish was failing (non-empty token error) and blocking the
GitHub Release step. Gate the publish step on token presence so the
GitHub Release (binary tarball) always runs.
fix: resolve clippy 1.95 warnings (sort_by_key, collapsible_match)
CI uses Rust 1.95 with stricter clippy rules. Convert sort_by to
sort_by_key and collapse nested if-into-match guards.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>