From 38624410db3eff26be70a7399374c392b47e746b Mon Sep 17 00:00:00 2001 From: Bilal Elmoussaoui Date: Wed, 23 Aug 2023 12:32:03 +0200 Subject: [PATCH] misc: Set workspace resolver to 2 cargo complains with the following otherwise: some crates are on edition 2021 which defaults to resolver = 2, but virtual workspaces default to resolver = 1 Signed-off-by: Bilal Elmoussaoui --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 633fa4d..514eca8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,4 +1,5 @@ [workspace] +resolver = "2" members = [ "crates/gpio",