Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Always include Cargo.lock in published crates #14815

Merged
merged 1 commit into from
Nov 14, 2024

Commits on Nov 14, 2024

  1. Always include Cargo.lock in published crates

    Originally it was only included for packages that have executables or
    examples for `cargo install`, however this causes inconsistencies and
    is kind of unexpected nowadays, e.g. with cdylib crates.
    
    Including it always only slightly increases the crate size and allows
    for all crates to know a set of dependency versions that were working,
    which can make regression tracking easier.
    
    Fixes rust-lang#13447
    sdroege committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    dd698ff View commit details
    Browse the repository at this point in the history