From bccd33932b5fe17ced2dc2f27813da0b1c034afa Mon Sep 17 00:00:00 2001 From: Alexey Milovidov Date: Fri, 24 Nov 2023 22:59:29 +0300 Subject: [PATCH] Update Cargo.toml --- rust/skim/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/rust/skim/Cargo.toml b/rust/skim/Cargo.toml index 35bd0fa018b..22af40c3e33 100644 --- a/rust/skim/Cargo.toml +++ b/rust/skim/Cargo.toml @@ -25,4 +25,5 @@ inherits = "release" lto = true [patch.crates-io] +# Ref: https://github.com/lotabout/tuikit/pull/51 tuikit = { git = "https://github.com/azat-rust/tuikit.git", rev = "e1994c0e03ff02c49cf1471f0cc3cbf185ce0104" }