From 2f0c1f3fda6025da64636a4cfd01d4f98bc7d50b Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Sun, 21 Jun 2026 23:04:20 +0800 Subject: feat(cli): add --models-dir option for custom model path --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 69724a4..7821ca1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ pinyin = { version = "0.11.0", features = ["with_tone", "with_tone_num", "with_t [dependencies.vtx-engine] git = "https://github.com/Weicao-CatilGrass/vtx-engine" -rev = "864889b97c52d31098670d33e10d62a96ec8c41e" +rev = "35b954ad50ec6211e6a25ca4777d1685311f696e" [profile.dev] opt-level = 0 -- cgit