Skip to content

Commit b111e37

Browse files
committed
ver: 1.9.0
1 parent 1d10371 commit b111e37

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ resolver = "2"
1818

1919
[package]
2020
name = "kanata"
21-
version = "1.8.1"
21+
version = "1.9.0"
2222
authors = ["jtroo <[email protected]>"]
2323
description = "Multi-layer keyboard customization"
2424
keywords = ["keyboard", "layout", "remapping"]
@@ -54,9 +54,9 @@ simplelog = "0.12.0"
5454
serde_json = { version = "1", features = ["std"], default-features = false, optional = true }
5555
time = "0.3.36"
5656

57-
kanata-keyberon = { path = "keyberon", version = "0.180.2" }
58-
kanata-parser = { path = "parser", version = "0.180.2" }
59-
kanata-tcp-protocol = { path = "tcp_protocol", version = "0.180.2" }
57+
kanata-keyberon = { path = "keyberon", version = "0.190.0" }
58+
kanata-parser = { path = "parser", version = "0.190.0" }
59+
kanata-tcp-protocol = { path = "tcp_protocol", version = "0.190.0" }
6060

6161
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
6262
arboard = "3.4"

keyberon/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "kanata-keyberon"
3-
version = "0.180.2"
3+
version = "0.190.0"
44
authors = ["Guillaume Pinot <[email protected]>", "Robin Krahl <[email protected]>", "jtroo <[email protected]>"]
55
edition = "2021"
66
description = "Pure Rust keyboard firmware. Fork intended for use with kanata."

parser/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "kanata-parser"
3-
version = "0.180.2"
3+
version = "0.190.0"
44
authors = ["jtroo <[email protected]>"]
55
description = "A parser for configuration language of kanata, a keyboard remapper."
66
keywords = ["kanata", "parser"]
@@ -23,7 +23,7 @@ patricia_tree = "0.8"
2323
rustc-hash = "1.1.0"
2424
thiserror = "1.0.38"
2525

26-
kanata-keyberon = { path = "../keyberon", version = "0.180.2" }
26+
kanata-keyberon = { path = "../keyberon", version = "0.190.0" }
2727

2828
[dev-dependencies]
2929
simplelog = "0.12.0"

tcp_protocol/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "kanata-tcp-protocol"
3-
version = "0.180.2"
3+
version = "0.190.0"
44
edition = "2021"
55
description = "TCP protocol for kanata. This does not follow semver."
66
license = "LGPL-3.0-only"

0 commit comments

Comments
 (0)