We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75f619d commit 49a9cb2Copy full SHA for 49a9cb2
x509-cert/src/builder.rs
@@ -466,7 +466,7 @@ pub trait AsyncBuilder: Sized {
466
S: AsyncSigner<Signature>,
467
S: Keypair + DynSignatureAlgorithmIdentifier,
468
S::VerifyingKey: EncodePublicKey,
469
- Signature: SignatureBitStringEncoding + 'static,
+ Signature: SignatureBitStringEncoding,
470
{
471
let blob = self.finalize(signer)?;
472
@@ -485,7 +485,7 @@ pub trait AsyncBuilder: Sized {
485
S: AsyncRandomizedSigner<Signature>,
486
487
488
489
490
491
0 commit comments