Skip to content

Commit 25ff4e3

Browse files
committed
ver: v1.7.0-prerelease-1
1 parent 60ce29a commit 25ff4e3

File tree

5 files changed

+64
-21
lines changed

5 files changed

+64
-21
lines changed

Cargo.lock

Lines changed: 52 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
@@ -16,7 +16,7 @@ resolver = "2"
1616

1717
[package]
1818
name = "kanata"
19-
version = "1.7.0-prerelease"
19+
version = "1.7.0-prerelease-1"
2020
authors = ["jtroo <[email protected]>"]
2121
description = "Multi-layer keyboard customization"
2222
keywords = ["keyboard", "layout", "remapping"]
@@ -51,15 +51,15 @@ rustc-hash = "1.1.0"
5151
simplelog = "0.12.0"
5252
serde_json = { version = "1", features = ["std"], default-features = false, optional = true }
5353
time = "0.3.36"
54-
# kanata-keyberon = "0.161.0"
55-
# kanata-parser = "0.161.0"
56-
# kanata-tcp-protocol = "0.161.0"
54+
kanata-keyberon = "0.171.1"
55+
kanata-parser = "0.171.1"
56+
kanata-tcp-protocol = "0.171.1"
5757
# Uncomment below and comment out above for testing local changes.
5858
# Otherwise any changes to the local files will not reflect in the compiled
5959
# binary.
60-
kanata-keyberon = { path = "keyberon" }
61-
kanata-parser = { path = "parser" }
62-
kanata-tcp-protocol = { path = "tcp_protocol" }
60+
# kanata-keyberon = { path = "keyberon" }
61+
# kanata-parser = { path = "parser" }
62+
# kanata-tcp-protocol = { path = "tcp_protocol" }
6363

6464
[target.'cfg(target_os = "macos")'.dependencies]
6565
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.161.0"
3+
version = "0.171.1"
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.161.0"
3+
version = "0.171.1"
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.161.0"
24+
kanata-keyberon = "0.171.1"
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
bytemuck = "1.15.0"
3030
bitflags = "2.5.0"
3131

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.161.0"
3+
version = "0.171.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)