Specify resolver=2 in the Cargo workspace

This commit is contained in:
Eryn Wells 2024-01-24 17:10:44 -08:00
parent 88c0638d83
commit 3e1675f87e

View file

@ -1,8 +1,8 @@
[workspace] [workspace]
members = [ members = [
"board", "board",
"bitboard", "bitboard",
"core", "core",
"explorer", "explorer",
] ]
resolver = "2"