Skip to content

Commit

Permalink
Fix possible crash of fuzzy finder in client
Browse files Browse the repository at this point in the history
Refs: skim-rs/tuikit#51
Signed-off-by: Azat Khuzhin <[email protected]>
  • Loading branch information
azat committed Nov 24, 2023
1 parent ac1e742 commit b6bd5ec
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions rust/skim/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,6 @@ debug = true
inherits = "release"
# We use LTO here as well to slightly decrease binary size
lto = true

[patch.crates-io]
tuikit = { git = "https://github.com/azat-rust/tuikit.git", rev = "e1994c0e03ff02c49cf1471f0cc3cbf185ce0104" }

0 comments on commit b6bd5ec

Please sign in to comment.