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

[Ignore this] Implement min-rust-version support (in cargo build, resolver support). #7801

Closed
wants to merge 5 commits into from

Commits on Jan 15, 2020

  1. Implement min-rust-version support.

    Manifest gets min-rust-version key,
    resolver ignores the packages (summaries) with min-rust-version
    below the current one,
    error messages tell what went wrong.
    moxian committed Jan 15, 2020
    Configuration menu
    Copy the full SHA
    4eb7110 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b8add53 View commit details
    Browse the repository at this point in the history
  3. rustfmt

    moxian committed Jan 15, 2020
    Configuration menu
    Copy the full SHA
    c749300 View commit details
    Browse the repository at this point in the history
  4. fix resolver tests

    moxian committed Jan 15, 2020
    Configuration menu
    Copy the full SHA
    8569814 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5806bf7 View commit details
    Browse the repository at this point in the history