Skip to content

Commit

Permalink
Cargo.toml: enable resolver = "2" (#566)
Browse files Browse the repository at this point in the history
Gets rid of the warning and prevents spurious feature activation between
dependencies/dev-dependencies/build-dependencies
  • Loading branch information
tarcieri committed Oct 31, 2023
1 parent 42a1676 commit 85ff034
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 @@ -10,3 +10,4 @@ members = [
"eax",
"mgm",
]
resolver = "2"

0 comments on commit 85ff034

Please sign in to comment.