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

rustbuild: Update Cargo download location #38470

Merged
merged 1 commit into from
Dec 21, 2016

Commits on Dec 20, 2016

  1. rustbuild: Update Cargo download location

    I updated the beta compiler used to bootstrap the master branch in rust-lang#38438 with
    the intention of fixing Travis OSX linkage issues but I mistakenly forgot that
    the PR only updated rustc, not Cargo itself. Cargo has a new release process
    with downloads in a different location, so this commit updates rustbuild to
    download from this new location by tracking revisions instead of Cargo nightly
    dates.
    alexcrichton committed Dec 20, 2016
    Configuration menu
    Copy the full SHA
    f5e7d92 View commit details
    Browse the repository at this point in the history