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

fix(install): Don't respect MSRV for non-local installs #13790

Merged
merged 2 commits into from
Apr 23, 2024

Commits on Apr 23, 2024

  1. refactor(msrv): Simplify tracking of use of MSRV-aware resolver

    The design for this stems from
    - It being unclear what the initialization order would be
    - Prematurely writing this for `Cargo.lock` version to leverage it and
      maybe to switch other MSRV-aware logic to
    epage committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    cd8d5f7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dcbf2b5 View commit details
    Browse the repository at this point in the history