Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update X509NamePrintFlags to new bitflags version
bitflags no longer derives traits by default, so `Clone, Copy, PartialEq, Eq` need to be derived outside the macro, per <https://docs.rs/bitflags/2.5.0/bitflags/#custom-derives>. Signed-off-by: Ross Williams <ross@ross-williams.net>
- Loading branch information