Skip to content

Commit 14dc903

Browse files
committed
Update to vi-rs 0.6.0 and bump to v0.2.7
1 parent 86980bb commit 14dc903

File tree

2 files changed

+49
-47
lines changed

2 files changed

+49
-47
lines changed

Cargo.lock

+46-44
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
description = "Bộ gõ tiếng Việt mã nguồn mở đa hệ điều hành Gõ Key"
33
edition = "2021"
44
name = "goxkey"
5-
version = "0.2.6"
5+
version = "0.2.7"
66

77
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
88

99
[dependencies]
1010
env_logger = "0.10.0"
1111
libc = "0.2.139"
1212
log = "0.4.17"
13-
vi = { git = "https://github.com/zerox-dg/vi-rs", branch = "master" }
13+
vi = "0.6.0"
1414
bitflags = "1.3.2"
1515
druid = { features = ["image", "png"], git = "https://github.com/huytd/druid", branch = "master" }
1616
once_cell = "1.17.0"
@@ -33,4 +33,4 @@ copyright = "Copyright (c) Huy Tran 2023. All rights reserved."
3333
icon = ["icons/icon.icns", "icons/icon.png"]
3434
identifier = "com.goxkey.app"
3535
name = "GoKey"
36-
version = "0.2.6"
36+
version = "0.2.7"

0 commit comments

Comments
 (0)