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: explicitly set resolver version in virtual manifest #1311

Merged
merged 4 commits into from
Jul 4, 2023

Commits on Jul 3, 2023

  1. Explicitly set resolver version in virtual manifest

    The default for crates with edition >= 2021 is the version 2 of the resolver.
    Virtual manifests, however, default to version 1.
    Seems that when we moved the VM to its own directory, we also changed the resolver we used.
    MegaRedHand committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    ab18f03 View commit details
    Browse the repository at this point in the history
  2. Update changelog

    MegaRedHand committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    fa0e1c4 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2023

  1. Configuration menu
    Copy the full SHA
    b85d0b8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cf0723e View commit details
    Browse the repository at this point in the history