From bb7f00dbef3bf4c7c00c1969cb0089de51bd9ba9 Mon Sep 17 00:00:00 2001 From: Conrad Ludgate Date: Sun, 26 Mar 2023 15:47:38 +0100 Subject: chore: use fork of skim (#803) * use fuzzy-matcher instead of skim switch to a search-engine abstraction * fmt * fix deprecated warnings --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index abc6d116..27adc77d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -73,8 +73,8 @@ semver = "1.0.14" runtime-format = "0.1.2" tiny-bip39 = "1" futures-util = "0.3" -skim = { version = "0.10.2", default-features = false } ratatui = "0.20.1" +fuzzy-matcher = "0.3.7" [dependencies.tracing-subscriber] version = "0.3" -- cgit v1.3.1