From 6db63d6bb373ffbf3136a9e318c6dc54ed3cb818 Mon Sep 17 00:00:00 2001 From: Sergio Benitez Date: Thu, 8 Jun 2023 15:37:53 -0700 Subject: [PATCH] Use 'resolver = 2' across workspaces. --- Cargo.toml | 1 + examples/Cargo.toml | 1 + 2 files changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 7260ca1c3a..82586944dc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,4 +1,5 @@ [workspace] +resolver = "2" members = [ "core/lib/", "core/codegen/", diff --git a/examples/Cargo.toml b/examples/Cargo.toml index c4c7d4ce22..c2ecd5fc59 100644 --- a/examples/Cargo.toml +++ b/examples/Cargo.toml @@ -1,4 +1,5 @@ [workspace] +resolver = "2" members = [ "config", "cookies",