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