zxcvbn-rs icon indicating copy to clipboard operation
zxcvbn-rs copied to clipboard

breaking change to error type

Open robjtede opened this issue 4 years ago • 0 comments

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.

robjtede avatar Jan 27 '21 16:01 robjtede