From 7c875553e9661ebb4eda41b42a1a8e57f7c76c99 Mon Sep 17 00:00:00 2001 From: Ryo Yamashita Date: Sun, 15 Oct 2023 16:56:01 +0900 Subject: [PATCH] =?UTF-8?q?`workspace.resolver`=E3=82=92=E8=A8=AD=E5=AE=9A?= 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"