From b073dfeebe4d5ab4da247fc8c96a6b9efb6d7a56 Mon Sep 17 00:00:00 2001 From: Bastien Dejean Date: Thu, 7 Sep 2023 18:28:07 +0200 Subject: [PATCH] Fix warning about the workspace's resolver --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 588e1c8..49fa308 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [workspace] - +resolver = "2" members = [ "crates/core", "crates/plato", -- 2.51.2