Fix possible crash of fuzzy finder in client

Refs: https://github.com/lotabout/tuikit/pull/51
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
This commit is contained in:
Azat Khuzhin 2023-11-24 17:46:25 +01:00
parent ac1e742afa
commit b6bd5ecb19

View File

@ -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" }