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
* der-derive: avoid type inference when using default (#1442)
* Revert "x509-cert: specify concrete types to help the compiler (#1441)"
This reverts commit 7a2d38a.
* der-derive: avoid type inference when using default
This is another take on #1441. This is intended to make sure we can
still continue to use `Default::default` and not break future releases
by mistake.
* der-derive: v0.7.3
Changed (2024-07-09)
- avoid type inference when using default (#1443)
* rust 1.78 fixups
This fixes all `unnecessary qualification` warnings
* x509-cert: ignore zlint error, fixed in main
* x509-cert: fuzz: ignore unused_qualification errors
0 commit comments