From 9f9be0cbb63994612905c2f55346460aaa283aff Mon Sep 17 00:00:00 2001 From: passchaos Date: Thu, 31 Aug 2023 18:16:01 +0800 Subject: [PATCH] feat: eliminate compiler warnings about virtual workspace's resolver --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 07408beac..d1ce6d3b1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,4 +1,5 @@ [workspace] +resolver = "2" members = [ "r2r", "r2r_actions",