Skip to content

Commit

Permalink
chore: Update crate version
Browse files Browse the repository at this point in the history
Released v0.5.0
  • Loading branch information
pythonbrad committed Oct 24, 2023
1 parent b5ead50 commit a7263d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion engine/translator/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"]
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 @@ 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]
Expand Down

0 comments on commit a7263d7

Please sign in to comment.