bbqsrc/cargo-ndk

Cargo.lock is missing

orhun opened this issue · 2 comments

orhun commented

Hello!

Cargo.lock should be present in the repository due to cargo-ndk being a "bin" project, however it is ignored via .gitignore.

This is also important for reproducible builds since --locked flag fails when Cargo.lock is not found.

I propose committing Cargo.lock to the repository and removing it from .gitignore. Happy to submit a PR :)

Fixed and published as v2.12.3. :)

orhun commented

Cool, thanks!