From 935468e77b3469eedc5b28fe70df2d803886c569 Mon Sep 17 00:00:00 2001 From: Ryo Yamashita Date: Mon, 16 Oct 2023 02:35:00 +0900 Subject: [PATCH] =?UTF-8?q?`workspace.resolver`=E3=82=92=E8=A8=AD=E5=AE=9A?= =?UTF-8?q?=20(#646)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 0c8d7aca3..c63e13309 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,6 +8,7 @@ members = [ "crates/voicevox_core_python_api", "crates/xtask" ] +resolver = "2" [workspace.dependencies] anyhow = "1.0.65"