Skip to content

Repo misconfiguration prevents reproducible builds #252

Description

@demurgos

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions