The current version seems to lack a Cargo.lock file. Its typical to commit this file to the repository so that everybody who tries to build the project uses the exact same version of dependencies that you do.
I'm missing it because I'm trying to bump Gersemi in NixOS, but in order to build it properly, it needs the lock file.
The current version seems to lack a Cargo.lock file. Its typical to commit this file to the repository so that everybody who tries to build the project uses the exact same version of dependencies that you do.
I'm missing it because I'm trying to bump Gersemi in NixOS, but in order to build it properly, it needs the lock file.