diff --git a/engine/translator/Cargo.toml b/engine/translator/Cargo.toml index b7df5bb..982c78c 100644 --- a/engine/translator/Cargo.toml +++ b/engine/translator/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "afrim-translator" -version = "0.1.3" +version = "0.1.4" edition = "2021" description = "Manage the predication system of the afrim input method." keywords = ["auto-complete", "ime", "predication"] diff --git a/service/Cargo.toml b/service/Cargo.toml index 8f26288..c60ada9 100644 --- a/service/Cargo.toml +++ b/service/Cargo.toml @@ -28,7 +28,7 @@ clap = { version = "4.5.1", features = ["derive"] } enigo = "0.1.3" afrim-config = { version = "0.4.3", path = "../config", default-features = false } afrim-preprocessor = { version = "0.6.0", path = "../engine/preprocessor", default-features = false } -afrim-translator = { version = "0.1.3", path = "../engine/translator", default-features = false } +afrim-translator = { version = "0.1.4", path = "../engine/translator", default-features = false } rdev = "0.5.3" [dev-dependencies]