diff --git a/engine/translator/Cargo.toml b/engine/translator/Cargo.toml index b7387fd..a10b1e0 100644 --- a/engine/translator/Cargo.toml +++ b/engine/translator/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "afrim-translator" -version = "0.0.1" +version = "0.0.2" 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 b5153bf..63cb55a 100644 --- a/service/Cargo.toml +++ b/service/Cargo.toml @@ -27,7 +27,7 @@ clap = { version = "4.4.6", features = ["derive"] } enigo = "0.1.3" afrim-config = { version = "0.4.1", path = "../config", default-features = false } afrim-preprocessor = { version = "0.5.0", path = "../engine/preprocessor", default-features = false } -afrim-translator = { version = "0.0.1", path = "../engine/translator", default-features = false } +afrim-translator = { version = "0.0.2", path = "../engine/translator", default-features = false } rdev = "0.5.3" [dev-dependencies]