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

chore: resolves a warning seen while running cargo update #7753

Merged
merged 2 commits into from
Sep 5, 2023

Commits on Sep 5, 2023

  1. chore: resolves a warning seen while running cargo update

    warning: some crates are on edition 2021 which defaults to `resolver = "2"`, but virtual workspaces default to `resolver = "1"`
    note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
    note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest
    martinfrances107 committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    cd0511b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ede4bd1 View commit details
    Browse the repository at this point in the history