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
Now that we have Cargo.lock, we should take the opportunity to encourage good habits with regards to it and source control.
Basically, what I'm imagining is that cargo new, when making a binary, should not add Cargo.lock to the ignore. And when making a library, should add it to the gitignore.