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
On NetBSD, we have a script that reads Cargo.lock and generates a file listing all cargo dependencies.
When Cargo.lock is hidden in .gitignore, we need to do this manually.
Would you please consider removing Cargo.lock from .gitignore and simplify our work?
Thanks in advance.
The text was updated successfully, but these errors were encountered:
This is a library, and Cargo.lock is used only for binaries. It is completely ignored and does nothing for library users. If you just want to see what would be there, you can run cargo generate-lockfile.
Hi,
On NetBSD, we have a script that reads
Cargo.lock
and generates a file listing all cargo dependencies.When
Cargo.lock
is hidden in.gitignore
, we need to do this manually.Would you please consider removing
Cargo.lock
from.gitignore
and simplify our work?Thanks in advance.
The text was updated successfully, but these errors were encountered: