Merge pull request #57204 from azat/client-skim-fix-crash

Fix possible crash (in Rust) of fuzzy finder in client
This commit is contained in:
Alexey Milovidov 2023-11-25 02:58:18 +01:00 committed by GitHub
commit 44c44fab10
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,3 +23,7 @@ debug = true
inherits = "release"
# We use LTO here as well to slightly decrease binary size
lto = true
[patch.crates-io]
# Ref: https://github.com/lotabout/tuikit/pull/51
tuikit = { git = "https://github.com/azat-rust/tuikit.git", rev = "e1994c0e03ff02c49cf1471f0cc3cbf185ce0104" }