Skip to content

Commit 3fc1931

Browse files
committed
fix fuzzy matcher wildcard versioning
1 parent 5bf7a46 commit 3fc1931

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

leetcode-tui-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ ratatui = { workspace = true }
2020
color-eyre = { workspace = true }
2121
regex = { workspace = true }
2222
indexmap = "^2"
23-
fuzzy-matcher = "*"
23+
fuzzy-matcher = "^0"

0 commit comments

Comments
 (0)