From 6b6d94da252a4db12e685f1428e12b0954b6d44d Mon Sep 17 00:00:00 2001 From: Joshua Simmons Date: Sat, 29 Jul 2023 18:42:48 +0200 Subject: [PATCH] cargo: Enable resolver 2 for workspace --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 1527ed0..cc1f8d0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,6 +16,8 @@ members = [ "libs/narcissus-world", ] +resolver = "2" + [profile.release] panic = "abort" debug = true -- 2.49.0