Remove Cargo.lock from version control #3
Reference in New Issue
Block a user
Delete Branch "%!s()"
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?
Severity: Medium
Cargo.lockis committed, but this is a library crate. Rust convention is that libraries should NOT commitCargo.lock— only binary crates should. Downstream consumers use their own lockfile.Add
Cargo.lockto.gitignoreand remove it from the repo.