The repo currently excludes Cargo.lock files from Git. Very old Cargo versions defaulted to this, but it was widely considered as a mistake since it brings no real benefit and breaks all form of reproducibility. There was a change in guidance about 3 years ago: https://blog.rust-lang.org/2023/08/29/committing-lockfiles/
Please update this project to include the lockfile in the Git history.
Having the lockfile in the history is important when working on fixing errors triggered by upstream crates, for example #251.
The repo currently excludes
Cargo.lockfiles from Git. Very old Cargo versions defaulted to this, but it was widely considered as a mistake since it brings no real benefit and breaks all form of reproducibility. There was a change in guidance about 3 years ago: https://blog.rust-lang.org/2023/08/29/committing-lockfiles/Please update this project to include the lockfile in the Git history.
Having the lockfile in the history is important when working on fixing errors triggered by upstream crates, for example #251.