-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cargo.lock file #3
Comments
@mihaigalos package has now been merged into pkgsrc main branch, https://mail-index.netbsd.org/pkgsrc-changes/2022/01/25/msg247615.html |
I had a look at multiple repos I own, seems the # 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.html
Cargo.lock I have it locally, let me add it to git. |
Nice, now it's there.
When it's not there, I need to first generate it and then convert it into the above using Feel free to close this issue. |
Ok. I'm tagging and releasing |
Thanks! |
What I'd to have is for you to provide a
Cargo.lock
file to avoid a manual step while updating the package.See for example,
dust
repository,The text was updated successfully, but these errors were encountered: