diff --git a/config/Cargo.toml b/config/Cargo.toml index 245f872..3fb3764 100644 --- a/config/Cargo.toml +++ b/config/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "afrim-config" -version = "0.4.3" +version = "0.4.4" edition = "2021" description = "Handle the configuration of the afrim input method." keywords = ["ime", "config"] diff --git a/service/Cargo.toml b/service/Cargo.toml index c60ada9..f142ae7 100644 --- a/service/Cargo.toml +++ b/service/Cargo.toml @@ -26,7 +26,7 @@ inhibit = ["afrim-preprocessor/inhibit"] [dependencies] clap = { version = "4.5.1", features = ["derive"] } enigo = "0.1.3" -afrim-config = { version = "0.4.3", path = "../config", default-features = false } +afrim-config = { version = "0.4.4", path = "../config", default-features = false } afrim-preprocessor = { version = "0.6.0", path = "../engine/preprocessor", default-features = false } afrim-translator = { version = "0.1.4", path = "../engine/translator", default-features = false } rdev = "0.5.3"