From f6b48d1d4fdf7609b323d48394d20d80ebd76d27 Mon Sep 17 00:00:00 2001 From: Brady Fomegne Date: Tue, 5 Mar 2024 07:39:22 +0100 Subject: [PATCH] chore(translator): update the crate version to 0.1.4 --- engine/translator/Cargo.toml | 2 +- service/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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]