Skip to content

Commit

Permalink
ver: v1.3.0-prerelease-3
Browse files Browse the repository at this point in the history
  • Loading branch information
jtroo committed Mar 17, 2023
1 parent 267e2f6 commit 0293cf5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 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-2"
version = "1.3.0-prerelease-3"
authors = ["jtroo <j.andreitabs@gmail.com>"]
description = "Multi-layer keyboard customization"
keywords = ["cli", "linux", "windows", "keyboard", "layout"]
Expand All @@ -25,11 +25,11 @@ rustc-hash = "1.1.0"
miette = { version = "5.5.0", features = ["fancy"] }
thiserror = "1.0.38"

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

[dev-dependencies]
serial_test = { version = "1", default_features = false }
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.13.0"
version = "0.14.0"
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

0 comments on commit 0293cf5

Please sign in to comment.