You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cargo's been warning about this for a while, e.g. here. Would be nice if this could be fixed one way or the other.
warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
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
note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
The text was updated successfully, but these errors were encountered:
cargo's been warning about this for a while, e.g. here. Would be nice if this could be fixed one way or the other.
The text was updated successfully, but these errors were encountered: