Skip to content

Commit

Permalink
VOICEVOX/open_jtalk-rs#31 を取り込む (#772)
Browse files Browse the repository at this point in the history
* VOICEVOX/open_jtalk-rs#31 を取り込む

* VOICEVOX/open_jtalk-rs#31 を取り込む
  • Loading branch information
qryxip authored Apr 30, 2024
1 parent 3d6a63b commit 62fa2dd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 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.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ rev = "ebb9dcb9b26ee681889b52b6db3b4f642b04a250"

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

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

// FIXME: open_jtalk-rs側で宣言する
unsafe impl Send for Resources {}
}

pub(crate) mod tokio {
Expand Down

0 comments on commit 62fa2dd

Please sign in to comment.