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
Fix Cargo.lock sync in release workflow
The create-release workflow bumps version in Cargo.toml but didn't
regenerate Cargo.lock, causing --locked builds to fail. Added
cargo generate-lockfile step and Cargo.lock to the commit.