From 85657a7be1e4c66e561d2035150e7cb5d04305fd Mon Sep 17 00:00:00 2001 From: Erik Kundt Date: Wed, 5 Jun 2024 14:01:27 +0200 Subject: [PATCH] Fixes fuzzy-matcher version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 567fb34..c584b80 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ required-features = ["bin"] anyhow = { version = "1" } inquire = { version = "0.6.2", default-features = false, features = ["termion", "editor"] } lexopt = { version = "0.3.0" } -fuzzy-matcher = "*" +fuzzy-matcher = "0.3.7" libc = { version = "^0.2" } log = { version = "0.4.19" } nom = { version = "^7.1.0" }