From 6fcb033cb4a145897a8b235fb0b453cc7172b1e1 Mon Sep 17 00:00:00 2001 From: Ivor Wanders Date: Sun, 22 Sep 2024 12:41:14 -0400 Subject: [PATCH] Fix resolver warning. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 19ed779..54d77fb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [workspace] - +resolver = "2" members = [ "engine", "battleground_construct",