Skip to content

Commit e355961

Browse files
committed
ver: 1.6.0-prerelease-1
1 parent 76cda52 commit e355961

File tree

4 files changed

+43
-15
lines changed

4 files changed

+43
-15
lines changed

Diff for: Cargo.lock

+34-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: Cargo.toml

+5-5
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ members = [
88

99
[package]
1010
name = "kanata"
11-
version = "1.5.0"
11+
version = "1.6.0-prerelease-1"
1212
authors = ["jtroo <[email protected]>"]
1313
description = "Multi-layer keyboard customization"
1414
keywords = ["cli", "linux", "windows", "keyboard", "layout"]
@@ -34,13 +34,13 @@ serde_derive = "1.0"
3434
serde_json = { version = "1", features = ["alloc"], default_features = false }
3535
simplelog = "0.12.0"
3636

37-
# kanata-keyberon = "0.150.4"
38-
# kanata-parser = "0.150.4"
37+
kanata-keyberon = "0.160.1"
38+
kanata-parser = "0.160.1"
3939
# Uncomment below and comment out above for testing local changes.
4040
# Otherwise any changes to the local files will not reflect in the compiled
4141
# binary.
42-
kanata-keyberon = { path = "keyberon" }
43-
kanata-parser = { path = "parser" }
42+
# kanata-keyberon = { path = "keyberon" }
43+
# kanata-parser = { path = "parser" }
4444

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

Diff for: keyberon/Cargo.toml

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

Diff for: parser/Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "kanata-parser"
3-
version = "0.150.4"
3+
version = "0.160.1"
44
authors = ["jtroo <[email protected]>"]
55
description = "A parser for configuration language of kanata, a keyboard remapper."
66
keywords = ["kanata", "parser"]
@@ -20,11 +20,11 @@ rustc-hash = "1.1.0"
2020
miette = { version = "5.7.0", features = ["fancy"] }
2121
thiserror = "1.0.38"
2222

23-
# kanata-keyberon = "0.150.4"
23+
kanata-keyberon = "0.160.1"
2424
# Uncomment below and comment out above for testing local changes.
2525
# Otherwise any changes to the local files will not reflect in the compiled
2626
# binary.
27-
kanata-keyberon = { path = "../keyberon" }
27+
# kanata-keyberon = { path = "../keyberon" }
2828

2929
[features]
3030
cmd = []

0 commit comments

Comments
 (0)