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: Color/Name::from_str()` won't panic when encountering unicode values.
Previously it would try to byte-index a presumed ascii string to convert
hex to RGB, which could panic if the string wasn't actually ascii.
Now it validates that the characters to convert are actually on a character
boundary.
0 commit comments