From 33b3c10413eb6c2b90484fb302d37620a0318966 Mon Sep 17 00:00:00 2001 From: Romain Ruetschi Date: Fri, 29 Sep 2023 15:00:26 +0200 Subject: [PATCH] Fix cargo warning by explicitly specifying a resolver for the workspace (#1363) --- 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",