From cf01e364cd0f3dd0f42af40efde20f0a458e738a Mon Sep 17 00:00:00 2001 From: sevenc-nanashi Date: Sun, 17 Sep 2023 08:58:48 +0900 Subject: [PATCH] =?UTF-8?q?Revert:=20branch=E3=82=92=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- crates/voicevox_core/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/crates/voicevox_core/Cargo.toml b/crates/voicevox_core/Cargo.toml index eac5c8ece..6e9e1e5a6 100644 --- a/crates/voicevox_core/Cargo.toml +++ b/crates/voicevox_core/Cargo.toml @@ -37,7 +37,6 @@ uuid.workspace = true [dependencies.onnxruntime] git = "https://github.com/sevenc-nanashi/onnxruntime-rs.git" -branch = "add/coreml" # rev = "ebb9dcb9b26ee681889b52b6db3b4f642b04a250" [dependencies.open_jtalk]