Skip to content

Commit

Permalink
chore(preprocessor): update crate version to 0.6.0 (#191)
Browse files Browse the repository at this point in the history
  • Loading branch information
pythonbrad authored Mar 5, 2024
1 parent f79eab2 commit 4375713
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion engine/preprocessor/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"]
Expand Down
2 changes: 1 addition & 1 deletion service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 4375713

Please sign in to comment.