You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ mv Cargo.lock Cargo.lock.old # also happens if Cargo.lock contains old library versions, but this is simpler to reproduce
$ cargo crev verify --show-all
command output:
Updating crates.io index
the lock file /home/binarycat/src/rs/rdeck/Cargo.lock needs to be updated but --locked was passed to prevent this
If you want to try to generate the lock file without accessing the network, remove the --locked flag and use --offline instead.
it is impossible to get a backtrace, as the program exits successfully (status code 0), but fails to do anything.
Reproduction steps:
command output:
it is impossible to get a backtrace, as the program exits successfully (status code 0), but fails to do anything.
crev installed via
nix-env
OS: NixOS 23.11.4315.c68a9fc85c2c (Tapir) x86_64
Kernel: 6.7.4
The text was updated successfully, but these errors were encountered: