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

Load [replace] sections from lock files #3220

Merged
merged 1 commit into from
Nov 3, 2016
Merged

Commits on Oct 21, 2016

  1. Load [replace] sections from lock files

    This commit fixes a bug in Cargo where path-based [replace] dependencies were
    accidentally not loaded from lock files. This meant that even with a lock
    file some compilations could accidentally become nondeterministic. The fix here
    is to just look at all path dependencies, even those specified through [replace]
    
    Closes rust-lang#3216
    alexcrichton committed Oct 21, 2016
    Configuration menu
    Copy the full SHA
    155dee5 View commit details
    Browse the repository at this point in the history