You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(cargo): handle multi-byte chars in name range search (#58)
Adjust search_start to char boundary when slicing content for
dependency name lookup, preventing panic on Cargo.toml files
containing multi-byte UTF-8 characters.
0 commit comments