Skip to content

Commit

Permalink
ver: v1.3.0-prerelease-2 and update keyberon
Browse files Browse the repository at this point in the history
  • Loading branch information
jtroo committed Mar 12, 2023
1 parent 9168fd6 commit b9b2a3b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
6 changes: 4 additions & 2 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "kanata"
version = "1.3.0-prerelease-1"
version = "1.3.0-prerelease-2"
authors = ["jtroo <[email protected]>"]
description = "Multi-layer keyboard customization"
keywords = ["cli", "linux", "windows", "keyboard", "layout"]
Expand All @@ -25,9 +25,9 @@ rustc-hash = "1.1.0"
miette = { version = "5.5.0", features = ["fancy"] }
thiserror = "1.0.38"

# kanata-keyberon = "0.12.0"
kanata-keyberon = "0.13.0"
# Uncomment below and comment out above for testing local keyberon changes
kanata-keyberon = { path = "keyberon" }
# kanata-keyberon = { path = "keyberon" }

[dev-dependencies]
serial_test = { version = "1", default_features = false }
Expand Down

0 comments on commit b9b2a3b

Please sign in to comment.