From b6bd5ecb199ef8a10e3008a4ea3d96087db8a8c1 Mon Sep 17 00:00:00 2001 From: Azat Khuzhin Date: Fri, 24 Nov 2023 17:46:25 +0100 Subject: [PATCH] Fix possible crash of fuzzy finder in client Refs: https://github.com/lotabout/tuikit/pull/51 Signed-off-by: Azat Khuzhin --- rust/skim/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/rust/skim/Cargo.toml b/rust/skim/Cargo.toml index 0381ad81619b..35bd0fa018b5 100644 --- a/rust/skim/Cargo.toml +++ b/rust/skim/Cargo.toml @@ -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" }