From 9608f05ba8b5d4626a8b3f11348526812f32742c Mon Sep 17 00:00:00 2001 From: Ryo Yamashita Date: Wed, 17 Apr 2024 05:08:41 +0900 Subject: [PATCH] =?UTF-8?q?VOICEVOX/open=5Fjtalk-rs#31=20=E3=82=92?= =?UTF-8?q?=E5=8F=96=E3=82=8A=E8=BE=BC=E3=82=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.lock | 4 ++-- Cargo.toml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 18d032bd8..df10b409e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2514,7 +2514,7 @@ checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5" [[package]] name = "open_jtalk" version = "0.1.25" -source = "git+https://github.com/qryxip/open_jtalk-rs.git?rev=f79e6855a65e96576a8c983ca26fcc2228298a20#f79e6855a65e96576a8c983ca26fcc2228298a20" +source = "git+https://github.com/VOICEVOX/open_jtalk-rs.git?rev=e1940f3fd61a48bed5bbec8cd2645e13923b1f80#e1940f3fd61a48bed5bbec8cd2645e13923b1f80" dependencies = [ "camino", "open_jtalk-sys", @@ -2524,7 +2524,7 @@ dependencies = [ [[package]] name = "open_jtalk-sys" version = "0.16.111" -source = "git+https://github.com/qryxip/open_jtalk-rs.git?rev=f79e6855a65e96576a8c983ca26fcc2228298a20#f79e6855a65e96576a8c983ca26fcc2228298a20" +source = "git+https://github.com/VOICEVOX/open_jtalk-rs.git?rev=e1940f3fd61a48bed5bbec8cd2645e13923b1f80#e1940f3fd61a48bed5bbec8cd2645e13923b1f80" dependencies = [ "bindgen", "cmake", diff --git a/Cargo.toml b/Cargo.toml index 182a5f754..4cc54b196 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -91,8 +91,8 @@ git = "https://github.com/VOICEVOX/onnxruntime-rs.git" rev = "ebb9dcb9b26ee681889b52b6db3b4f642b04a250" [workspace.dependencies.open_jtalk] -git = "https://github.com/qryxip/open_jtalk-rs.git" -rev = "f79e6855a65e96576a8c983ca26fcc2228298a20" +git = "https://github.com/VOICEVOX/open_jtalk-rs.git" +rev = "e1940f3fd61a48bed5bbec8cd2645e13923b1f80" # FIXME: iOS対応のpull request(https://github.com/wesleywiser/process_path/pull/16)がマージされる見込みが無いため [workspace.dependencies.process_path]