From 1a6f1efe638d1064725b108f6ed22e938dc8053f Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Mon, 16 Oct 2023 08:53:35 +0200 Subject: [PATCH] workspace: set resolver to 2 to silence a warning Signed-off-by: Wolfgang Bumiller --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 265f5c9f..f8bc181a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,6 +33,8 @@ members = [ exclude = [ "build", ] +resolver = "2" + [workspace.package] authors = ["Proxmox Support Team "] edition = "2021"