From c1b30f7aa9e60628a662a171989511ace859af6d Mon Sep 17 00:00:00 2001 From: Pierre HUBERT Date: Sat, 23 Dec 2023 14:39:13 +0100 Subject: [PATCH] Set resolver --- rust/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/Cargo.toml b/rust/Cargo.toml index fd0176e..5252c9a 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -1,5 +1,5 @@ [workspace] - +resolver = "2" members = [ "sea_battle_backend", "sea_battle_cli_player"