lsd-rs / lsd

The next gen ls command

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fails to build with `--locked`

ognevny opened this issue · comments

lockfile is not updated

We've also hit this snag in Nixpkgs since the build system enforces that the Cargo.lock is not changed while building. It looks like that the v1.1.2 release only updated version in the Cargo.toml and not Cargo.lock, which is causing this: v1.1.1...v1.1.2

This can be closed now, the issue is fixed and the CI should prevent it going forward.