Comment by the8472 2 months ago lib crates have been checking in their Cargo.lock for a while now.https://github.com/rust-lang/cargo/pull/12382 1 comment the8472 Reply Liskni_si 2 months ago That Cargo.lock will only be used for the library's own CI though (and also for development if you git clone it). It will not be used by downstream dependencies at all.
Liskni_si 2 months ago That Cargo.lock will only be used for the library's own CI though (and also for development if you git clone it). It will not be used by downstream dependencies at all.
That Cargo.lock will only be used for the library's own CI though (and also for development if you git clone it). It will not be used by downstream dependencies at all.