Skip to content

Commit

Permalink
ver: publish for v1.5.0-prerelease-3
Browse files Browse the repository at this point in the history
  • Loading branch information
jtroo committed Nov 24, 2023
1 parent 0764b79 commit 7572683
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ dirs = "5.0.1"
# Pinned to avoid including multiple versions of a dependency
is-terminal = "=0.4.7"

# kanata-keyberon = "0.150.3"
# kanata-parser = "0.150.3"
kanata-keyberon = "0.150.3"
kanata-parser = "0.150.3"
# 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 = "linux")'.dependencies]
evdev = "=0.12.0"
Expand Down
4 changes: 2 additions & 2 deletions parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ rustc-hash = "1.1.0"
miette = { version = "5.7.0", features = ["fancy"] }
thiserror = "1.0.38"

# kanata-keyberon = "0.150.3"
kanata-keyberon = "0.150.3"
# 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 7572683

Please sign in to comment.