mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 09:32:06 +00:00
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:
commit
44c44fab10
@ -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" }
|
||||
|
Loading…
Reference in New Issue
Block a user