Skip to content

Commit

Permalink
fix(dynamic): fix locating the binary (#48)
Browse files Browse the repository at this point in the history
* fix(dynamic): fix locating the binary

* chore(deps): use lurk stable
  • Loading branch information
orhun authored Sep 24, 2024
1 parent b461ecf commit 2a3a9e4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ tui-input = "0.10.1"
tui-popup = "0.5.0"
unicode-width = "0.1.11"
textwrap = "0.16.1"
lurk-cli = { version = "0.3.7", optional = true }
lurk-cli = { version = "0.3.8", optional = true }
nix = { version = "0.29.0", features = ["ptrace", "signal"] }
ansi-to-tui = "6.0.0"
console = "0.15.8"
Expand Down

0 comments on commit 2a3a9e4

Please sign in to comment.