Skip to content

Commit

Permalink
fix resolver warning
Browse files Browse the repository at this point in the history
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
  • Loading branch information
filnet committed Nov 18, 2023
1 parent f1347a0 commit b0433c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ members = [
"generator",
"generator-rewrite",
]
resolver = "2"

0 comments on commit b0433c7

Please sign in to comment.