zxcvbn-rs
zxcvbn-rs copied to clipboard
breaking change to error type
Just an FYI:
The error type changed in e48a226c1a1028423aea84634a1aa779de9e46dc to include a date conversion error. Adding a variant to a public enum is a breaking change. If your MSRV allows it use #[non_exhaustive]
so that further variant additions are not breaking.