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

Bootstrap from 1.28.0 beta #51717

Merged
merged 2 commits into from
Jun 30, 2018
Merged

Bootstrap from 1.28.0 beta #51717

merged 2 commits into from
Jun 30, 2018

Commits on Jun 30, 2018

  1. Bootstrap from 1.28.0-beta.3

    Mark-Simulacrum authored and alexcrichton committed Jun 30, 2018
    Configuration menu
    Copy the full SHA
    ad97f8b View commit details
    Browse the repository at this point in the history
  2. Notice non-toplevel dll dependencies in rustbuild

    Previously Cargo would hardlink all the dependencies into the "root" as
    foo.dll and the `toplevel` array would get populated with these, but
    that's no longer the case. Instead, cargo will only do this for the
    final artifacts/final libraries.
    
    Rustbuild is updated to continue looping through the artifacts mentioned
    instead of early-returning. This should fix the bug.
    
    @alexcrichton found the cause of this and suggested this fix.
    Mark-Simulacrum authored and alexcrichton committed Jun 30, 2018
    Configuration menu
    Copy the full SHA
    3d68774 View commit details
    Browse the repository at this point in the history