Skip to content

Commit b6bd5ec

Browse files
committed
Fix possible crash of fuzzy finder in client
Refs: skim-rs/tuikit#51 Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
1 parent ac1e742 commit b6bd5ec

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

rust/skim/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,6 @@ debug = true
2323
inherits = "release"
2424
# We use LTO here as well to slightly decrease binary size
2525
lto = true
26+
27+
[patch.crates-io]
28+
tuikit = { git = "https://github.com/azat-rust/tuikit.git", rev = "e1994c0e03ff02c49cf1471f0cc3cbf185ce0104" }

0 commit comments

Comments
 (0)