Skip to content

Commit

Permalink
Use resolver version 2 since all the crates are on the 2021 edition
Browse files Browse the repository at this point in the history
We cannot set the rust edition inside the virtual workspace, so we need
to set the resolver field. For the 2021 edition, resolver version 2 is
recommended.

See:
https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
rust-lang/cargo#10112

Signed-off-by: Ariel Miculas <[email protected]>
  • Loading branch information
ariel-miculas committed Jul 18, 2023
1 parent 333e690 commit 6df5eb0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,5 @@ members = [
"fsverity_helpers",
"common"
]

resolver = "2"

0 comments on commit 6df5eb0

Please sign in to comment.