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
...# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.htmlCargo.lock...
The text was updated successfully, but these errors were encountered:
This project consists of multiple crates that are combined together. Most of them are built as binaries. So even with the current recommendation, we should keep the Cargo.lock checked in.
From this documentation https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html, it's stated that
The GitHub gitignore convention uses it: https://github.com/github/gitignore/blob/main/Rust.gitignore
The text was updated successfully, but these errors were encountered: