make with_provider_and_*
take Arc<CryptoProvider>
instead of CryptoProvider
#282
Labels
next-major-release
breaking changes that should happen in the next major release
Suggested by
Adrian
in discord:Ctz mentioned impossible might be an overstatement (e.g. due to
Arc::unwrap_or_clone()
) but in general there was agreement that the API should be changed to take anArc
.We should consider making this change alongside future breaking API changes.
The text was updated successfully, but these errors were encountered: