From 0619bb7af3139024e7d5a77a7826ef1cd68906b9 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Wed, 10 Jan 2024 16:27:53 +0100 Subject: [PATCH] Shut up resolver warning --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 6e655e1..01e08f9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,6 +3,7 @@ members = [ "gha-cache", "magic-nix-cache", ] +resolver = "2" [profile.release] opt-level = 'z'