From 437571347e2b16e7c3d68f0177d4ca1f2efcf4a5 Mon Sep 17 00:00:00 2001 From: Brady Fomegne Date: Tue, 5 Mar 2024 07:24:24 +0100 Subject: [PATCH] chore(preprocessor): update crate version to 0.6.0 (#191) --- engine/preprocessor/Cargo.toml | 2 +- service/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/engine/preprocessor/Cargo.toml b/engine/preprocessor/Cargo.toml index f7b8307..8296262 100644 --- a/engine/preprocessor/Cargo.toml +++ b/engine/preprocessor/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "afrim-preprocessor" -version = "0.5.1" +version = "0.6.0" edition = "2021" description = "A preprocessor to process keyboard events for an input method." keywords = ["ime", "processor", "keyboard"] diff --git a/service/Cargo.toml b/service/Cargo.toml index b5a57bd..8f26288 100644 --- a/service/Cargo.toml +++ b/service/Cargo.toml @@ -27,7 +27,7 @@ inhibit = ["afrim-preprocessor/inhibit"] 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.5.1", path = "../engine/preprocessor", 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 } rdev = "0.5.3"