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

Switch to using the v2 resolver in the library #128724

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Aug 6, 2024

  1. Switch to using the v2 resolver in library/

    Pinning the resolver to v1 was done in 5abff37 ("Explicit set
    workspace.resolver ...") in order to suppress warnings. Since there is
    no specific reason not to use the new resolver and since it fixes
    issues, change to `resolver = "2"` in `library/`.
    tgross35 committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    f1d3ba1 View commit details
    Browse the repository at this point in the history
  2. Run cargo update with the new v2 resolver in library/

    v2 resolves some dependencies differently. Run `cargo update` to make
    sure everything is in sync.
    tgross35 committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    bce5f2c View commit details
    Browse the repository at this point in the history