From: Joshua Simmons Date: Sat, 29 Jul 2023 16:42:48 +0000 (+0200) Subject: cargo: Enable resolver 2 for workspace X-Git-Url: https://git.nega.tv//gitweb.cgi?a=commitdiff_plain;h=6b6d94da252a4db12e685f1428e12b0954b6d44d;p=josh%2Fnarcissus cargo: Enable resolver 2 for workspace --- 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