From 93f78854356271007ccffb7af0824ead403641bb Mon Sep 17 00:00:00 2001 From: Ryo Yamashita Date: Tue, 21 May 2024 23:29:50 +0900 Subject: [PATCH] =?UTF-8?q?VOICEVOX/ort#2=20=E3=81=AB=E8=BF=BD=E5=BE=93?= =?UTF-8?q?=E3=81=99=E3=82=8B?= 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 1979997a6..c7e72c732 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3544,7 +3544,7 @@ checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" [[package]] name = "voicevox-ort" version = "2.0.0-rc.2" -source = "git+https://github.com/qryxip/ort.git?rev=f44fca809c2296a9a2a5aa04e962363bd65471dc#f44fca809c2296a9a2a5aa04e962363bd65471dc" +source = "git+https://github.com/VOICEVOX/ort.git?rev=a2d6ae22327869e896bf4c16828734d09516d2d9#a2d6ae22327869e896bf4c16828734d09516d2d9" dependencies = [ "half", "js-sys", @@ -3558,7 +3558,7 @@ dependencies = [ [[package]] name = "voicevox-ort-sys" version = "2.0.0-rc.2" -source = "git+https://github.com/qryxip/ort.git?rev=f44fca809c2296a9a2a5aa04e962363bd65471dc#f44fca809c2296a9a2a5aa04e962363bd65471dc" +source = "git+https://github.com/VOICEVOX/ort.git?rev=a2d6ae22327869e896bf4c16828734d09516d2d9#a2d6ae22327869e896bf4c16828734d09516d2d9" dependencies = [ "flate2", "sha2", diff --git a/Cargo.toml b/Cargo.toml index 908257f22..1164d7311 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -86,8 +86,8 @@ windows = "0.43.0" zip = "0.6.3" [workspace.dependencies.voicevox-ort] -git = "https://github.com/qryxip/ort.git" -rev = "f44fca809c2296a9a2a5aa04e962363bd65471dc" +git = "https://github.com/VOICEVOX/ort.git" +rev = "a2d6ae22327869e896bf4c16828734d09516d2d9" [workspace.dependencies.open_jtalk] git = "https://github.com/VOICEVOX/open_jtalk-rs.git"