Skip to content

Commit b1e828b

Browse files
committed
ver: v1.6.1-prerelease-1
1 parent 6da63e5 commit b1e828b

File tree

5 files changed

+62
-21
lines changed

5 files changed

+62
-21
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ exclude = [
1414

1515
[package]
1616
name = "kanata"
17-
version = "1.6.0"
17+
version = "1.6.1-prerelease-1"
1818
authors = ["jtroo <[email protected]>"]
1919
description = "Multi-layer keyboard customization"
2020
keywords = ["keyboard", "layout", "remapping"]
@@ -49,15 +49,15 @@ rustc-hash = "1.1.0"
4949
simplelog = "0.12.0"
5050
serde_json = { version = "1", features = ["std"], default_features = false, optional = true }
5151

52-
# kanata-keyberon = "0.160.5"
53-
# kanata-parser = "0.160.5"
54-
# kanata-tcp-protocol = "0.160.5"
52+
kanata-keyberon = "0.161.0"
53+
kanata-parser = "0.161.0"
54+
kanata-tcp-protocol = "0.161.0"
5555
# Uncomment below and comment out above for testing local changes.
5656
# Otherwise any changes to the local files will not reflect in the compiled
5757
# binary.
58-
kanata-keyberon = { path = "keyberon" }
59-
kanata-parser = { path = "parser" }
60-
kanata-tcp-protocol = { path = "tcp_protocol" }
58+
# kanata-keyberon = { path = "keyberon" }
59+
# kanata-parser = { path = "parser" }
60+
# kanata-tcp-protocol = { path = "tcp_protocol" }
6161

6262
[target.'cfg(target_os = "macos")'.dependencies]
6363
karabiner-driverkit = "0.1.3"

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.160.5"
3+
version = "0.161.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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "kanata-parser"
3-
version = "0.160.5"
3+
version = "0.161.0"
44
authors = ["jtroo <[email protected]>"]
55
description = "A parser for configuration language of kanata, a keyboard remapper."
66
keywords = ["kanata", "parser"]
@@ -21,11 +21,11 @@ rustc-hash = "1.1.0"
2121
miette = { version = "5.7.0", features = ["fancy"] }
2222
thiserror = "1.0.38"
2323

24-
# kanata-keyberon = "0.160.5"
24+
kanata-keyberon = "0.161.0"
2525
# Uncomment below and comment out above for testing local changes.
2626
# Otherwise any changes to the local files will not reflect in the compiled
2727
# binary.
28-
kanata-keyberon = { path = "../keyberon" }
28+
# kanata-keyberon = { path = "../keyberon" }
2929

3030
[features]
3131
cmd = []

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.160.5"
3+
version = "0.161.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)