File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -107,8 +107,8 @@ windows = "0.43.0"
107107zip = " 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 ]
114114git = " https://github.com/VOICEVOX/ort.git"
You can’t perform that action at this time.
0 commit comments