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

Ensure Summary::checksum works for registry crates #6842

Merged
merged 1 commit into from
Apr 13, 2019

Commits on Apr 12, 2019

  1. Ensure Summary::checksum works for registry crates

    While not actually used in Cargo itself the `Summary::checksum` method
    of downloaded packages from the registry currently returns `None`. This
    was accidentally regressed in rust-lang#6500 and noticed when updating
    `cargo-vendor` (it took a long time to get around to updating that).
    
    The fix here is to override the `checksum` field of the summary for
    packages we return from the registry, and everything else should remain
    the same!
    alexcrichton committed Apr 12, 2019
    Configuration menu
    Copy the full SHA
    014ef2e View commit details
    Browse the repository at this point in the history