Skip to content

Commit

Permalink
chore(afrim-memory): update crate version to 0.4.0 (#190)
Browse files Browse the repository at this point in the history
  • Loading branch information
pythonbrad authored Mar 5, 2024
1 parent 78eaba5 commit f79eab2
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
Expand Up @@ -18,7 +18,7 @@ serde = ["dep:serde", "keyboard-types/serde"]

[dependencies]
keyboard-types = { version = "0.7.0", default-features = false }
afrim-memory = { version = "0.3.2", path = "../../memory" }
afrim-memory = { version = "0.4.0", path = "../../memory" }
serde = { version = "1.0.197", features = ["derive"], optional = true }

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion memory/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "afrim-memory"
version = "0.3.2"
version = "0.4.0"
edition = "2021"
description = "Make the handle of sequential codes easier for an input method."
keywords = ["ime", "memory", "data-structure"]
Expand Down

0 comments on commit f79eab2

Please sign in to comment.