aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-06-21 23:04:20 +0800
committer魏曹先生 <1992414357@qq.com>2026-06-21 23:04:20 +0800
commit2f0c1f3fda6025da64636a4cfd01d4f98bc7d50b (patch)
treed1f61d2c388398adb9e7dfb06d47a41d592881c2 /Cargo.toml
parentc6885ae2312a1be589e945129bdd9d268f14c370 (diff)
feat(cli): add --models-dir option for custom model path
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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