From c1d453d28ca8683d1b7061ff48517d02685ad7bb Mon Sep 17 00:00:00 2001 From: Tamo Date: Wed, 2 Aug 2023 10:49:28 +0200 Subject: [PATCH] use the new workspace resolver --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 421291b..5d2e151 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,6 @@ [workspace] +resolver = "2" members = [ "chitchat", "chitchat-test",