I see that in version 0.1.12 there was an incompatible change so that instead of using Certificate, now I have to use Identity.
Given that now I'm having the same issue as #89 , it would be nice to have the Identity to implement the Clone trait (and also please keep in mind the Clone trait for any future breaking changes 😉 ).
I see that in version 0.1.12 there was an incompatible change so that instead of using
Certificate
, now I have to useIdentity
. Given that now I'm having the same issue as #89 , it would be nice to have the Identity to implement the Clone trait (and also please keep in mind the Clone trait for any future breaking changes 😉 ).