Skip to content

Commit

Permalink
VOICEVOX/open_jtalk-rs#31 を取り込む
Browse files Browse the repository at this point in the history
  • Loading branch information
qryxip committed Apr 2, 2024
1 parent fa630ce commit 48cd334
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ git = "https://github.com/VOICEVOX/onnxruntime-rs.git"
rev = "ebb9dcb9b26ee681889b52b6db3b4f642b04a250"

[workspace.dependencies.open_jtalk]
git = "https://github.com/VOICEVOX/open_jtalk-rs.git"
rev = "70c76bb54522830e92803038191bf533ba68ce85"
git = "https://github.com/qryxip/open_jtalk-rs.git"
rev = "f79e6855a65e96576a8c983ca26fcc2228298a20"

# FIXME: iOS対応のpull request(https://github.com/wesleywiser/process_path/pull/16)がマージされる見込みが無いため
[workspace.dependencies.process_path]
Expand Down
4 changes: 0 additions & 4 deletions crates/voicevox_core/src/engine/open_jtalk.rs
Original file line number Diff line number Diff line change
Expand Up @@ -181,10 +181,6 @@ pub(crate) mod blocking {
njd: ManagedResource<Njd>,
jpcommon: ManagedResource<JpCommon>,
}

// FIXME: open_jtalk-rs側で宣言する
#[allow(unsafe_code)]
unsafe impl Send for Resources {}
}

pub(crate) mod tokio {
Expand Down

0 comments on commit 48cd334

Please sign in to comment.