From ecec5f2d515a751995d231b8e5cc5fbcb346cde2 Mon Sep 17 00:00:00 2001 From: Romain Ruetschi <106849+romac@users.noreply.github.com> Date: Fri, 29 Sep 2023 13:56:05 +0200 Subject: [PATCH] Fix cargo warning by explicitly specifying a resolver for the workspace --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 0e88ddc1b..f185e28d4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,4 +1,5 @@ [workspace] +resolver = "2" members = [ "abci",