Skip to content

Commit

Permalink
ver: 1.6.0-prerelease-1
Browse files Browse the repository at this point in the history
  • Loading branch information
jtroo committed Feb 11, 2024
1 parent 76cda52 commit e355961
Show file tree
Hide file tree
Showing 4 changed files with 43 additions and 15 deletions.
40 changes: 34 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ members = [

[package]
name = "kanata"
version = "1.5.0"
version = "1.6.0-prerelease-1"
authors = ["jtroo <j.andreitabs@gmail.com>"]
description = "Multi-layer keyboard customization"
keywords = ["cli", "linux", "windows", "keyboard", "layout"]
Expand All @@ -34,13 +34,13 @@ serde_derive = "1.0"
serde_json = { version = "1", features = ["alloc"], default_features = false }
simplelog = "0.12.0"

# kanata-keyberon = "0.150.4"
# kanata-parser = "0.150.4"
kanata-keyberon = "0.160.1"
kanata-parser = "0.160.1"
# Uncomment below and comment out above for testing local changes.
# Otherwise any changes to the local files will not reflect in the compiled
# binary.
kanata-keyberon = { path = "keyberon" }
kanata-parser = { path = "parser" }
# kanata-keyberon = { path = "keyberon" }
# kanata-parser = { path = "parser" }

[target.'cfg(target_os = "macos")'.dependencies]
karabiner-driverkit = "0.1.3"
Expand Down
2 changes: 1 addition & 1 deletion keyberon/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "kanata-keyberon"
version = "0.150.4"
version = "0.160.1"
authors = ["Guillaume Pinot <texitoi@texitoi.eu>", "Robin Krahl <robin.krahl@ireas.org>", "jtroo <j.andreitabs@gmail.com>"]
edition = "2018"
description = "Pure Rust keyboard firmware. Fork intended for use with kanata."
Expand Down
6 changes: 3 additions & 3 deletions parser/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "kanata-parser"
version = "0.150.4"
version = "0.160.1"
authors = ["jtroo <j.andreitabs@gmail.com>"]
description = "A parser for configuration language of kanata, a keyboard remapper."
keywords = ["kanata", "parser"]
Expand All @@ -20,11 +20,11 @@ rustc-hash = "1.1.0"
miette = { version = "5.7.0", features = ["fancy"] }
thiserror = "1.0.38"

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

[features]
cmd = []
Expand Down

0 comments on commit e355961

Please sign in to comment.