Commit 63dd80d
committed
fix(cargo,dart): handle multi-byte chars and wildcard version matching
Cargo parser: adjust search_start to char boundary when slicing
content for dependency name lookup, preventing panic on files
containing multi-byte UTF-8 characters.
Dart version: treat "*" as wildcard (alias for "any") to match
the convention used by deps-lsp core when fetching latest versions.1 parent 9dada87 commit 63dd80d
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
0 commit comments