Closed orhun closed 3 years ago
You should commit the Cargo.lock file after building the project since it's a Rust binary. I suggest you to remove Cargo.lock line from .gitignore#L3
Cargo.lock
For more information, please see: https://doc.rust-lang.org/cargo/faq.html#why-do-binaries-have-cargolock-in-version-control-but-not-libraries
This would help with future issues like #32 .
You should commit the
Cargo.lock
file after building the project since it's a Rust binary. I suggest you to removeCargo.lock
line from .gitignore#L3For more information, please see: https://doc.rust-lang.org/cargo/faq.html#why-do-binaries-have-cargolock-in-version-control-but-not-libraries