From 423326f0776377a7a0520b9c3333819c8b2a87fc Mon Sep 17 00:00:00 2001 From: tyranron Date: Sat, 9 Sep 2023 15:08:26 +0300 Subject: [PATCH] Switch workspace default to `resolver = "2"` --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3034cbd6e..94b6ec98d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [workspace] - +resolver = "2" members = [ "benches", "examples/basic_subscriptions",