Skip to content

Commit c5e9e19

Browse files
committed
ver: 1.8.0-prerelease-1
1 parent bdb0a73 commit c5e9e19

File tree

5 files changed

+65
-22
lines changed

5 files changed

+65
-22
lines changed

Cargo.lock

Lines changed: 53 additions & 10 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
@@ -18,7 +18,7 @@ resolver = "2"
1818

1919
[package]
2020
name = "kanata"
21-
version = "1.7.0-next"
21+
version = "1.8.0-prerelease-1"
2222
authors = ["jtroo <[email protected]>"]
2323
description = "Multi-layer keyboard customization"
2424
keywords = ["keyboard", "layout", "remapping"]
@@ -53,15 +53,15 @@ rustc-hash = "1.1.0"
5353
simplelog = "0.12.0"
5454
serde_json = { version = "1", features = ["std"], default-features = false, optional = true }
5555
time = "0.3.36"
56-
# kanata-keyberon = "0.171.3"
57-
# kanata-parser = "0.171.3"
58-
# kanata-tcp-protocol = "0.171.3"
56+
kanata-keyberon = "0.180.0"
57+
kanata-parser = "0.180.0"
58+
kanata-tcp-protocol = "0.180.0"
5959
# Uncomment below and comment out above for testing local changes.
6060
# Otherwise any changes to the local files will not reflect in the compiled
6161
# binary.
62-
kanata-keyberon = { path = "keyberon" }
63-
kanata-parser = { path = "parser" }
64-
kanata-tcp-protocol = { path = "tcp_protocol" }
62+
# kanata-keyberon = { path = "keyberon" }
63+
# kanata-parser = { path = "parser" }
64+
# kanata-tcp-protocol = { path = "tcp_protocol" }
6565

6666
[target.'cfg(target_os = "macos")'.dependencies]
6767
karabiner-driverkit = "0.1.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.171.3"
3+
version = "0.180.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.171.3"
3+
version = "0.180.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.171.3"
24+
kanata-keyberon = "0.180.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
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.171.3"
3+
version = "0.180.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)