Skip to content

Commit a1d24cb

Browse files
committed
ver: 1.12.0-prerelease-2
1 parent cdbc063 commit a1d24cb

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.12.0"
21+
version = "1.12.0-prerelease-2"
2222
authors = ["jtroo <j.andreitabs@gmail.com>"]
2323
description = "Multi-layer keyboard customization"
2424
keywords = ["keyboard", "layout", "remapping"]
@@ -55,9 +55,9 @@ serde_json = { version = "1", features = ["std"], default-features = false, opti
5555
time = "0.3.47"
5656
web-time = "1.1.0"
5757

58-
kanata-keyberon = { path = "keyberon", version = "0.1120.0" }
59-
kanata-parser = { path = "parser", version = "0.1120.0" }
60-
kanata-tcp-protocol = { path = "tcp_protocol", version = "0.1120.0" }
58+
kanata-keyberon = { path = "keyberon", version = "0.1120.1" }
59+
kanata-parser = { path = "parser", version = "0.1120.1" }
60+
kanata-tcp-protocol = { path = "tcp_protocol", version = "0.1120.1" }
6161

6262
[target.'cfg(not(any(target_arch = "wasm32", target_os = "android")))'.dependencies]
6363
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.1120.0"
3+
version = "0.1120.1"
44
authors = ["Guillaume Pinot <texitoi@texitoi.eu>", "Robin Krahl <robin.krahl@ireas.org>", "jtroo <j.andreitabs@gmail.com>"]
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.1120.0"
3+
version = "0.1120.1"
44
authors = ["jtroo <j.andreitabs@gmail.com>"]
55
description = "A parser for configuration language of kanata, a keyboard remapper."
66
keywords = ["kanata", "parser"]
@@ -24,7 +24,7 @@ patricia_tree = "0.8"
2424
rustc-hash = "1.1.0"
2525
thiserror = "1.0.38"
2626

27-
kanata-keyberon = { path = "../keyberon", version = "0.1120.0" }
27+
kanata-keyberon = { path = "../keyberon", version = "0.1120.1" }
2828

2929
[dev-dependencies]
3030
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.1120.0"
3+
version = "0.1120.1"
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)