Closed jzbor closed 3 days ago
Rust projects usually have their Cargo.lock tracked in their source repository. This helps with deterministic builds and packaging. See also https://doc.rust-lang.org/cargo/faq.html#why-have-cargolock-in-version-control
Cargo.lock
done Thanks
Rust projects usually have their
Cargo.lock
tracked in their source repository. This helps with deterministic builds and packaging. See also https://doc.rust-lang.org/cargo/faq.html#why-have-cargolock-in-version-control