doctave icon indicating copy to clipboard operation
doctave copied to clipboard

Cargo.lock file is out of sync

Open andoriyu opened this issue 3 years ago • 0 comments

I was working on making a nix package for dotave and notcied that revision tagged as 0.4.2 has an outdated Cargo.lock file.

This prevents building this package offline and in a reproducible way. This is very easy to prevent in the future by using --frozen flag for cargo during CI.

looks the only thing that is different is version of doctave itself. i guess you tag a little bit to early ?

andoriyu avatar Jul 16 '22 02:07 andoriyu