From 59f8beac510585de3347db6ca37fe20fd04e6f9c Mon Sep 17 00:00:00 2001 From: Tony Arcieri Date: Tue, 31 Oct 2023 16:05:02 -0600 Subject: [PATCH] Cargo.toml: enable `resolver = "2"` Gets rid of the warning and prevents spurious feature activation between dependencies/dev-dependencies/build-dependencies --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 4b726a48..ff932711 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,3 +10,4 @@ members = [ "eax", "mgm", ] +resolver = "2"