From 1715496d5ba70be939662b554b5aac9fff4d7f3e Mon Sep 17 00:00:00 2001 From: rvcas Date: Thu, 24 Aug 2023 15:51:39 -0600 Subject: [PATCH] chore: update resolver in virtual workspace --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 84a62eeb..3404eaa3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,6 @@ [workspace] members = ["crates/*"] +resolver = "2" [profile.release] strip = true