Skip to content

Commit 8b8cf3c

Browse files
committed
kanalizer変更
1 parent 706ef6e commit 8b8cf3c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
cd "$_"
101101
rustup override set ${{ steps.msrv-for-rust-api.outputs.rust-version }}
102102
cargo init
103-
cargo add base64ct@=1.6.0 # TODO: MSRVが1.85以上になったら不要
103+
cargo add base64ct@=1.6.0 cfg-elif@=0.6.2 # TODO: MSRVが1.85以上になったら不要
104104
cargo add --path "$rust_api" --features load-onnxruntime
105105
cargo check
106106
cargo rm voicevox_core

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,8 @@ windows = "0.43.0"
107107
zip = "0.6.3"
108108

109109
[workspace.dependencies.kanalizer]
110-
git = "https://github.com/VOICEVOX/kanalizer.git"
111-
tag = "0.1.1"
110+
git = "https://github.com/qryxip/kanalizer.git"
111+
branch = "pr/feat-infer-make-rust-apis-msrv-1-84"
112112

113113
[workspace.dependencies.voicevox-ort]
114114
git = "https://github.com/VOICEVOX/ort.git"

0 commit comments

Comments
 (0)