Closed zmlgit closed 1 year ago
Merging #97 (da84d75) into main (f3dedb3) will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## main #97 +/- ##
=======================================
Coverage 72.46% 72.46%
=======================================
Files 16 16
Lines 3792 3792
=======================================
Hits 2748 2748
Misses 1044 1044
Impacted Files | Coverage Δ | |
---|---|---|
src/core/jwk.rs | 90.80% <ø> (ø) |
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.
Looks like I already made the same change in bc09d22afc140e1d2d6caf8756dda4a17cc991fa, which is part of the 3.0.0-alpha.1 release.
I'm writing an openid provider with axum, need CoreRsaPrivateSigningKey's instance be sharable,but CoreRsaPrivateSigningKey::rng is
!Sync
, I only give aSync
marker for this field,then my code can go pass.