Skip to content

Commit

Permalink
Fixes fuzzy-matcher version
Browse files Browse the repository at this point in the history
  • Loading branch information
erak committed Jun 5, 2024
1 parent a66b655 commit 85657a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down

0 comments on commit 85657a7

Please sign in to comment.