Radish alpha
r
Radicle terminal user interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Fixes fuzzy-matcher version
Erik Kundt committed 1 year ago
commit 85657a7be1e4c66e561d2035150e7cb5d04305fd
parent a66b655bd4478d22db211422135ffd050e76be80
1 file changed +1 -1
modified 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" }