Skip to content

Commit

Permalink
relax send + sync from OpenMlsProvider (openmls#1451)
Browse files Browse the repository at this point in the history
  • Loading branch information
insipx authored Nov 13, 2023
1 parent a4b7886 commit c86f4b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion traits/src/traits.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ pub mod types;
///
/// An implementation of this trait must be passed in to the public OpenMLS API
/// to perform randomness generation, cryptographic operations, and key storage.
pub trait OpenMlsProvider: Send + Sync {
pub trait OpenMlsProvider {
type CryptoProvider: crypto::OpenMlsCrypto;
type RandProvider: random::OpenMlsRand;
type KeyStoreProvider: key_store::OpenMlsKeyStore;
Expand Down

0 comments on commit c86f4b0

Please sign in to comment.