Remove lockfile from repo #48
Reference in New Issue
Block a user
No description provided.
Delete Branch "remove_lockfile"
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?
I recently learned that Rust libraries should not commit
Cargo.lockto version control repos. There are some explanatory details in the FAQ of The Cargo Book.This PR removes
Cargo.lockfrom the repo, adds it to.gitignoreand bumps the patch version inCargo.toml.