sandboxfs icon indicating copy to clipboard operation
sandboxfs copied to clipboard

Check in Cargo.lock?

Open jeremyschlatter opened this issue 5 years ago • 1 comments

I was packaging up sandboxfs to make it available through the nix package manager, and stumbled on the lack of a checked-in Cargo.lock.

Checking in Cargo.lock seems to be the recommended best practice for binaries like sandboxfs, and would also make my life easier here, so I figured I would see if you were up for it.

jeremyschlatter avatar Oct 01 '20 23:10 jeremyschlatter

+1, we also enforce lockfiles on void (e.g. cargo --locked)

classabbyamp avatar Jun 27 '23 06:06 classabbyamp