Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: use locked
Cargo.lock
for installation
This PR adds `--locked` to the installation command `cargo instal --locked --path .`. This flag locks Cargo.lock. Without this flag, rust will actually update the dependencies prior to installing the binaries. If someone upstream introduces a backwards- incompatible error, we are stuck with the compilation errors. Co-authored-by: Ferdinand Sauer <[email protected]>
- Loading branch information