Remove lockfile from repo #48

Merged
glyph merged 3 commits from remove_lockfile into main 2022-07-01 07:41:30 +00:00
Owner

I recently learned that Rust libraries should not commit Cargo.lock to version control repos. There are some explanatory details in the FAQ of The Cargo Book.

This PR removes Cargo.lock from the repo, adds it to .gitignore and bumps the patch version in Cargo.toml.

I recently learned that Rust libraries should not commit `Cargo.lock` to version control repos. There are some explanatory details in the [FAQ of The Cargo Book](https://doc.rust-lang.org/cargo/faq.html#why-do-binaries-have-cargolock-in-version-control-but-not-libraries). This PR removes `Cargo.lock` from the repo, adds it to `.gitignore` and bumps the patch version in `Cargo.toml`.
glyph added 3 commits 2022-06-29 15:06:30 +00:00
glyph requested review from notplants 2022-06-29 15:06:38 +00:00
glyph merged commit 1c44f0e56a into main 2022-07-01 07:41:30 +00:00
glyph deleted branch remove_lockfile 2022-07-01 07:41:30 +00:00
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: golgi-ssb/golgi#48
No description provided.