From e39502484d84b89b786388993c9bc5c1fcada52c Mon Sep 17 00:00:00 2001 From: Riccardo Mazzarini Date: Sun, 10 Sep 2023 19:06:06 +0200 Subject: [PATCH] fix warning about resolver --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 7e27ebe9..d895171d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,4 +1,5 @@ [workspace] +resolver = "2" members = [ "crates/*", "examples/*",