From 3e1675f87e1fe40fa47125fba442e94c2bdf7ee7 Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Wed, 24 Jan 2024 17:10:44 -0800 Subject: [PATCH] Specify resolver=2 in the Cargo workspace --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index cfa9c81..64d2a06 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,8 +1,8 @@ [workspace] - members = [ "board", "bitboard", "core", "explorer", ] +resolver = "2"