Skip to content

Commit

Permalink
ver: use cargo crate versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jtroo committed Oct 25, 2023
1 parent 59938f4 commit 9516cbb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ is-terminal = "=0.4.7"
# Pinned to avoid downloading and running binary blobs on Linux
serde_derive = "=1.0.171"

# kanata-keyberon = "0.150.2"
# kanata-parser = "0.150.2"
kanata-keyberon = "0.150.2"
kanata-parser = "0.150.2"
# 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.2"
kanata-keyberon = "0.150.2"
# 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 9516cbb

Please sign in to comment.